Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | setup-disk: Add support for booting zfs (in grub) | Magnus Sandin | |
2023-01-26 | setup-disk: accept any bootfs with BOOTLOADER=none | Natanael Copa | |
Dont be picky if we don't install any bootloader. This is useful for rootfs on virtiofs for example. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10499 | |||
2023-01-26 | setup-disk: don't use system repositories when testing | Natanael Copa | |
We should not depend on the running systems configuration for anything | |||
2023-01-26 | make: run tests in parallel | Natanael Copa | |
2023-01-26 | tests: fix fake apk | Natanael Copa | |
option --quiet has no optarg so we should not shift. | |||
2023-01-26 | setup-disk: support BOOTLOADER=none | Natanael Copa | |
Allow disable bootloader install fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10526 | |||
2023-01-26 | setup-disk: NO_DISK_UUID for fstab | William Wilhelm | |
2023-01-25 | tests: add tests for setup-disk's uuid_or_device | Natanael Copa | |
also add a convenience function to create fake binaries. | |||
2023-01-25 | setup-alpine: fix check for autosetup of network | Natanael Copa | |
2023-01-25 | tests: setup-alpine: test answerfile from https | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/136 | |||
2023-01-25 | setup-interfaces: add tests for auto | Natanael Copa | |
2023-01-25 | setup-alpine: USEANSWERFILE empty case fix | William Wilhelm | |
2023-01-25 | setup-alpine: fix downloading answer file | William Wilhelm | |
2023-01-24 | tests: version detection for edge | Natanael Copa | |
ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10548 ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/137 | |||
2023-01-24 | setup-apkrepos: suppress stderr | William Wilhelm | |
2023-01-24 | setup-apkrepos: clarify get_alpine_release behaviour | William Wilhelm | |
2023-01-24 | setup-apkrepos: version detection for edge | William Wilhelm | |
2023-01-24 | tests: add test for interactive setup-apkrepos | Natanael Copa | |
2023-01-24 | setup-*: use fake apk instead of $MOCK apk | Natanael Copa | |
2023-01-24 | libalpine: remove deprecated pkg_inst/pkg_deinst | Natanael Copa | |
Been deprectated with warning for over a decade. Lets finally remove them. | |||
2023-01-24 | setup-alpine: do not restart services under ssh | macmpi | |
openrc may stop wpa-supplicant & sshd, which may kill setup in headless environment | |||
2023-01-24 | tests: fix setup-alpine openrc test | Natanael Copa | |
We may call openrc with `-n` | |||
2023-01-24 | typo: setup-apkrepos | William Wilhelm | |
2023-01-24 | setup-disk: use `openrc` instead of `rc` | Natanael Copa | |
2023-01-24 | setup-disk: fix detection of EFI directory | Natanael Copa | |
Try autodetect the EFI directory instead of hardcoding it to /boot/efi. This is needed when /boot is the EFI directory and no encryption is used. | |||
2023-01-24 | setup-disk: add test for install_mounted_root | Natanael Copa | |
2023-01-24 | tests: move fake audit to fake apk | Natanael Copa | |
So we can re-use it | |||
2023-01-24 | tests: add fake apk audit | Natanael Copa | |
useful for `lbu package` | |||
2022-11-23 | lbu.in: Remove deprecated migrate_include_exclude (and fix typo) | Nikolas Garofil | |
2022-11-22 | ==== release 3.15.0 ===== | Natanael Copa | |
2022-11-22 | setup-alpine: leave interfaces file unmodified with 'none' | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10542 | |||
2022-11-21 | ==== release 3.15.0_rc4 ==== | Natanael Copa | |
2022-11-21 | setup-interfaces: use 'none' to leave network unmodified | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10542 | |||
2022-11-21 | make: increase test timeout to 5 seconds | Natanael Copa | |
2022-11-21 | setup-apkrepos: fix random index to be POSIX compatible | Natanael Copa | |
$RANDOM is not in POSIX. | |||
2022-11-21 | setup-apkrepos: handle network errors | Natanael Copa | |
2022-11-21 | setup-apkrepos: add test for fastest mirror (-f) | Natanael Copa | |
2022-11-21 | setup-apkrepos: avoid run interactive with -r|-f|-1 | Natanael Copa | |
Avoid run interactive if the non-interactive modes fails | |||
2022-11-21 | setup-apkrepos: make fastest/first/random options exclusive | Natanael Copa | |
Makes no sense to combine them | |||
2022-11-21 | setup-apkrepos: add test for -1 | Natanael Copa | |
2022-11-21 | setup-apkrepos: fix mirror counting | Natanael Copa | |
when piping the mirror list to `more` the mirror_count is set in a subshell and will end up unset. fixes error when selecting random mirror: /sbin/setup-apkrepos: line 31: arithmetic syntax error fixes commit 860b7271232a (APK Repo Setup) | |||
2022-11-18 | ==== release 3.15.0_rc3 ==== | Natanael Copa | |
2022-11-18 | setup-lbu: fix UUID= prefix in /etc/fstab | Natanael Copa | |
2022-11-18 | setup-lbu: improve test coverage | Natanael Copa | |
verify that LABEL= is added to fstab | |||
2022-11-18 | tests: add fake findfs and blkid for testing setup-lbu | Natanael Copa | |
2022-11-18 | Revert "setup-lbu: don't add APKOVL to fstab as read-only" | Natanael Copa | |
ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/14064 ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10531 This reverts commit 5427c716f6bee896942219cc7cee76eb07288e16. | |||
2022-11-18 | setup-alpine: include /root instead of only authorized_keys | Natanael Copa | |
This works around issue where /root might get world rx permissions. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10532 | |||
2022-11-17 | ==== release 3.15.0_rc2 ==== | Natanael Copa | |
2022-11-17 | update-kernel: add mkinitfs.conf to tests | Natanael Copa | |
2022-11-17 | ci: install squashfs-tools so we actually test update-kernel | Natanael Copa | |