From: Heiko Z. <smi...@us...> - 2004-11-14 22:27:31
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16041/scripts/scripts Modified Files: pre_init Log Message: we need to copy the whole boot directory Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- pre_init 6 Sep 2004 20:31:33 -0000 1.21 +++ pre_init 14 Nov 2004 22:27:20 -0000 1.22 @@ -33,9 +33,9 @@ # check if the DL ISO got upgraded if [ -e /shm/dl_iso_replaced ]; then $BLUE - echo "Upgrading InitRD" + echo "Upgrading System Boot Files" $NORMAL - cp -fp /boot/initrd.gz /initrd/mnt/ + cp -fp /boot/* /initrd/mnt/boot/ 2> /dev/null cp -fp /DEVIL-LINUX /initrd/mnt/ sync umount /initrd/mnt/ &> /dev/null |