summaryrefslogtreecommitdiff
path: root/useraddhook
AgeCommit message (Collapse)Author
2024-03-28useraddhook: tell which customizations are performedHelmut Grohne
2024-03-28autologinhook: automatically log in with lightdmHelmut Grohne
2024-03-28useraddhook: make username customizableHelmut Grohne
2023-01-13debvm-create: remove --package optionHelmut Grohne
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".
2023-01-04add useraddhook/customize.shJohannes Schauer Marin Rodrigues
- 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