- 28 Jun, 2022 4 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
We can not pipe to atf_shell as it will make it run in a subshell and will not handle failures properly. Fixes commit ab67ab07 (setup-proxy: fix empty proxy)
-
Natanael Copa authored
-
alice authored
the while loop loops until the value of proxyurl is none or a http*:// scheme. however, when proxyurl is set to 'none', it then gets unset here (`proxyurl= ;`), but the following `if` block checks if it is 'none' and fails, so we configure an empty http_proxy= in the proxy.sh profile script. this is then read by some software, and it causes it to crash. for instance, flatpak via glib reads `http_proxy` from the environment, and an empty variable is illegal.
-
- 27 May, 2022 1 commit
-
-
Natanael Copa authored
-
- 25 May, 2022 2 commits
-
-
- 24 May, 2022 2 commits
-
-
Natanael Copa authored
Do not enter interactive mode if -c was set, for backwards compatiblity.
-
Natanael Copa authored
-
- 23 May, 2022 15 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
-
Natanael Copa authored
-
Natanael Copa authored
setup-alpine conditionally runs some parts depending on `openrc --sys` output. Add a fake openrc so we can test this in the future. This also fixes the CI which may not have openrc installed.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
This makes it possible to test the scripts
-
Natanael Copa authored
Assume that PATH is set up properly for testing. This makes it possible to test setup-alpine without installing it with the sbin prefix.
-
Natanael Copa authored
this was (presumabely) originally intended for testing. We use MOCK instead nowdays.
-
Natanael Copa authored
Only ask user for keymap from virtual consoles.
-
Natanael Copa authored
Retry create luks device if the entered password does not match rather than exit with error. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10514
-
Natanael Copa authored
Fail early if disk is too small or similar
-
Natanael Copa authored
-
- 21 May, 2022 9 commits
-
-
Natanael Copa authored
-
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 1 commit
-
-
Natanael Copa authored
-