diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-19 10:27:08 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-19 11:03:02 +0200 |
commit | 4aeefa0407c2855e9afb1454db1383b3aa24631f (patch) | |
tree | d283717f65f514b12c9e92932db55fd53806f4fb /setup-acf.in | |
parent | c3eeebd0310c79f301636eb6ce271300a8d97ea8 (diff) | |
download | alpine-conf-4aeefa0407c2855e9afb1454db1383b3aa24631f.zip |
setup-disk: add EFI and GPT support
New features:
* auto detect EFI boot and install EFI ESP (force with env USE_EFI=1)
* allow specifying bootloader by env BOOTLOADER (grub or syslinux)
* allow specifying disk label by env DISKLABEL (dos or gpt)
TODO:
* Make sure MBR is only overwritten on native installs.
* Do some more checks to prevent non standard/supported setup
like GPT on BIOS installs.
TESTS run on ESXi 6.5:
Simple native install
* syslinux OK
* GRUB OK
Extended native install
* LVM OK
* RAID OK
* RAID+LVM OK
EFI install
* Default OK
* LVM OK see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592834
* RAID NOT SUPPORTED
Data install DOS
* Default OK
* LVM OK
Data install GPT
* Default OK
* LVM OK but: /lib/rc/sh/openrc-run.sh: line 273:
can't create /sys/fs/cgroup/openrc/syslog/tasks: nonexistent directory
Diffstat (limited to 'setup-acf.in')
0 files changed, 0 insertions, 0 deletions