Removing unnecessary usage mount/umounts of /boot/efi. /boot/efi is not used but /boot/efis is.
This commit is contained in:
committed by
George Melikov
parent
b29a791a6b
commit
58123389d6
@@ -334,9 +334,8 @@ System Configuration
|
||||
grub.zfsSupport = true;
|
||||
# for systemd-autofs
|
||||
grub.extraPrepareConfig = ''
|
||||
mkdir -p /boot/efis /boot/efi
|
||||
mkdir -p /boot/efis
|
||||
for i in /boot/efis/*; do mount $i ; done
|
||||
mount /boot/efi
|
||||
'';
|
||||
grub.extraInstallCommands = ''
|
||||
export ESP_MIRROR=$(mktemp -d -p /tmp)
|
||||
|
||||
Reference in New Issue
Block a user