diff options
Diffstat (limited to 'bin/debefivm-create')
-rwxr-xr-x | bin/debefivm-create | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/debefivm-create b/bin/debefivm-create index f6368df..627c039 100755 --- a/bin/debefivm-create +++ b/bin/debefivm-create @@ -421,7 +421,8 @@ set -- "$@" \ '--customize-hook=mount -t tmpfs tmpfs "$1/mnt/dev" -o mode=0755' \ '--customize-hook=rm -f "$1/usr/sbin/policy-rc.d"' \ '--customize-hook=/sbin/mkfs.ext4 -d "$1/mnt" -L '"'$ROOTLABEL' -E '$EXT4_OPTIONS' '$IMAGE' '${EXT4_SIZE_KIB}K'" \ - '--customize-hook=umount --lazy "$1/mnt"' + '--customize-hook=umount --lazy "$1/mnt"' \ + '--customize-hook=touch "$1/etc/apt/apt.conf.d/00mmdebstrap"' set -- mmdebstrap "$@" |