summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-11-16setup-bootable: handle initrd lines with multiple filesThomas Liske
Used for ucode updates in the alpine-extended 3.14+ image. The script warns incorrect about a missing initrd file.
2021-11-16setup-proxy: use GNU wget when http proxy is setNatanael Copa
busybox wget does not support HTTP CONNECT, unconditionally install gnu wget when proxy is set. ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/10446 ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/32
2021-11-14update-kernel.in: Handle compressed kernel modulesDermot Bradley
When determining which firmware needs to be includes in the modloop file update-kernel searches for kernel modules using the filename *.ko and so does not cater for compressed modules (and therefore does not include their required firmware in the modloop). Change the search pattern to deal with both uncompressed and compressed modules.
2021-10-25update-kernel: Make path for tmpdir changeable via cli flagDennis Günnewig
On a Raspberry Pi 3B+ the memory is limited. Updating a kernel might be not possible due to "out of space" situations. This MR adds a flag to mitigate the problem for users facing this issue.
2021-09-19riscv64: EFI riggingsDrew DeVault
Minor changes necessary to support EFI on RISC-V.
2021-08-24setup-disk: Add preliminary support for u-boot based boardsSören Tempel
Currently, this bootloader is not set automatically and needs to be set manually using the BOOTLOADER environment variable, e.g.: BOOTLOADER=u-boot setup-disk -m sys /dev/sda Furthermore, it relies on the update-u-boot script to install the bootloader based on the automatically determined defaults.
2021-06-15==== 3.12.0 ====Natanael Copa