Subversion Repositories livecd

Rev

Rev 385 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 385 Rev 390
Line 769... Line 769...
769
mv -v \$LIVE_ROOT/EFI/BOOT \$LIVE_ROOT/EFI/boot
769
mv -v \$LIVE_ROOT/EFI/BOOT \$LIVE_ROOT/EFI/boot
770
 
770
 
771
# Forcing plymouth to show the logo in vesafb
771
# Forcing plymouth to show the logo in vesafb
772
sed -i "s/rhgb/rhgb vga=791/g" \$LIVE_ROOT/isolinux/isolinux.cfg
772
sed -i "s/rhgb/rhgb vga=791/g" \$LIVE_ROOT/isolinux/isolinux.cfg
773
 
773
 
-
 
774
# change selection bar background color to Gray-50%
-
 
775
sed -i "s/menu color sel 7.*/menu color sel 7 #ffffffff #ff808080/" \$LIVE_ROOT/isolinux/isolinux.cfg 
-
 
776
 
774
EOF_postnochroot
777
EOF_postnochroot
775
 
778
 
776
# run postnochroot-install script
779
# run postnochroot-install script
777
/bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log
780
/bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log
778
 
781