summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-12-11setup-apkrepos: use cdn as default answerNatanael Copa
use '1', which should be dl-cdn, as the default answer
2019-12-06setup-disk: let user set ROOT_SIZENatanael 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-21libalpine: use correct exit code in trapNatanael 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-14update-kernel: include associated firmware files to modloopTimo 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
2019-06-14==== release 3.8.2 ====Natanael Copa
2019-06-14README: more formattingRichard Mortier
2019-06-14README: formattingRichard Mortier
2019-04-26lbu: fix invocation of `openssl list-cipher-commands` for v1.1.1bRichard Mortier
2019-04-26README: markdown format, fix "further info" URLRichard Mortier
2019-04-26README: markdownRichard Mortier
2019-02-21setup-alpine: setup ntp before reposNatanael Copa
we need time to be correct for https certificates when setting up apkrepos, so we call setup-ntp before setup-apkrepos. ref #9911
2019-02-15update-kernel: include regulatory databaseTimo Teräs
2019-02-15update-kernel: add modloopfw optionCarlo Landmeter
modloopfw will add additional firmware to the modloop image to work around not beeing detected by modinfo.
2019-01-23==== release 3.8.1 ====Natanael Copa
2019-01-23setup-disk: let grub-mkconfig create grub.confNatanael Copa
2018-12-13gitignore: do not track shell scriptsCarlo Landmeter
2018-11-07lbu: remove spurious quoteElan Ruusamäe
2018-07-04Add support for signed modloop imagesCarlo Landmeter
2018-06-22==== release 3.8.0 ====Natanael Copa
2018-06-21setup-xorg-base: install eudevNatanael Copa
the setup-udev script is provided by eudev
2018-06-21update-kernel: fix install of firwareNatanael Copa
prevent to exit with error due to set -e, if last firmware does not have a *.txt file.
2018-06-19update-kernel: add additional firmware filesCarlo Landmeter
2018-06-13==== release 3.8.0_rc2 ====Natanael Copa
2018-06-13lbu: use ROOT environment var in package commandWilliam Johansson
2018-06-13setup-alpine: make quick mode even quickerNatanael Copa
When -q option is specified: - skip set root password - auto configure network (dhcp)
2018-06-13setup-disk: avoid create unused swap partitionNatanael Copa
2018-06-13setup-interfaces: add -a option for auto setupNatanael Copa
this option will configure dhcp on first interface found which is "up"
2018-06-13setup-disk: simplify grub config generationNatanael Copa
remove variable that is not needed