Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-28 | tests: add test for setup-user -u | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/72 | |||
2022-06-28 | tests: setup-disk: add test for -m none | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/75 | |||
2022-06-28 | tests: setup-keymap: add test for non-interactive 'none' | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/71 | |||
2022-06-28 | tests: setup-user: add test for -k opt | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/70 | |||
2022-06-28 | tests: make fake wget to error on missing/or empty url | Natanael Copa | |
2022-06-28 | tests: do not run atf_check in a subshell | Natanael Copa | |
We can not pipe to atf_shell as it will make it run in a subshell and will not handle failures properly. Fixes commit ab67ab0733c2 (setup-proxy: fix empty proxy) | |||
2022-06-28 | setup-proxy: fix empty proxy | psykose | |
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. | |||
2022-05-24 | setup-sshd: fix backwards compat with -c | Natanael Copa | |
Do not enter interactive mode if -c was set, for backwards compatiblity. | |||
2022-05-24 | setup-xen-dom0: add test | Natanael Copa | |
2022-05-23 | setup-sshd: fix root login without ssh key | Natanael Copa | |
2022-05-23 | tests: add a fake openrc | Natanael Copa | |
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. | |||
2022-05-23 | setup-alpine: add simple test for quick install | Natanael Copa | |
2022-05-23 | tests: setup-user: add test for suggested ssh key url | Natanael Copa | |
2022-05-21 | setup-sshd: dont ask for root login if user was created | Natanael Copa | |
Don't ask about root login if a user account was created | |||
2022-05-21 | setup-sshd: refactor | Natanael Copa | |
Ask for ssh key in separate question unless PermitRootLogin was set to no. | |||
2022-05-21 | tests: fix interactive test | Natanael Copa | |
apparently atf_check can not run in a subshell so we can not pipe the input. Use a temp file for the answers instead | |||
2022-05-21 | setup-sshd: fix prompts | Natanael Copa | |
Use 'ssh' in lowercase consistently Fix duplicate [prohibit-password] | |||
2022-05-20 | setup-user: add -a option to create admin user | Natanael Copa | |
when -a is specified, doas gets installed and configured and username is added to wheels group for doas privileges | |||
2022-05-20 | setup-user: refactor. ask for username first | Natanael Copa | |
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. | |||
2022-05-19 | setup-sshd: use fake rc-service/update for testing | Natanael Copa | |
2022-05-19 | setup-ntpd: use fake rc-service/update for testing | Natanael Copa | |
2022-05-19 | tests: make it possible to simluate wget failure | Natanael Copa | |
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. | |||
2022-05-19 | setup-sshd: make test use the fake wget | Natanael Copa | |
2022-05-19 | tests: add a fake wget | Natanael Copa | |
so we can simulate fetching things from internet | |||
2022-05-19 | tests: add test for setup-user with a single name | Natanael Copa | |
2022-05-19 | setup-user: suggest a username | Natanael Copa | |
use first char in first name and all last name, in lower case as suggested user name. | |||
2022-05-19 | setup-user: add -g option to specify groups | Natanael Copa | |
2022-05-19 | setup-user: prompt user for ssh key | Natanael Copa | |
2022-05-19 | setup-user: new setup script | Natanael Copa | |
2022-05-20 | setup-desktop: add Plasma configuration | Bart Ribbers | |
2022-05-19 | tests: add test for setup-desktop gnome | Natanael Copa | |
2022-05-19 | tests: add simple tests for setup-desktop | Natanael Copa | |
2022-05-19 | tests: add PATH to fake binaries | Natanael Copa | |
2022-05-19 | tests: add test for setup-xorg-base | Natanael Copa | |
2022-05-19 | setup-devd: add more tests | Natanael Copa | |
2022-05-19 | tests: add fake rc-service script | Natanael Copa | |
with tests to verify that it works | |||
2022-05-19 | tests: add fake rc-update binary | Natanael Copa | |
and add tests for it to verify that it actually works as expected We can use this for the other tests later | |||
2022-05-18 | tests: add test for setup-timezone -z compat | Natanael Copa | |
2022-05-18 | tests: add test for setup-timezone -i | Natanael Copa | |
verify that it does not uninstall tzdata | |||
2022-05-18 | setup-timezone: add test | Natanael Copa | |
Make it testable | |||
2022-05-13 | tests: add test for setup-alpine | Natanael Copa | |
2022-05-13 | tests: add test for update-conf | Natanael Copa | |
2022-05-13 | tests: add test for copy-modloop | Natanael Copa | |
2022-05-13 | tests: add test for setup-apkrepos | Natanael Copa | |
2022-05-13 | tests: add test for setup-mta | Natanael Copa | |
2022-05-13 | tests: add test for setup-disk | Natanael Copa | |
only test for help text. We test most of the other functionality with the alpine-installer-testsuite. | |||
2022-05-13 | tests: add test for setup-acf | Natanael Copa | |
2022-05-13 | tests: add test for setup-apkcache | Natanael Copa | |
2022-05-13 | tests: add test for setup-lbu | Natanael Copa | |
2022-05-13 | tests: add test for openntpd | Natanael Copa | |