Fix UEFI
This commit is contained in:
parent
146dd74602
commit
47bc14af53
|
@ -188,7 +188,7 @@ partition() {
|
||||||
echo -n "Configuring ROOT partition..."
|
echo -n "Configuring ROOT partition..."
|
||||||
quiet mkfs.ext4 -L ROOT "$DRIVE_TARGET"$rootN
|
quiet mkfs.ext4 -L ROOT "$DRIVE_TARGET"$rootN
|
||||||
quiet mount "$DRIVE_TARGET"$rootN /mnt
|
quiet mount "$DRIVE_TARGET"$rootN /mnt
|
||||||
[ $UEFI -ne 1 ] && mkdir -p /mnt/boot && quiet mount "$DRIVE_TARGET"2 /mnt/boot
|
[ $UEFI -eq 1 ] && mkdir -p /mnt/boot && quiet mount "$DRIVE_TARGET"2 /mnt/boot
|
||||||
echo "done"
|
echo "done"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue