X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=2734ae2e7ba0a9b8689d1ec9940ce3a1b1342a6b;hb=f50966ae5939137aa7887a2c46753419d71f6ca6;hp=53e19c8139e015731891b3453c0a20e831ca7160;hpb=4c620ad88db563c696d498f40bf045052c46ae05;p=grml-live.git diff --git a/grml-live b/grml-live index 53e19c8..2734ae2 100755 --- a/grml-live +++ b/grml-live @@ -61,8 +61,8 @@ Usage: $PN [-c ] [-t ] [-s [-Fvh] Usage examples: $PN - $PN -c GRMLBASE,I386 -t /dev/shm/grml $PN -c GRMLBASE,GRML_X,I386 -t /grml/ + $PN -c GRMLBASE,I386 -t /dev/shm/grml $PN -c GRMLBASE,GRML_SMALL,I386 $PN -s sid -c GRMLBASE,I386 @@ -152,7 +152,7 @@ fi if [ -d "$CHROOT_TARGET" ] ; then echo " [x] $CHROOT_TARGET exists already, skipping the stage 'fai dirnstall'" else - mkdir "$CHROOT_TARGET" || bailout 5 "Problem with creating $CHROOT_TARGET for FAI" + mkdir -p "$CHROOT_TARGET" || bailout 5 "Problem with creating $CHROOT_TARGET for FAI" fai $VERBOSE -C "$GRML_FAI_CONFIG" -c"$CLASSES" dirinstall "$CHROOT_TARGET" $FAI_ARGS umount $CHROOT_TARGET/proc 2>/dev/null || /bin/true umount $CHROOT_TARGET/sys 2>/dev/null || /bin/true