]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/linux/cdrom/makeinitrd
Update
[bacula/rescue] / rescue / linux / cdrom / makeinitrd
index 6209a121abee54cdb2716364c4799edb53c69b02..2474cf9e0e55f573d5979ab150f7672c7dee2184 100755 (executable)
@@ -4,6 +4,7 @@ TOPDIR=`pwd`
 
 mkdir -p /mnt/loop1 /mnt/loop2
 
+#
 # we need to set aside a few loop devices. I chose (in reverse order of their appearance)
 # -- loop1 for the boot image
 # -- loop2 for the RAM disk image
@@ -75,7 +76,6 @@ rm -f cdtree/boot/isolinux/initrd.img
 
 # and gzip our RAM disk image and put it in the right place.
 gzip -9 -c root >cdtree/boot/isolinux/initrd.img
-# gzip -9 < root >cdtree/boot/isolinux/initrd.img
 if [ $? != 0 ] ; then
   echo "Build failed"
   exit 1