X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=rescue%2Flinux%2Fcdrom%2Fmakeinitrd;fp=rescue%2Flinux%2Fcdrom%2Fmakeinitrd;h=d59ad05d02562bb8bd1e6b69dfde997ee899f590;hb=466b292672a41813edc107a60b9d55b58eff7061;hp=e543af8e08e29a24962c3f87b77504e6bc595fd8;hpb=91694a046a5458b0c02e0b19f84b262c243db24e;p=bacula%2Frescue diff --git a/rescue/linux/cdrom/makeinitrd b/rescue/linux/cdrom/makeinitrd index e543af8..d59ad05 100755 --- a/rescue/linux/cdrom/makeinitrd +++ b/rescue/linux/cdrom/makeinitrd @@ -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