Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2021-11-16 | setup-bootable: handle initrd lines with multiple files | Thomas Liske | |
Used for ucode updates in the alpine-extended 3.14+ image. The script warns incorrect about a missing initrd file. | |||
2021-11-16 | setup-proxy: use GNU wget when http proxy is set | Natanael 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-14 | update-kernel.in: Handle compressed kernel modules | Dermot 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-25 | update-kernel: Make path for tmpdir changeable via cli flag | Dennis 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-19 | riscv64: EFI riggings | Drew DeVault | |
Minor changes necessary to support EFI on RISC-V. | |||
2021-08-24 | setup-disk: Add preliminary support for u-boot based boards | Sö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 | |
2021-06-10 | update-kernel: fix Warning: extra firmware "" not found! | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/10526 | |||
2021-02-15 | Add support for https in setup-bootable | Robin Opletal | |
2021-02-15 | split modloop copy to a separate script | Alex Xu (Hello71) | |
fixes #10468 | |||
2021-01-19 | setup-xorg-base: install mesa | Alex Xu (Hello71) | |
now that video ddx is not installed, glamor is usually enabled, which requires mesa (nvidia is not officially supported on alpine). as before, this is a simple script, so no configuration is provided. users who don't want udev or mesa should invoke apk manually. | |||
2021-01-09 | update-kernel: remove nopad | Alex Xu (Hello71) | |
-nopad squashfs files cannot be mounted by Linux kernel. Fixes: 30e6933e71fc ("update-kernel: use -nopad -Xbcj for modloop") | |||
2021-01-08 | update-kernel: use -nopad -Xbcj for modloop | Alex Xu (Hello71) | |
reduces x86 modloop size by about 38k. -all-time 0 reduces by 300 bytes more, but probably more confusing than it's worth | |||
2021-01-08 | ==== release 3.11.0 ==== | Natanael Copa | |
2021-01-08 | setup-disk: ask to unmount boot media is no available disks found | Natanael Copa | |
This makes it convienient to install alpine to disk on rpi or other devices with mmc. | |||
2021-01-08 | setup-disk: load dm-mod module if needed | Natanael Copa | |
2021-01-08 | update-conf: code clean. use ask | Natanael Copa | |
2021-01-08 | setup-mta: cleanup. use ask | Natanael Copa | |
2021-01-08 | setup-keymap: code clean. use ask | Natanael Copa | |
2021-01-08 | setup-hostname: use ask for consistency | Natanael Copa | |
2021-01-08 | setup-dns: use ask for consistency | Natanael Copa | |
2021-01-08 | setup-timezone: use ask for consistency | Natanael Copa | |
2021-01-08 | setup-ntp: use ask for consistency | Natanael Copa | |
2021-01-08 | dasd-functions.sh: use ask/ask_yesno/$resp for consistency | Natanael Copa | |
2021-01-08 | setup-disk: ask fixup | Natanael Copa | |
2021-01-08 | setup-interfaces: use ask_yesno | Natanael Copa | |
2021-01-08 | setup-disk: use ask_yesno | Natanael Copa | |
2021-01-08 | libalpine.sh: add ask_yesno | Natanael Copa | |
add function for y/n questions | |||
2021-01-08 | setup-lbu: use ask for consistency | Natanael Copa | |