Subversion Repositories livecd

Rev

Rev 329 | Rev 332 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 329 Rev 331
Line 567... Line 567...
567
   plymouth --quit
567
   plymouth --quit
568
   /usr/sbin/liveinst --text \\\$ks
568
   /usr/sbin/liveinst --text \\\$ks
569
   /sbin/reboot
569
   /sbin/reboot
570
fi
570
fi
571
 
571
 
-
 
572
# configure X, allowing user to override xdriver 
-
 
573
# (does not work on SL6 with xorg 7.4)
-
 
574
# if [ -n "\\\$xdriver" ]; then
-
 
575
#   cat > /etc/X11/xorg.conf.d/00-xdriver.conf <<FOE
-
 
576
# Section "Device"
-
 
577
#        Identifier      "Videocard0"
-
 
578
#         Driver  "\\\$xdriver"
-
 
579
# EndSection
-
 
580
# FOE
-
 
581
# fi
-
 
582
 
572
# configure X, allowing user to override xdriver
583
# configure X, allowing user to override xdriver
-
 
584
# (does not work on SL6 because system-config-display is missing)
573
if [ -n "\$xdriver" ]; then
585
if [ -n "\\\$xdriver" ]; then
574
   cat > /etc/X11/xorg.conf.d/00-xdriver.conf <<FOE
586
   exists system-config-display --noui --reconfig --set-depth=24 \\\$xdriver
575
Section "Device"
-
 
576
        Identifier      "Videocard0"
-
 
577
        Driver  "\$xdriver"
-
 
578
EndSection
-
 
579
FOE
-
 
580
fi
587
fi
581
 
588
 
582
# configure keyboard
589
# configure keyboard
583
if [ "\\\$kb" ]; then
590
if [ "\\\$kb" ]; then
584
    exists system-config-keyboard --noui \\\$kb 
591
    exists system-config-keyboard --noui \\\$kb