From: Heiko Z. <smi...@us...> - 2004-11-14 22:26:49
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15767/scripts/scripts Modified Files: Tag: rel-1-2-patches 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.19.2.2 retrieving revision 1.19.2.3 diff -u -d -r1.19.2.2 -r1.19.2.3 --- pre_init 6 Sep 2004 14:40:32 -0000 1.19.2.2 +++ pre_init 14 Nov 2004 22:26:38 -0000 1.19.2.3 @@ -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 |