Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-11-17 | update-kernel: handle firmware files with spaces | Natanael Copa | |
2022-11-17 | update-kernel: fix firmware inclusion in modloop | Natanael Copa | |
Some brcm firmwares uses a glob. Fix this and add tests to verify that it works as expected. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10533 | |||
2022-11-17 | update-kernel: add test to verify that firmware is included | Natanael Copa | |
2022-11-17 | tests: add fake modinfo | Natanael Copa | |
Needed to test that we get the proper firmware included in modloop with update-kernel | |||
2022-11-17 | tests: add fake apk | Natanael Copa | |
We need this to test what we get into modloop in update-kernel | |||
2022-11-17 | Revert "update-kernel: fix modloop construction" | Natanael Copa | |
This was broken. ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/124#note_274593 This reverts commit 1e1ac71fc0e6efe8c6bacc5ff3ba6429a97330cd. | |||
2022-11-17 | update-kernel: mock depmod and mkinitfs | Natanael Copa | |
allow pass options for mksquashfs via MKSQUASHFS_OPTS. this will allow us to pass -info as option to test what gets included in the modloop. | |||
2022-11-17 | update-kernel: rename ROOT -> ROOTFS | Natanael Copa | |
we use ROOT for testsuite | |||
2022-11-17 | setup-disk: fix partitioning failure | Edin Taric | |
Previously, setup-disk could fail when installing over an existing identical partition table. The additions ensure that a clean disklabel is created and existing partitions are wiped. Signed-off-by: Edin Taric <unicorn@regrow.earth> |