From 0d41e5101f2ada712045765f54044deb820f8085 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 3 Jan 2014 01:45:12 +0100 Subject: UEFI support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested with the IntelĀ® Desktop Board DH87RL, BIOS [RLH8710H.86A] version 0323. --- src/fripost-partman-udeb/base.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/fripost-partman-udeb/base.sh b/src/fripost-partman-udeb/base.sh index e6a3bf9..c23dcc1 100644 --- a/src/fripost-partman-udeb/base.sh +++ b/src/fripost-partman-udeb/base.sh @@ -433,10 +433,12 @@ fripost_mkfs() { fripost_fstab() { local device="$1" mp="$2" type="$3" options="${4:-defaults}" pass - # TODO: EFI should be set with pass 1 if [ "$mp" = / ]; then log "Got root device, $device" pass=1 + elif [ "$mp" = /boot/efi ]; then + log "Got EFI device, $device" + pass=1 elif [ "$type" = swap ]; then log "Got swap device, $device" pass=0 -- cgit v1.2.3