]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/linux/cdrom/makeinitrd
Update
[bacula/rescue] / rescue / linux / cdrom / makeinitrd
index e543af8e08e29a24962c3f87b77504e6bc595fd8..d59ad05d02562bb8bd1e6b69dfde997ee899f590 100755 (executable)
@@ -14,8 +14,8 @@ echo "Creating the Initial RAM disk image.... "
 # first find out how much space we need. 
 ISIZE=`du -s -k  roottree/ | awk '{print $1}'`
 
-# add 2 Meg for extra   
-ISIZE=`expr $ISIZE + 2048`
+# add 5 Meg for extra   
+ISIZE=`expr $ISIZE + 5120`
 echo "Initial RAM disk contents will be $ISIZE KB"
 
 # delete the existing RAM disk image, if there is one