- 21 May, 2022 8 commits
-
-
Natanael Copa authored
Use al, gh, and gl as magic keywords to suggest url for shs key
-
Natanael Copa authored
-
Natanael Copa authored
Don't ask about root login if a user account was created
-
Natanael Copa authored
Ask for ssh key in separate question unless PermitRootLogin was set to no.
-
Natanael Copa authored
apparently atf_check can not run in a subshell so we can not pipe the input. Use a temp file for the answers instead
-
Natanael Copa authored
Add a '?' option for help Add magic keywords 'al|gh|gl <user>' to suggest gitlab.alpinelinux.org, github.com or gitlab.com URL to user's key. This is to conveniently fetch ssh keys without needing to type long URLs.
-
Natanael Copa authored
-
Natanael Copa authored
Use 'ssh' in lowercase consistently Fix duplicate [prohibit-password]
-
- 20 May, 2022 6 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
when -a is specified, doas gets installed and configured and username is added to wheels group for doas privileges
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
The username is shorter than full name so ask for that first and suggest the username as fullname which will make the username show up in login menu instead of 'Linux User'. If -f FULLNAME is specified, then give a decent default suggestion based on first letter in first name and lastname.
-
- 19 May, 2022 11 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
Make it possible to simulate wget errors by fetching an URL with 'fail' or '404' in the URL string. 'fail' results in DNS error(ish) and '404' returns a 404 error message.
-
Natanael Copa authored
-
Natanael Copa authored
so we can simulate fetching things from internet
-
Natanael Copa authored
-
Natanael Copa authored
use first char in first name and all last name, in lower case as suggested user name.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- 20 May, 2022 1 commit
-
-
Bart Ribbers authored
-
- 19 May, 2022 14 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
this replaces setup-xfce-desktop The script should set up a minimal, but usable desktop environment with some sane defaults.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
with tests to verify that it works
-
Natanael Copa authored
and add tests for it to verify that it actually works as expected We can use this for the other tests later
-
Natanael Copa authored
-
Natanael Copa authored
some devices, like NVME may have a physical block size of 4096, in which case FAT32 needs minimum 260MB. Use physical_block_size to calculate the size for ESP
-