diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-29 16:28:28 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-29 16:28:28 +0100 |
commit | 81f675426258b6a2af19696c2669270833cf73ae (patch) | |
tree | 60b5ebbf67c90338e6843d3bad1b143d23fa60fc /setup-disk.in | |
parent | f81fe25568895cc408cf875037f20192e073d767 (diff) | |
download | alpine-conf-81f675426258b6a2af19696c2669270833cf73ae.zip |
setup-disk: enable EFI boot on raid
the metadata for the raid on boot partition will be at the end of
device, so it will work to boot. It is also tested and works.
Diffstat (limited to 'setup-disk.in')
-rw-r--r-- | setup-disk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setup-disk.in b/setup-disk.in index 70c892c..efb7f41 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -942,7 +942,6 @@ native_disk_install_lvm() { fi if [ -n "$USE_EFI" ]; then - [ -n "$USE_RAID" ] && die "EFI boot is not supported on RAID disks" boot_part_type=$(partition_id esp) fi @@ -983,7 +982,6 @@ native_disk_install() { fi if [ -n "$USE_EFI" ]; then - [ -n "$USE_RAID" ] && die "EFI boot is not supported on RAID disks" boot_part_type=$(partition_id esp) fi |