diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index d9cadfa..5f7a76a 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -60,7 +60,7 @@ jobs: - stretch debootstrap: - - '' + - debootstrap - mmdebstrap exclude: diff --git a/config b/config index cd562e9..c825170 100644 --- a/config +++ b/config @@ -101,8 +101,8 @@ # Name of debootstrap executable. # Supported values: 'debootstrap', 'cdebootstrap', 'mmdebstrap' -# Default: 'debootstrap' -# DEBOOTSTRAP='debootstrap' +# Default: 'mmdebstrap' +# DEBOOTSTRAP='mmdebstrap' # Pass extra options to debootstrap. # Default: no default. diff --git a/debian/control b/debian/control index 15e4ce0..d71e392 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Architecture: all Depends: bash (>= 4.3-11+deb8u2), debian-archive-keyring, - debootstrap (>= 1.0.65) | cdebootstrap (>= 0.3.16) | mmdebstrap, + mmdebstrap | debootstrap (>= 1.0.65) | cdebootstrap (>= 0.3.16), dosfstools, e2fsprogs, fdisk | util-linux (<< 2.29.2-3~), diff --git a/grml-debootstrap b/grml-debootstrap index 9d04e45..1849c36 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -50,7 +50,7 @@ MNTPOINT="/mnt/debootstrap.$$" [ -n "$CONFFILES" ] || CONFFILES='/etc/debootstrap' [ -n "$DEBCONF" ] || DEBCONF='yes' [ -n "$DEBIAN_FRONTEND" ] || DEBIAN_FRONTEND='noninteractive' -[ -n "$DEBOOTSTRAP" ] || DEBOOTSTRAP='debootstrap' +[ -n "$DEBOOTSTRAP" ] || DEBOOTSTRAP='mmdebstrap' [ -n "$DEFAULT_LANGUAGE" ] || DEFAULT_LANGUAGE='en_US:en' [ -n "$DEFAULT_LOCALES" ] || DEFAULT_LOCALES='en_US.UTF-8' [ -n "$DISK_IDENTIFIER" ] || DISK_IDENTIFIER='26ada0c0-1165-4098-884d-aafd2220c2c6'