Age | Commit message (Collapse) | Author |
|
Commit ec0c7a7 changed the sed expression for PREFIX injection but
forgot to update the scripts.
|
|
copy-modloop uses find_modloop_media from libalpine.sh.
|
|
|
|
|
|
connecting to localhost
|
|
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/39
|
|
|
|
Fixes #10505
|
|
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
|
|
`-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>
|
|
|
|
|
|
ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13209
|
|
ref !18
|
|
closes !11.
|
|
|
|
This reverts commit 661f3b90f29f96a733aaff62ff0ca899ed34234d.
|
|
|
|
Do not ask user for ssh key, but support the use of SSH_KEY env var.
|
|
Fixes #10459.
|
|
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.
|
|
|
|
|
|
|
|
- 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
|
|
We should append the kernel options for cryptroot, not replace. This is
so nomodeset, quiet and other options are kept.
|
|
|
|
It should not be needed
|
|
No functional changes, just clean up code a bit.
|
|
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.
|
|
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.
|
|
Fixes #10483.
|
|
|
|
fixes commit c389289ec481 (setup-hostname: Add support for FQDN)
|
|
|
|
Closes #10450.
|
|
|
|
Fixes #10480.
Fixes #10484.
|
|
|
|
|
|
|
|
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/25
|
|
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10488
|
|
Used for ucode updates in the alpine-extended 3.14+ image. The script warns incorrect about a missing initrd file.
|
|
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
|
|
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.
|
|
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.
|
|
Minor changes necessary to support EFI on RISC-V.
|
|
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.
|
|
|