Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-28 | useraddhook: tell which customizations are performed | Helmut Grohne | |
2024-03-28 | autologinhook: automatically log in with lightdm | Helmut Grohne | |
2024-03-28 | useraddhook: make username customizable | Helmut Grohne | |
2023-01-13 | debvm-create: remove --package option | Helmut 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-04 | add useraddhook/customize.sh | Johannes 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 |