diff --git a/mmdebstrap b/mmdebstrap index 3abb1cf..2b83e91 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -6757,6 +6757,13 @@ Example: Preparing a chroot for use with autopkgtest --customize-hook='echo "127.0.0.1 localhost host" > "$1/etc/hosts"' --customize-hook=/usr/share/autopkgtest/setup-commands/setup-testbed +Example: to mimic B behaviour, B copies from the host. +Remove them in a B<--customize-hook> to make the chroot reproducible across +multiple hosts: + + --customize-hook='rm "$1"/etc/resolv.conf' + --customize-hook='rm "$1"/etc/hostname' + =item B<--hook-directory>=I Execute scripts in I with filenames starting with C,