summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-19setup-devd: add more testsNatanael Copa
2022-05-19tests: add fake rc-service scriptNatanael Copa
with tests to verify that it works
2022-05-19tests: add fake rc-update binaryNatanael Copa
and add tests for it to verify that it actually works as expected We can use this for the other tests later
2022-05-19release 3.14.0_rc4Natanael Copa
2022-05-19setup-disk: calculate size of ESP parition for grubNatanael Copa
some devices, like NVME may have a physical block size of 4096, in which case FAT32 needs minimum 260MB. Use physical_block_size to calculate the size for ESP
2022-05-18setup-timezone: make -z backwards compatibleOliver Smith
Since -z is still present in getopts parsing, it looks like the removal of the option was supposed to be backwards compatible. Fix the code to make it so. Fixes: 31e63870 ("setup-timezone: fix usage, drop -z option from help")
2022-05-18tests: add test for setup-timezone -z compatNatanael Copa
2022-05-18tests: add test for setup-timezone -iNatanael Copa
verify that it does not uninstall tzdata
2022-05-18setup-timezone: add testNatanael Copa
Make it testable
2022-05-18setup-disk: use smaller ESP partition for UEFINatanael Copa
Grub's efi files are just a few MB, so we can reduce the size of the ESP. We also enforce FAT32, which requires minimum 32MB. Apparently many UEFI firmware implementations only support FAT32. https://wiki.osdev.org/EFI_System_Partition#Format
2022-05-16release 3.14.0_rc3Natanael Copa
2022-05-16setup-devd: silence warningsNatanael Copa
add --quiet option to silence warnings
2022-05-16setup-devd: use long opts for rc-serviceNatanael Copa
it makes the script more readable
2022-05-16setup-devd: fix service `mdev-init' does not exist messageNatanael Copa
We currently does not have any mdev-init script.
2022-05-16setup-devd: always perform a coldplug when enabling udevLaurent Bercot
2022-05-13release 3.14.0_rc2Natanael Copa
2022-05-13tests: add test for setup-alpineNatanael Copa
2022-05-13setup-alpine: fix -h usage textNatanael Copa
2022-05-13tests: add test for update-confNatanael Copa
2022-05-13update-conf: fix -h usage messageNatanael Copa
2022-05-13tests: add test for copy-modloopNatanael Copa
2022-05-13copy-modloop: add -h option and usage textNatanael Copa
2022-05-13tests: add test for setup-apkreposNatanael Copa
2022-05-13setup-apkrepos: create dir if missing and add mockNatanael Copa
This allows us test it
2022-05-13setup-apkrepos: fix -h usage help textNatanael Copa
2022-05-13tests: add test for setup-mtaNatanael Copa
2022-05-13setup-mta: add usage help textNatanael Copa
2022-05-13tests: add test for setup-diskNatanael Copa
only test for help text. We test most of the other functionality with the alpine-installer-testsuite.
2022-05-13tests: add test for setup-acfNatanael Copa
2022-05-13setup-acf: fix -h and usage textNatanael Copa
2022-05-13setup-disk: fix -h usage textNatanael Copa
2022-05-13setup-apkcache: fix when relative path is specifiedNatanael Copa
2022-05-13tests: add test for setup-apkcacheNatanael Copa
2022-05-13setup-apkcache: fix various quating issuesNatanael Copa
2022-05-13setup-apkcache: do no prompt when DIR is specifiedNatanael Copa
When DIR is specified we run in non-interactive mode and should not block.
2022-05-13setup-apkcache: fix usage and -h optionNatanael Copa
2022-05-13tests: add test for setup-lbuNatanael Copa
2022-05-13setup-lbu: create media directory relative ROOTNatanael Copa
2022-05-13setup-lbu: fix usage help textNatanael Copa
2022-05-13tests: add test for openntpdNatanael Copa
2022-05-13setup-ntp: fix usage, and drop -c optionNatanael Copa
Let -h return success instead of error. Send usage help to stderr on errors. Use argument instead of option to set the NTP client non-interactivey and make sure it doesn't block. Give proper error message if uinsupported client is specified
2022-05-13setup-ntp: only send usage help on errorNatanael Copa
send -h to stdout
2022-05-12update-kernel.in: pass kernel version to modinfoDermot Bradley
When modinfo is called to determine firmware ensure the installed kernel version is used, not the running kernel version. Busybox's modinfo recently had "-k" supported added to it.
2022-05-12tests: add a few tests for update_kernelNatanael Copa
2022-05-12update-kernel: fix usage help textNatanael Copa
send it to stdout with -h
2022-05-12Add gitlab CI pipelineNatanael Copa
2022-05-12tests: add the missing test_env.shNatanael Copa
it was missed due to the *.sh in .gitignore
2022-05-12tests: setup-proxy: whitespaceNatanael Copa
2022-05-12tests: add tests for setup-proxyNatanael Copa
2022-05-12setup-proxy: fix removal of proxy with 'none'Natanael Copa
Make sure that we remove the proxy with setup-proxy none. Also allow https proxies while at it and mock wget for testing