aboutsummaryrefslogtreecommitdiffstats
path: root/setup-disk.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-29 16:28:28 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-29 16:28:28 +0100
commit81f675426258b6a2af19696c2669270833cf73ae (patch)
tree60b5ebbf67c90338e6843d3bad1b143d23fa60fc /setup-disk.in
parentf81fe25568895cc408cf875037f20192e073d767 (diff)
downloadalpine-conf-81f675426258b6a2af19696c2669270833cf73ae.tar.bz2
alpine-conf-81f675426258b6a2af19696c2669270833cf73ae.tar.xz
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.in2
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