X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=b967baa8d2050c712ea6cd3f1b53a453ebb6de9f;hp=4adb0beb28af4a6f4d0e294c8523a85b8f5f8b01;hb=a2b19f17d05810eb20667ced83135a0a4a049940;hpb=ca32c510360b4d89bb4898bdb68edcc01d1c1479 diff --git a/grml-debootstrap b/grml-debootstrap index 4adb0be..b967baa 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -23,7 +23,7 @@ MNTPOINT="/mnt/debootstrap.$$" [ -n "$DISK_IDENTIFIER" ] || DISK_IDENTIFIER='26ada0c0-1165-4098-884d-aafd2220c2c6' [ -n "$EXTRAPACKAGES" ] || EXTRAPACKAGES='yes' [ -n "$FALLBACK_MIRROR" ] || FALLBACK_MIRROR='http://http.debian.net/debian' -[ -n "$FIXED_DISK_IDENTIFIERS" ] || FIXED_DISK_IDENTIFIERS="yes" +[ -n "$FIXED_DISK_IDENTIFIERS" ] || FIXED_DISK_IDENTIFIERS="no" [ -n "$FORCE" ] || FORCE='' [ -n "$HOSTNAME" ] || HOSTNAME='grml' [ -n "$INITRD" ] || INITRD='yes'