aboutsummaryrefslogtreecommitdiffstats
path: root/src/fripost-partman-udeb/base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fripost-partman-udeb/base.sh')
-rw-r--r--src/fripost-partman-udeb/base.sh4
1 files changed, 3 insertions, 1 deletions
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