Subversion Repositories livecd

Rev

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

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