Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2019-06-14 | ==== release 3.8.2 ==== | Natanael Copa | |
2019-06-14 | README: more formatting | Richard Mortier | |
2019-06-14 | README: formatting | Richard Mortier | |
2019-04-26 | lbu: fix invocation of `openssl list-cipher-commands` for v1.1.1b | Richard Mortier | |
2019-04-26 | README: markdown format, fix "further info" URL | Richard Mortier | |
2019-04-26 | README: markdown | Richard Mortier | |
2019-02-21 | setup-alpine: setup ntp before repos | Natanael 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-15 | update-kernel: include regulatory database | Timo Teräs | |
2019-02-15 | update-kernel: add modloopfw option | Carlo 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-23 | setup-disk: let grub-mkconfig create grub.conf | Natanael Copa | |
2018-12-13 | gitignore: do not track shell scripts | Carlo Landmeter | |
2018-11-07 | lbu: remove spurious quote | Elan Ruusamäe | |
2018-07-04 | Add support for signed modloop images | Carlo Landmeter | |
2018-06-22 | ==== release 3.8.0 ==== | Natanael Copa | |
2018-06-21 | setup-xorg-base: install eudev | Natanael Copa | |
the setup-udev script is provided by eudev | |||
2018-06-21 | update-kernel: fix install of firware | Natanael Copa | |
prevent to exit with error due to set -e, if last firmware does not have a *.txt file. | |||
2018-06-19 | update-kernel: add additional firmware files | Carlo Landmeter | |
2018-06-13 | ==== release 3.8.0_rc2 ==== | Natanael Copa | |
2018-06-13 | lbu: use ROOT environment var in package command | William Johansson | |
2018-06-13 | setup-alpine: make quick mode even quicker | Natanael Copa | |
When -q option is specified: - skip set root password - auto configure network (dhcp) | |||
2018-06-13 | setup-disk: avoid create unused swap partition | Natanael Copa | |
2018-06-13 | setup-interfaces: add -a option for auto setup | Natanael Copa | |
this option will configure dhcp on first interface found which is "up" | |||
2018-06-13 | setup-disk: simplify grub config generation | Natanael Copa | |
remove variable that is not needed | |||
2018-06-12 | alpine-conf: fix boot issue by having grub.cfg use linux-vanilla | Mike Sullivan | |
2018-06-12 | ==== release 3.8.0_rc1 ==== | Natanael Copa | |
2018-06-12 | setup-apkrepos: Allow the script to pick a server with 0.00sec download time and | Katie Holly | |
replaced the awk script with tee-sort-head-cut magic | |||
2018-06-12 | setup-disk: install on disk on s390x | Tuan M. Hoang | |
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. | |||
2018-06-07 | update-kernel: handle -vanilla suffix in System.map, config and vmlinuz | Natanael Copa | |
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. | |||
2018-04-11 | lbu: use correct temporary directory on diff | Alexander Chaika | |
2018-04-11 | setup-apkrepos: fetch mirrors from mirrors.a.o | Carlo Landmeter | |
2018-04-11 | setup-apkrepos: Fix some typos | NHellFire | |
2018-04-11 | update-kernel: add initramfs compression support | Carlo Landmeter | |
2018-02-28 | setup-keymap: keymaps OpenRC service has been renamed to loadkmap | Sören Tempel | |
2017-11-30 | ==== release 3.7.0 ==== | Natanael Copa | |
2017-11-30 | setup-apkrepos: prevent adding empty mirror | Natanael Copa | |
fixes #8108 | |||
2017-11-29 | ==== release 3.7.0_rc2 ==== | Natanael Copa | |
2017-11-29 | setup-disk: enable EFI boot on raid | Natanael Copa | |
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. | |||
2017-11-29 | setup-disk: add nvme or mmc to initramfs if needed | Natanael Copa | |