aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* setup-apkrepos: try fetching the mirror list repeatedly while promptingHEADmasterDaniel Lublin2020-04-161-0/+4
| | | | fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/issues/10446
* update-kernel: fallback to old dtbdir if new one does not existTimo Teräs2020-04-161-0/+1
| | | | | | | 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"
* libalpine: make vecho and qecho return successNatanael Copa2020-01-241-2/+6
| | | | | | | vecho should return success even if $VERBOSE is empty. Similar, qecho should return success even if $QUIET is empty. fixes !4
* lbu: fix wrong cipher match in check_openssl for 'lbu commit -e'Milan P. Stanić2020-01-161-1/+1
| | | | fixes #10451
* setup-disk: dont set GRUB_DISITRBUTORNatanael Copa2020-01-151-1/+0
| | | | rely on patch in for grub-mkconfig that will parse /etc/os-release
* update-kernel: fix dtbs dirNatanael Copa2019-12-181-3/+3
|
* setup-apkrepos: use cdn as default answerNatanael Copa2019-12-111-1/+1
| | | | use '1', which should be dl-cdn, as the default answer
* setup-disk: let user set ROOT_SIZENatanael Copa2019-12-061-2/+2
| | | | | | 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.
* libalpine: use correct exit code in trapNatanael Copa2019-11-211-1/+1
| | | | | | | | 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.
* ==== release 3.8.3 ====v3.8.3Natanael Copa2019-06-141-1/+1
|
* update-kernel: include associated firmware files to modloopTimo Teräs2019-06-141-4/+4
| | | | | | 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
* ==== release 3.8.2 ====v3.8.2Natanael Copa2019-06-141-1/+1
|
* README: more formattingRichard Mortier2019-06-141-3/+5
|
* README: formattingRichard Mortier2019-06-141-8/+7
|
* lbu: fix invocation of `openssl list-cipher-commands` for v1.1.1bRichard Mortier2019-04-261-1/+1
|
* README: markdown format, fix "further info" URLRichard Mortier2019-04-261-15/+15
|
* README: markdownRichard Mortier2019-04-261-0/+0
|
* setup-alpine: setup ntp before reposNatanael Copa2019-02-211-4/+4
| | | | | | | we need time to be correct for https certificates when setting up apkrepos, so we call setup-ntp before setup-apkrepos. ref #9911
* update-kernel: include regulatory databaseTimo Teräs2019-02-151-1/+8
|
* update-kernel: add modloopfw optionCarlo Landmeter2019-02-151-13/+31
| | | | | modloopfw will add additional firmware to the modloop image to work around not beeing detected by modinfo.
* ==== release 3.8.1 ====v3.8.1Natanael Copa2019-01-231-1/+1
|
* setup-disk: let grub-mkconfig create grub.confNatanael Copa2019-01-231-10/+8
|
* gitignore: do not track shell scriptsCarlo Landmeter2018-12-131-1/+1
|
* lbu: remove spurious quoteElan Ruusamäe2018-11-071-1/+1
|
* Add support for signed modloop imagesCarlo Landmeter2018-07-041-2/+26
|
* ==== release 3.8.0 ====v3.8.0Natanael Copa2018-06-221-1/+1
|
* setup-xorg-base: install eudevNatanael Copa2018-06-211-1/+1
| | | | the setup-udev script is provided by eudev
* update-kernel: fix install of firwareNatanael Copa2018-06-211-2/+3
| | | | | prevent to exit with error due to set -e, if last firmware does not have a *.txt file.
* update-kernel: add additional firmware filesCarlo Landmeter2018-06-191-0/+12
|
* ==== release 3.8.0_rc2 ====v3.8.0_rc2Natanael Copa2018-06-131-1/+1
|
* lbu: use ROOT environment var in package commandWilliam Johansson2018-06-131-1/+1
|
* setup-alpine: make quick mode even quickerNatanael Copa2018-06-131-2/+2
| | | | | | When -q option is specified: - skip set root password - auto configure network (dhcp)
* setup-disk: avoid create unused swap partitionNatanael Copa2018-06-131-10/+23
|
* setup-interfaces: add -a option for auto setupNatanael Copa2018-06-131-1/+25
| | | | this option will configure dhcp on first interface found which is "up"
* setup-disk: simplify grub config generationNatanael Copa2018-06-131-2/+1
| | | | remove variable that is not needed
* alpine-conf: fix boot issue by having grub.cfg use linux-vanillaMike Sullivan2018-06-121-5/+1
|
* ==== release 3.8.0_rc1 ====v3.8.0_rc1Natanael Copa2018-06-121-1/+1
|
* setup-apkrepos: Allow the script to pick a server with 0.00sec download time andKatie Holly2018-06-121-13/+1
| | | | replaced the awk script with tee-sort-head-cut magic
* setup-disk: install on disk on s390xTuan M. Hoang2018-06-123-15/+192
| | | | | | | | | | | | | | | | | | In z/VM environment ECKD DASDs need to be low-level formatted with dasdfmt and fdasd before use. These devices don't have partition ids. FBA DASDs are like normal disks - usable with sfdisk/fdisk - and have partition ids. Software raid and LVM on multiple devices are not supported at the moment. Users could install with LVM on single disk and extend logical volume to second disk. In KVM environment Virtual SCSI disks (virtio) are used which are like normal disks. Bootloader is zipl from s390-tools package. This commit introduces setup-dasd.in for DASD functions.
* update-kernel: handle -vanilla suffix in System.map, config and vmlinuzNatanael Copa2018-06-071-1/+5
| | | | | | | | | Previously the vanilla kernel did not add any suffix to System.map, config and vmlinuz for the vanilla kernel, but it does now. Fix update-kernel to handle both cases. Note also that /lib/modules/$ver still does not have any -vanilla suffix.
* lbu: use correct temporary directory on diffAlexander Chaika2018-04-111-1/+1
|
* setup-apkrepos: fetch mirrors from mirrors.a.oCarlo Landmeter2018-04-111-15/+3
|
* setup-apkrepos: Fix some typosNHellFire2018-04-111-1/+1
|
* update-kernel: add initramfs compression supportCarlo Landmeter2018-04-111-3/+8
|
* setup-keymap: keymaps OpenRC service has been renamed to loadkmapSören Tempel2018-02-281-5/+5
|
* ==== release 3.7.0 ====v3.7.0Natanael Copa2017-11-301-1/+1
|
* setup-apkrepos: prevent adding empty mirrorNatanael Copa2017-11-301-0/+4
| | | | fixes #8108
* ==== release 3.7.0_rc2 ====v3.7.0_rc2Natanael Copa2017-11-291-1/+1
|
* setup-disk: enable EFI boot on raidNatanael Copa2017-11-291-2/+0
| | | | | the metadata for the raid on boot partition will be at the end of device, so it will work to boot. It is also tested and works.
* setup-disk: add nvme or mmc to initramfs if neededNatanael Copa2017-11-291-0/+6
|