X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=576a8b6353d2852e94ec1a5555e5e3efb41eb425;hp=9cd82a7eb470ea44e49192df44d5d48e1bcf62e8;hb=95f4b7c479cce25127be9d0ccc160d8bf179b37c;hpb=1fa99e59ffee42202017c89890228f8887ef68c2;ds=sidebyside diff --git a/grml-debootstrap b/grml-debootstrap index 9cd82a7..576a8b6 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -27,7 +27,7 @@ MNTPOINT="/mnt/debootstrap.$$" [ -n "$INSTALL_NOTES" ] || INSTALL_NOTES='/etc/debootstrap/install_notes' [ -n "$LOCALES" ] || LOCALES='yes' [ -n "$MIRROR" ] || MIRROR="$FALLBACK_MIRROR" -[ -n "$MKFS" ] || MKFS='mkfs.ext3' +[ -n "$MKFS" ] || MKFS='mkfs.ext4' [ -n "$PACKAGES" ] || PACKAGES='yes' [ -n "$PRE_SCRIPTS" ] || PRE_SCRIPTS='yes' [ -n "$RECONFIGURE" ] || RECONFIGURE='console-data' @@ -982,7 +982,7 @@ prepare_vm() { dd if="${MBRTMPFILE}" of="${TARGET}" conv=notrunc eend $? fi - parted -s "${TARGET}" 'mkpart primary ext3 2M -1' + parted -s "${TARGET}" 'mkpart primary ext4 2M -1' # if dm-mod isn't available then kpartx will fail with # "Is device-mapper driver missing from kernel? [...]"