Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-11 | setup-sshd: mock fetching ssh key | Natanael Copa | |
and improve error message a bit | |||
2022-05-11 | setup-sshd: dont ask for root logins if key is given | Natanael Copa | |
2022-05-11 | tests: add testing with kyua | Natanael Copa | |
Use kyua to do testing. | |||
2022-05-11 | setup-sshd: make it possible to do unit testing | Natanael Copa | |
2022-05-11 | setup-sshd: take ssh implementation as arg instead of -c option | Natanael Copa | |
This is similar to what we do on other setup-* scripts. Keep the -c for backwards compat for now. | |||
2022-05-10 | setup-sshd: ask for allow root logins | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10504 | |||
2022-05-10 | setup-disk: honor BOOT_SIZE env var for EFI install | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10512 | |||
2022-05-07 | setup-apkcache: remove noauto mount option | Natanael Copa | |
setup-lbu will add noauto, which makes sense when there is no apk cache. But when we have apk cache enabled, we want the media where it is stored to be mounted during boot so the apk cache works. So we strip the noauto mount option. | |||
2022-05-07 | setup-lbu: don't add APKOVL to fstab as read-only | Natanael Copa | |
apk cache needs a writable, mounted partition to work. Adjust fstab accordingly. | |||
2022-05-06 | ==== release 3.14.0_rc1 ==== | Natanael Copa | |
2022-05-06 | setup-lbu: suggest LABEL=APKOVL and refactor | Natanael Copa | |
Look fir a partition with the label APKOVL and prefer to use that if found. | |||
2022-05-05 | setup-lbu: don't suggest any iso9660 for config storage | Natanael Copa | |
2022-05-04 | setup-disk: detect raid under crypt | Natanael Copa | |
Make sure we add raid to initfs when we have encrypted raid. | |||
2022-05-04 | setup-disk: add nvme for early module load | Natanael Copa | |
Some nvme devices has problems getting detected by nlplug-finds. Work around it by always load nvme early when needed. | |||
2022-05-04 | setup-disk: enable nvme initfs feature for crypt on nvme | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10498 | |||
2022-05-04 | setup-alpine: refresh hostname directly after setup-hostname | Natanael Copa | |
hostname service is now a dependency for networking, so restarting hostname would restart network which is not what we want. | |||
2022-05-04 | setup-disk: enable nvme feature for mdadm on nvme | Natanael Copa | |
2022-05-04 | setup-disk: add cryptsys for shorthand of crypt+sys | Natanael Copa | |
2022-05-04 | make: add target for iso image | Natanael Copa | |
Make an iso image that can be mounted in a virtual machine for testing. | |||
2022-05-04 | setup-disk: remove debug line | Natanael Copa | |
2022-05-02 | setup-alpine: fix typo | Natanael Copa | |
2022-05-02 | setup-disk: only install firmware that is used | Natanael Copa | |
2022-05-02 | setup-disk: remove grsec traces | Natanael Copa | |
we have nto supported grsec for a while. Remove everything about grsec and PAX. | |||
2022-04-27 | Bump version for 3.14 development | Natanael Copa | |
2022-04-19 | setup-interfaces: strip comment of wifi password | Natanael Copa | |
wpa_passphrase will add a comment of the password in clear text. Strip this. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10509 | |||
2022-04-19 | update-kernel: make sure we only decompress kernel modules | Natanael Copa | |
Safeguard in case something else than kernel modules would be compressed. | |||
2022-04-19 | setup-alpine.in: only enable acpid if machine has ACPI support | Dermot Bradley | |
The acpid init.d daemon should not be enabled on machines that do not actually have ACPI support - this includes most Arm SBCs and occasionally some x86/x86_64 machines (including Firecracker VMs). If acpid is enabled in such situations then it will fail to start and the OpenRC service will show as crashed. Only enable the acpid service if the /sys/firmware/acpi directory exists which indicates the machine does have ACPI support. Closes https://gitlab.alpinelinux.org/alpine/aports/-/issues/12290 and https://gitlab.alpinelinux.org/alpine/aports/-/issues/13700. | |||
2022-04-19 | update-kernel: decompress modules for modloop | Alex Xu (Hello71) | |
reduces modloop size by about 20%, see https://gitlab.alpinelinux.org/alpine/aports/-/issues/12857#note_197051 | |||
2022-04-08 | setup-alpine: add setup-devd script | Laurent Bercot | |
2022-03-23 | setup-disk: add tmpfs to /etc/fstab | Drew DeVault | |
It is more common than not to prefer tmpfs for an Alpine installation. | |||
2022-03-19 | setup-disk: add support for Raspberry Zero 2 W | Joonas Kuorilehto | |
https://www.raspberrypi.com/documentation/computers/config_txt.html#model-filters Related: alpine/aports!31953 | |||
2022-03-16 | ==== release 3.13.1 ==== | Natanael Copa | |
2022-03-16 | update-kernel: fix missing shift | Martin HEBANT | |
2022-03-16 | setup-alpine: do not restart networking service when run headless | macmpi | |
2022-03-16 | setup-disk: fix pi0 and pi0w initramfs not found | flavorplus | |
Signed-off-by: flavorplus <flavorplus@users.noreply.github.com> | |||
2022-03-16 | update-kernel: perform word splitting on $modloopfw | Nick Hanley | |
Fixes aports#10526, aports#13408. | |||
2022-03-16 | Revert "update-kernel: fix warning extra firmware "" not found" | Nick Hanley | |
This reverts commit ce8ad8bd402baed5c48becc6aad155d838dea21a. | |||
2022-03-16 | Revert "update-kernel: fix Warning: extra firmware "" not found!" | Nick Hanley | |
This reverts commit 4f960a81e65c7ee1e37b5a4029e2aa47e63e654f. | |||
2022-03-16 | Makefile: uninstall bin/ and etc/lbu/ files too | Nick Hanley | |
2022-03-16 | fix PREFIX in *.in | Nick Hanley | |
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts. | |||
2022-03-16 | copy-modloop: source libalpine.sh | Nick Hanley | |
copy-modloop uses find_modloop_media from libalpine.sh. | |||
2022-03-16 | setup-disk: update rpi config.txt documentation url | Nick Hanley | |
2022-03-16 | setup-disk: fix spelling | Nick Hanley | |
2022-03-16 | setup-proxy: added no_proxy=localhost to ensure that no proxy is used when ↵ | jakovrr | |
connecting to localhost | |||
2022-02-21 | setup-bootable: handle more than 2 initrds | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/39 | |||
2022-02-21 | gitignore: ignore copy-modloop | Alex Xu (Hello71) | |
2022-02-19 | setup-disk: enable keymap mkinitfs feature if crypt is used | Sören Tempel | |
Fixes #10505 | |||
2021-11-27 | setup-alpine: fix typo in answerfile variable | Kevin Daudt | |
6c70088 (setup-alpine: minor code clean up, 2021-11-16) did a clean-up of the answerfile code, but introduced a type on the `USEANSWERFILE` variable, resulting in answerfiles no longer to be sourced. Closes #10494 | |||
2021-11-26 | setup-apkrepos: fix accepting options | Furkan Mustafa | |
`-c` option was (mistakenly?) omitted in `getopts` call. Causing following error; # setup-apkrepos -1 -c Illegal option -c Added mirror dl-cdn.alpinelinux.org Updating repository indexes... done. Tested this change locally and it works as expected. Signed-off-by: Furkan Mustafa <furkan@rainlab.co.jp> | |||
2021-11-24 | ==== release 3.13.0 ==== | Natanael Copa | |