Age | Commit message (Collapse) | Author |
|
|
|
USERNAME has uses beyond e.g. in a Windows context, so avoid that. Then
again, this hook may be useful beyond debvm and is installed to
/usr/share/mmdebstrap, so don't use a DEBVM_ prefix either.
Reported-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
|
|
|
|
|
|
|
|
This option was meant to make it convenient to add packages, but
mmdebstrap's --include provides the same convenience at more
flexibility. You can provide apt patterns there provided that you use
multiple --include options. So rather than duplicate this functionality
under a different name, just refer to mmdebstrap thus reinforcing the
notion of being a thin wrapper.
This also removes the convenience of overriding the kernel image. You
need to use --skip=kernel when passing --include=linux-image-something
to mmdebstrap now. This implements "explicit is better than implicit".
|
|
- the new user is called "user"
- no password required for login
- requires the passwd package installed inside the chroot
- this adds the new user to the sudo group if it exists
- requires the passwd and coreutils packages installed inside the chroot
- adds the new user to the sudo group if it exists
- ~/.ssh/authorized_keys files is copied from root user if it exists
|