Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | setup-disk: retry on password mismatch | Natanael Copa | |
Retry create luks device if the entered password does not match rather than exit with error. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10514 | |||
2022-05-23 | setup-disk: fail early on partition failure | Natanael Copa | |
Fail early if disk is too small or similar | |||
2022-05-19 | setup-disk: calculate size of ESP parition for grub | Natanael 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-18 | setup-disk: use smaller ESP partition for UEFI | Natanael 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-13 | setup-disk: fix -h usage text | Natanael Copa | |
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-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-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 | setup-disk: remove debug line | 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-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 | setup-disk: fix pi0 and pi0w initramfs not found | flavorplus | |
Signed-off-by: flavorplus <flavorplus@users.noreply.github.com> | |||
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 | setup-disk: update rpi config.txt documentation url | Nick Hanley | |
2022-03-16 | setup-disk: fix spelling | Nick Hanley | |
2022-02-19 | setup-disk: enable keymap mkinitfs feature if crypt is used | Sören Tempel | |
Fixes #10505 | |||
2021-11-22 | setup-disk: fix Parition id "vfat" is not supported | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13209 | |||
2021-11-16 | setup-disk: make the order of 'crypt' and 'lvm' obvious | Krystian Chachuła | |
The order of 'crypt' and 'lvm' can be confusing. This commit disables suggesting 'crypt' when 'lvm' is selected. It also adds a statement about the order of LVM and LUKS when both are selected. | |||
2021-11-16 | setup-disk: enable password verification in luksFormat | Krystian Chachuła | |
2021-11-16 | setup-disk: disable prompt and password verification in luksFormat | Krystian Chachuła | |
2021-11-16 | setup-disk: improve bootloader selection | Natanael Copa | |
- unify bootloader selection. - respect previously set BOOTLOADER, even if it may not work - fall back to u-boot for arm and aarch64 if not efi fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10489 | |||
2021-11-16 | setup-disk: fix kernel options with encrypted root | Natanael Copa | |
We should append the kernel options for cryptroot, not replace. This is so nomodeset, quiet and other options are kept. | |||
2021-11-16 | setup-disk: don't install util-linux | Natanael Copa | |
It should not be needed | |||
2021-11-16 | setup-disk: Support encrypted sys and data | Krystian Chachuła | |
Co-authored-by: Drew DeVault <sir@cmpwn.com> In encrypted sys installs the boot partition is not encrypted and is mounted to /boot. This is because GRUB does not have full support for luks2 encrypted /boot. | |||
2021-09-19 | riscv64: EFI riggings | Drew DeVault | |
Minor changes necessary to support EFI on RISC-V. | |||
2021-08-24 | setup-disk: Add preliminary support for u-boot based boards | Sören Tempel | |
Currently, this bootloader is not set automatically and needs to be set manually using the BOOTLOADER environment variable, e.g.: BOOTLOADER=u-boot setup-disk -m sys /dev/sda Furthermore, it relies on the update-u-boot script to install the bootloader based on the automatically determined defaults. | |||
2021-02-15 | split modloop copy to a separate script | Alex Xu (Hello71) | |
fixes #10468 | |||
2021-01-08 | setup-disk: ask to unmount boot media is no available disks found | Natanael Copa | |
This makes it convienient to install alpine to disk on rpi or other devices with mmc. | |||
2021-01-08 | setup-disk: load dm-mod module if needed | Natanael Copa | |
2021-01-08 | setup-disk: ask fixup | Natanael Copa | |
2021-01-08 | setup-disk: use ask_yesno | Natanael Copa | |
2021-01-08 | setup-disk: use ask for consistency | Natanael Copa | |
2021-01-08 | setup-disk: add rpi support | Natanael Copa | |
set partition type to 0c when boot partition is vfat. RPI wont boot otherwise. disable swap for rpi | |||
2021-01-07 | setup-disk: rename select_bootloader | Natanael Copa | |
rename select_bootloader to select_bootloader_pkg as it selects the bootloader package. | |||
2021-01-07 | setup-disk: dont try install syslinux on unsupported arches | Natanael Copa | |
syslinux only works on x86 and x86_64 | |||
2021-01-07 | setup-disk: allow force install on unsupported bootfs | Natanael Copa | |
2021-01-06 | setup-disk: use lts as fallback kernel flavor | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10453 | |||
2021-01-06 | add override for custom kernel boot parameters | Jordan Sokolic | |
2020-05-03 | setup-disk: don't add syslinux package for mounted root install unless requested | Daniel Néri | |
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-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-01-23 | setup-disk: let grub-mkconfig create grub.conf | Natanael Copa | |
2018-06-13 | setup-disk: avoid create unused swap partition | Natanael Copa | |
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 | |