Subversion Repositories livecd

Rev

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

Rev 359 Rev 377
Line 759... Line 759...
759
    \$LIVE_ROOT/isolinux/textinstall.txt  \
759
    \$LIVE_ROOT/isolinux/textinstall.txt  \
760
    \$LIVE_ROOT/isolinux/memtest.txt      \
760
    \$LIVE_ROOT/isolinux/memtest.txt      \
761
    \$LIVE_ROOT/isolinux/localboot.txt > \$LIVE_ROOT/isolinux/isolinux.cfg
761
    \$LIVE_ROOT/isolinux/localboot.txt > \$LIVE_ROOT/isolinux/isolinux.cfg
762
rm -f \$LIVE_ROOT/isolinux/*.txt
762
rm -f \$LIVE_ROOT/isolinux/*.txt
763
 
763
 
-
 
764
# Forcing plymouth to show the logo in vesafb
-
 
765
sed -i "s/rhgb/rhgb vga=791/g" \$LIVE_ROOT/isolinux/isolinux.cfg
-
 
766
 
764
EOF_postnochroot
767
EOF_postnochroot
765
 
768
 
766
# run postnochroot-install script
769
# run postnochroot-install script
767
/bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log
770
/bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log
768
 
771