Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-16 | update-kernel: fix missing shift | Martin HEBANT | |
2022-03-16 | setup-alpine: do not restart networking service when run headless | macmpi | |
2022-03-16 | setup-disk: fix pi0 and pi0w initramfs not found | flavorplus | |
Signed-off-by: flavorplus <flavorplus@users.noreply.github.com> | |||
2022-03-16 | update-kernel: perform word splitting on $modloopfw | Nick Hanley | |
Fixes aports#10526, aports#13408. | |||
2022-03-16 | Revert "update-kernel: fix warning extra firmware "" not found" | Nick Hanley | |
This reverts commit ce8ad8bd402baed5c48becc6aad155d838dea21a. | |||
2022-03-16 | Revert "update-kernel: fix Warning: extra firmware "" not found!" | Nick Hanley | |
This reverts commit 4f960a81e65c7ee1e37b5a4029e2aa47e63e654f. | |||
2022-03-16 | Makefile: uninstall bin/ and etc/lbu/ files too | Nick Hanley | |
2022-03-16 | fix PREFIX in *.in | Nick Hanley | |
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts. | |||
2022-03-16 | copy-modloop: source libalpine.sh | Nick Hanley | |
copy-modloop uses find_modloop_media from libalpine.sh. | |||
2022-03-16 | setup-disk: update rpi config.txt documentation url | Nick Hanley | |
2022-03-16 | setup-disk: fix spelling | Nick Hanley | |
2022-03-16 | setup-proxy: added no_proxy=localhost to ensure that no proxy is used when ↵ | jakovrr | |
connecting to localhost | |||
2022-02-21 | setup-bootable: handle more than 2 initrds | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/39 | |||
2022-02-21 | gitignore: ignore copy-modloop | Alex Xu (Hello71) | |
2022-02-19 | setup-disk: enable keymap mkinitfs feature if crypt is used | Sören Tempel | |
Fixes #10505 | |||
2021-11-27 | setup-alpine: fix typo in answerfile variable | Kevin Daudt | |
6c70088 (setup-alpine: minor code clean up, 2021-11-16) did a clean-up of the answerfile code, but introduced a type on the `USEANSWERFILE` variable, resulting in answerfiles no longer to be sourced. Closes #10494 | |||
2021-11-26 | setup-apkrepos: fix accepting options | Furkan Mustafa | |
`-c` option was (mistakenly?) omitted in `getopts` call. Causing following error; # setup-apkrepos -1 -c Illegal option -c Added mirror dl-cdn.alpinelinux.org Updating repository indexes... done. Tested this change locally and it works as expected. Signed-off-by: Furkan Mustafa <furkan@rainlab.co.jp> | |||
2021-11-24 | ==== release 3.13.0 ==== | Natanael Copa | |
2021-11-22 | ==== release 3.13.0_rc3 ==== | Natanael Copa | |
2021-11-22 | setup-disk: fix Parition id "vfat" is not supported | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13209 | |||
2021-11-17 | update-kernel: TMPDIR in help text | Kaarle Ritvanen | |
ref !18 | |||
2021-11-17 | update-kernel: don't force /tmp | Alex Xu (Hello71) | |
closes !11. | |||
2021-11-17 | update-kernel: rename internal TMPDIR -> tmpdir | Alex Xu (Hello71) | |
2021-11-17 | Revert "update-kernel: Make path for tmpdir changeable via cli flag" | Kaarle Ritvanen | |
This reverts commit 661f3b90f29f96a733aaff62ff0ca899ed34234d. | |||
2021-11-17 | mailmap: add myself | Kaarle Ritvanen | |
2021-11-17 | setup-sshd: use SSH_KEY instead of prompt user | Natanael Copa | |
Do not ask user for ssh key, but support the use of SSH_KEY env var. | |||
2021-11-17 | setup-sshd: Ask for authorized key for root | Lukas Bestle | |
Fixes #10459. | |||
2021-11-16 | setup-disk: make the order of 'crypt' and 'lvm' obvious | Krystian Chachuła | |
The order of 'crypt' and 'lvm' can be confusing. This commit disables suggesting 'crypt' when 'lvm' is selected. It also adds a statement about the order of LVM and LUKS when both are selected. | |||
2021-11-16 | setup-disk: enable password verification in luksFormat | Krystian Chachuła | |
2021-11-16 | ==== 3.13.0_rc2 ==== | Natanael Copa | |
2021-11-16 | setup-disk: disable prompt and password verification in luksFormat | Krystian Chachuła | |
2021-11-16 | setup-disk: improve bootloader selection | Natanael Copa | |
- unify bootloader selection. - respect previously set BOOTLOADER, even if it may not work - fall back to u-boot for arm and aarch64 if not efi fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10489 | |||
2021-11-16 | setup-disk: fix kernel options with encrypted root | Natanael Copa | |
We should append the kernel options for cryptroot, not replace. This is so nomodeset, quiet and other options are kept. | |||
2021-11-16 | ==== 3.13.0_rc1 ==== | Natanael Copa | |
2021-11-16 | setup-disk: don't install util-linux | Natanael Copa | |
It should not be needed | |||
2021-11-16 | setup-alpine: minor code clean up | Natanael Copa | |
No functional changes, just clean up code a bit. | |||
2021-11-16 | setup-disk: Support encrypted sys and data | Krystian Chachuła | |
Co-authored-by: Drew DeVault <sir@cmpwn.com> In encrypted sys installs the boot partition is not encrypted and is mounted to /boot. This is because GRUB does not have full support for luks2 encrypted /boot. | |||
2021-11-16 | setup-interfaces: don't add hostname for dhcp (fixes #12886) | Alex Xu (Hello71) | |
this doesn't work properly if someone changes hostname after install. ifupdown-ng supports this automatically, and if someone manually switches to ifupdown then they can manually add the hostname line. | |||
2021-11-16 | setup-alpine: Support downloading answer file | Lukas Bestle | |
Fixes #10483. | |||
2021-11-16 | setup-dns: Use FQDN from hostname as domain | Lukas Bestle | |
2021-11-16 | setup-hostname: FQDN names can be 255 chars | Natanael Copa | |
fixes commit c389289ec481 (setup-hostname: Add support for FQDN) | |||
2021-11-16 | setup-hostname: Fix flag in usage text | Lukas Bestle | |
2021-11-16 | setup-hostname: Add support for FQDN | Lukas Bestle | |
Closes #10450. | |||
2021-11-16 | setup-interfaces: Document all flags | Lukas Bestle | |
2021-11-16 | setup-interfaces: New -r flag to restart service | Lukas Bestle | |
Fixes #10480. Fixes #10484. | |||
2021-11-16 | setup-apkrepos: simplify enable community | Natanael Copa | |
2021-11-16 | setup-apkrepos: Support enabling community repo | Lukas Bestle | |
2021-11-16 | setup-apkrepos: fix wget retrying 20 times | Artem Zhurikhin | |
2021-11-16 | lbu: use $PASSWORD for encryption | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/25 | |||
2021-11-16 | setup-dns: accept comma separate list of dns servers | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10488 |