summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-01-06setup-interfaces: refactor wifi setupNatanael Copa
- fix bug in find_essids - use wpa_passphrase to create network config for wpa_supplicant with PSK - handle case where invalid SSID was entered - do not echo the wifi password
2021-01-06setup-interfaces: fix wifi error handlingNatanael Copa
if wifi setup fails, return instead of recursively call prompt_for_interfaces
2021-01-06setup-interfaces: start wpa_supplicant serviceNatanael Copa
instead of simply start the process, enable the service so it starts on reboots
2021-01-06setup-interfaces: make ssid list prettierNatanael Copa
use / as separator in the interal list as it is not allowed to be used in SSIDs also fix a bashism
2021-01-06setup-xorg-base: enable community repositoryNatanael Copa
2020-12-24setup-bootable: fix command suggestionKaarle Ritvanen
2020-11-23Merge branch 'patch-1' into 'master'Natanael Copa
setup-xorg-base: don't install video DDX See merge request alpine/alpine-conf!8
2020-11-23setup-xorg-base: don't install video DDXAlex Xu (Hello71)
modesetting provides superior compatibility and comparable performance on modern platforms. other distros such as debian/ubuntu [0] and fedora [1] switched to modesetting several years ago. users who require maximum xrender performance can manually install a ddx. [0] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/AUPYPJMFJZMHPEKN24LBABZKIEOV4NU5/ [1] https://tjaalton.wordpress.com/2016/07/23/intel-graphics-gen4-and-newer-now-defaults-to-modesetting-driver-on-x/
2020-10-19update-kernel: fix warning extra firmware "" not foundNatanael Copa
fixes #10526
2020-05-29Merge branch 'patch-1' into 'master'Natanael Copa
setup-disk: don't add syslinux package for mounted root install unless requested Closes #10455 See merge request alpine/alpine-conf!5
2020-05-28==== release 3.9.0 ====Natanael Copa
2020-05-28setup-gparted-desktop: use st in menuNatanael Copa
fixes #10456
2020-05-28setup-apkrepos: try fetching the mirror list repeatedly while promptingDaniel Lublin
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/issues/10446
2020-05-28update-kernel: fallback to old dtbdir if new one does not existTimo Teräs
This allows running update-kernel on new alpine and to create images from stable branch by overriding repository files. Fixes: 3fd2ce43 "update-kernel: fix dtbs dir"
2020-05-03setup-disk: don't add syslinux package for mounted root install unless requestedDaniel Néri
2020-01-24libalpine: make vecho and qecho return successNatanael Copa
vecho should return success even if $VERBOSE is empty. Similar, qecho should return success even if $QUIET is empty. fixes !4
2020-01-16lbu: fix wrong cipher match in check_openssl for 'lbu commit -e'Milan P. Stanić
fixes #10451
2020-01-15setup-disk: dont set GRUB_DISITRBUTORNatanael Copa
rely on patch in for grub-mkconfig that will parse /etc/os-release
2019-12-18update-kernel: fix dtbs dirNatanael Copa