summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-16update-kernel: fix missing shiftMartin HEBANT
2022-03-16setup-alpine: do not restart networking service when run headlessmacmpi
2022-03-16setup-disk: fix pi0 and pi0w initramfs not foundflavorplus
Signed-off-by: flavorplus <flavorplus@users.noreply.github.com>
2022-03-16update-kernel: perform word splitting on $modloopfwNick Hanley
Fixes aports#10526, aports#13408.
2022-03-16Revert "update-kernel: fix warning extra firmware "" not found"Nick Hanley
This reverts commit ce8ad8bd402baed5c48becc6aad155d838dea21a.
2022-03-16Revert "update-kernel: fix Warning: extra firmware "" not found!"Nick Hanley
This reverts commit 4f960a81e65c7ee1e37b5a4029e2aa47e63e654f.
2022-03-16Makefile: uninstall bin/ and etc/lbu/ files tooNick Hanley
2022-03-16fix PREFIX in *.inNick Hanley
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts.
2022-03-16copy-modloop: source libalpine.shNick Hanley
copy-modloop uses find_modloop_media from libalpine.sh.
2022-03-16setup-disk: update rpi config.txt documentation urlNick Hanley
2022-03-16setup-disk: fix spellingNick Hanley
2022-03-16setup-proxy: added no_proxy=localhost to ensure that no proxy is used when ↵jakovrr
connecting to localhost
2022-02-21setup-bootable: handle more than 2 initrdsNatanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/39
2022-02-21gitignore: ignore copy-modloopAlex Xu (Hello71)
2022-02-19setup-disk: enable keymap mkinitfs feature if crypt is usedSören Tempel
Fixes #10505
2021-11-27setup-alpine: fix typo in answerfile variableKevin 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-26setup-apkrepos: fix accepting optionsFurkan 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-22setup-disk: fix Parition id "vfat" is not supportedNatanael Copa
ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13209
2021-11-17update-kernel: TMPDIR in help textKaarle Ritvanen
ref !18
2021-11-17update-kernel: don't force /tmpAlex Xu (Hello71)
closes !11.
2021-11-17update-kernel: rename internal TMPDIR -> tmpdirAlex Xu (Hello71)
2021-11-17Revert "update-kernel: Make path for tmpdir changeable via cli flag"Kaarle Ritvanen
This reverts commit 661f3b90f29f96a733aaff62ff0ca899ed34234d.
2021-11-17mailmap: add myselfKaarle Ritvanen
2021-11-17setup-sshd: use SSH_KEY instead of prompt userNatanael Copa
Do not ask user for ssh key, but support the use of SSH_KEY env var.
2021-11-17setup-sshd: Ask for authorized key for rootLukas Bestle
Fixes #10459.
2021-11-16setup-disk: make the order of 'crypt' and 'lvm' obviousKrystian 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-16setup-disk: enable password verification in luksFormatKrystian Chachuła
2021-11-16==== 3.13.0_rc2 ====Natanael Copa
2021-11-16setup-disk: disable prompt and password verification in luksFormatKrystian Chachuła
2021-11-16setup-disk: improve bootloader selectionNatanael 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-16setup-disk: fix kernel options with encrypted rootNatanael 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-16setup-disk: don't install util-linuxNatanael Copa
It should not be needed
2021-11-16setup-alpine: minor code clean upNatanael Copa
No functional changes, just clean up code a bit.
2021-11-16setup-disk: Support encrypted sys and dataKrystian 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-16setup-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-16setup-alpine: Support downloading answer fileLukas Bestle
Fixes #10483.
2021-11-16setup-dns: Use FQDN from hostname as domainLukas Bestle
2021-11-16setup-hostname: FQDN names can be 255 charsNatanael Copa
fixes commit c389289ec481 (setup-hostname: Add support for FQDN)
2021-11-16setup-hostname: Fix flag in usage textLukas Bestle
2021-11-16setup-hostname: Add support for FQDNLukas Bestle
Closes #10450.
2021-11-16setup-interfaces: Document all flagsLukas Bestle
2021-11-16setup-interfaces: New -r flag to restart serviceLukas Bestle
Fixes #10480. Fixes #10484.
2021-11-16setup-apkrepos: simplify enable communityNatanael Copa
2021-11-16setup-apkrepos: Support enabling community repoLukas Bestle
2021-11-16setup-apkrepos: fix wget retrying 20 timesArtem Zhurikhin
2021-11-16lbu: use $PASSWORD for encryptionNatanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/25
2021-11-16setup-dns: accept comma separate list of dns serversNatanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10488