diff options
-rwxr-xr-x | bin/debvm-create | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/debvm-create b/bin/debvm-create index 526fc89..0fffd70 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -400,7 +400,9 @@ if ! check_skip usrmerge; then fi if ! check_skip autologin; then - set -- "--customize-hook=$SHARE_DIR/customize-autologin.sh" "$@" + set -- \ + --include=login \ + "--customize-hook=$SHARE_DIR/customize-autologin.sh" "$@" fi if test "$(id -u)" = 0; then |