summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-06-10update-kernel: fix Warning: extra firmware "" not found!Natanael Copa
fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/10526
2021-02-15Add support for https in setup-bootableRobin Opletal
2021-02-15split modloop copy to a separate scriptAlex Xu (Hello71)
fixes #10468
2021-01-19setup-xorg-base: install mesaAlex 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-09update-kernel: remove nopadAlex Xu (Hello71)
-nopad squashfs files cannot be mounted by Linux kernel. Fixes: 30e6933e71fc ("update-kernel: use -nopad -Xbcj for modloop")
2021-01-08update-kernel: use -nopad -Xbcj for modloopAlex 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-08setup-disk: ask to unmount boot media is no available disks foundNatanael Copa
This makes it convienient to install alpine to disk on rpi or other devices with mmc.
2021-01-08setup-disk: load dm-mod module if neededNatanael Copa
2021-01-08update-conf: code clean. use askNatanael Copa
2021-01-08setup-mta: cleanup. use askNatanael Copa
2021-01-08setup-keymap: code clean. use askNatanael Copa
2021-01-08setup-hostname: use ask for consistencyNatanael Copa
2021-01-08setup-dns: use ask for consistencyNatanael Copa
2021-01-08setup-timezone: use ask for consistencyNatanael Copa
2021-01-08setup-ntp: use ask for consistencyNatanael Copa
2021-01-08dasd-functions.sh: use ask/ask_yesno/$resp for consistencyNatanael Copa
2021-01-08setup-disk: ask fixupNatanael Copa
2021-01-08setup-interfaces: use ask_yesnoNatanael Copa
2021-01-08setup-disk: use ask_yesnoNatanael Copa
2021-01-08libalpine.sh: add ask_yesnoNatanael Copa
add function for y/n questions
2021-01-08setup-lbu: use ask for consistencyNatanael Copa
2021-01-08libalpine.sh: dont consider 1 or true as "yes" for yesnoNatanael Copa
2021-01-08setup-disk: use ask for consistencyNatanael Copa
2021-01-08setup-apkrepos: minor code cleanupNatanael Copa
use `ask` for consistency allow set default answer via env var APKREPOS_DEFAULT_ANSWER
2021-01-08setup-apkcache: use ask functionNatanael Copa
2021-01-08setup-sshd: improve error handlingNatanael Copa
repeat the question til we get a valid answer
2021-01-08setup-disk: add rpi supportNatanael Copa
set partition type to 0c when boot partition is vfat. RPI wont boot otherwise. disable swap for rpi
2021-01-07setup-disk: rename select_bootloaderNatanael Copa
rename select_bootloader to select_bootloader_pkg as it selects the bootloader package.
2021-01-07setup-alpine: fix qemu detectionNatanael Copa
2021-01-07setup-disk: dont try install syslinux on unsupported archesNatanael Copa
syslinux only works on x86 and x86_64
2021-01-07==== release 3.10.1 ====Natanael Copa
2021-01-07update-kernel: look for dtbs in /bootNatanael Copa
RPI kernels store the DTBS directly under /boot so they can handle kernel upgrades.
2021-01-07setup-disk: allow force install on unsupported bootfsNatanael Copa
2021-01-06==== release 3.10.0 ====Natanael Copa
2021-01-06update-kernel: fix help text for --build-dirNatanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10462
2021-01-06setup-apkrepos: fix two digit selectionNatanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10461 Thanks to Timo Ketola for the fix.
2021-01-06setup-disk: use lts as fallback kernel flavorNatanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10453
2021-01-06add override for custom kernel boot parametersJordan Sokolic
2021-01-06update-kernel: Add option to override keys dirPhilippe Schommers
2021-01-06Fix WPA supplicant's key_mgmt for open networks.Gentooman
2021-01-06Remove the obsolete setup-*-desktop scriptsNatanael Copa