Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-01-08 | libalpine.sh: dont consider 1 or true as "yes" for yesno | Natanael Copa | |
2021-01-08 | setup-disk: use ask for consistency | Natanael Copa | |
2021-01-08 | setup-apkrepos: minor code cleanup | Natanael Copa | |
use `ask` for consistency allow set default answer via env var APKREPOS_DEFAULT_ANSWER | |||
2021-01-08 | setup-apkcache: use ask function | Natanael Copa | |
2021-01-08 | setup-sshd: improve error handling | Natanael Copa | |
repeat the question til we get a valid answer | |||
2021-01-08 | setup-disk: add rpi support | Natanael Copa | |
set partition type to 0c when boot partition is vfat. RPI wont boot otherwise. disable swap for rpi | |||
2021-01-07 | setup-disk: rename select_bootloader | Natanael Copa | |
rename select_bootloader to select_bootloader_pkg as it selects the bootloader package. | |||
2021-01-07 | setup-alpine: fix qemu detection | Natanael Copa | |
2021-01-07 | setup-disk: dont try install syslinux on unsupported arches | Natanael Copa | |
syslinux only works on x86 and x86_64 | |||
2021-01-07 | ==== release 3.10.1 ==== | Natanael Copa | |
2021-01-07 | update-kernel: look for dtbs in /boot | Natanael Copa | |
RPI kernels store the DTBS directly under /boot so they can handle kernel upgrades. | |||
2021-01-07 | setup-disk: allow force install on unsupported bootfs | Natanael Copa | |
2021-01-06 | ==== release 3.10.0 ==== | Natanael Copa | |
2021-01-06 | update-kernel: fix help text for --build-dir | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10462 | |||
2021-01-06 | setup-apkrepos: fix two digit selection | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10461 Thanks to Timo Ketola for the fix. | |||
2021-01-06 | setup-disk: use lts as fallback kernel flavor | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10453 | |||
2021-01-06 | add override for custom kernel boot parameters | Jordan Sokolic | |
2021-01-06 | update-kernel: Add option to override keys dir | Philippe Schommers | |
2021-01-06 | Fix WPA supplicant's key_mgmt for open networks. | Gentooman | |
2021-01-06 | Remove the obsolete setup-*-desktop scripts | Natanael Copa | |
2021-01-06 | setup-interfaces: refactor wifi setup | Natanael 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-06 | setup-interfaces: fix wifi error handling | Natanael Copa | |
if wifi setup fails, return instead of recursively call prompt_for_interfaces | |||
2021-01-06 | setup-interfaces: start wpa_supplicant service | Natanael Copa | |
instead of simply start the process, enable the service so it starts on reboots | |||
2021-01-06 | setup-interfaces: make ssid list prettier | Natanael Copa | |
use / as separator in the interal list as it is not allowed to be used in SSIDs also fix a bashism | |||
2021-01-06 | setup-xorg-base: enable community repository | Natanael Copa | |
2020-12-24 | setup-bootable: fix command suggestion | Kaarle Ritvanen | |
2020-11-23 | Merge branch 'patch-1' into 'master' | Natanael Copa | |
setup-xorg-base: don't install video DDX See merge request alpine/alpine-conf!8 | |||
2020-11-23 | setup-xorg-base: don't install video DDX | Alex 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-19 | update-kernel: fix warning extra firmware "" not found | Natanael Copa | |
fixes #10526 | |||
2020-05-29 | Merge 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-28 | setup-gparted-desktop: use st in menu | Natanael Copa | |
fixes #10456 | |||
2020-05-28 | setup-apkrepos: try fetching the mirror list repeatedly while prompting | Daniel Lublin | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/issues/10446 | |||
2020-05-28 | update-kernel: fallback to old dtbdir if new one does not exist | Timo 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-03 | setup-disk: don't add syslinux package for mounted root install unless requested | Daniel Néri | |
2020-01-24 | libalpine: make vecho and qecho return success | Natanael Copa | |
vecho should return success even if $VERBOSE is empty. Similar, qecho should return success even if $QUIET is empty. fixes !4 | |||
2020-01-16 | lbu: fix wrong cipher match in check_openssl for 'lbu commit -e' | Milan P. Stanić | |
fixes #10451 | |||
2020-01-15 | setup-disk: dont set GRUB_DISITRBUTOR | Natanael Copa | |
rely on patch in for grub-mkconfig that will parse /etc/os-release | |||
2019-12-18 | update-kernel: fix dtbs dir | Natanael Copa | |
2019-12-11 | setup-apkrepos: use cdn as default answer | Natanael Copa | |
use '1', which should be dl-cdn, as the default answer | |||
2019-12-06 | setup-disk: let user set ROOT_SIZE | Natanael Copa | |
allow user set rootfs size via ROOT_SIZE. For lvm it will be passed directly to lvmcreate. For the sfdisk partitions it will be a number in MiB. | |||
2019-11-21 | libalpine: use correct exit code in trap | Natanael Copa | |
save exit state before cleaning up tempdir so we get the correct exit code. This fixes the problem where lbu exit with success on errors where disk is full or similar. | |||
2019-06-14 | ==== release 3.8.3 ==== | Natanael Copa | |
2019-06-14 | update-kernel: include associated firmware files to modloop | Timo Teräs | |
Some drivers reference only the .bin but require additional files such as .$board.txt or .clm_blob. Include all files in modloop that might match. ref #9549 |