- 01 Jul, 2022 12 commits
-
-
Natanael Copa authored
this fixes the tests so we dont mix with the hosts network interfaces.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
Make sure we dont loop forever if adduser fails to create the user. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10519
-
Natanael Copa authored
So we can simulate what happens when adduser fails ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10519
-
Natanael Copa authored
Add a variable for user's ssh key, USERSSHKEY. We need this because the key is space separated and we want avoid parse USEROPTS with eval to handle quotes. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10520
-
Natanael Copa authored
test that the generated answerfile actually is interactive
-
Natanael Copa authored
-
Natanael Copa authored
We should not prompt user when -c is specified, in which case $1 is empty. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10522
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- 28 Jun, 2022 21 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
so we can test things like `lbu commit`
-
Natanael Copa authored
-
Natanael Copa authored
fixes commit 60c9392b (Add -u unlock command to setup-user)
-
-
Copied from github PR, but add -u so that you can include to forcably unlock the user after creation. Useful for when you want to create a user automatically so they can log in using a passed SSH key (-k), but without a password so they can set up a password after connecting.
-
-
If you pass -m none, just return immediately: For non-interactive diskless setups.
-
-
This allows selecting 'none' via KEYMAPOPTS in answer file.
-
-
The script referenced the wrong variable.
-
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 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-