Removed extraneous mounts
Mounts are already happening due to config in associated hardware-configuration files.
This commit is contained in:
parent
a62a059a99
commit
b098765485
2 changed files with 0 additions and 24 deletions
|
@ -34,12 +34,6 @@
|
|||
grub.copyKernels = true;
|
||||
grub.efiSupport = true;
|
||||
grub.zfsSupport = true;
|
||||
# for systemd-autofs
|
||||
grub.extraPrepareConfig = ''
|
||||
mkdir -p /boot/efis /boot/efi
|
||||
for i in /boot/efis/*; do mount $i ; done
|
||||
mount /boot/efi
|
||||
'';
|
||||
grub.extraInstallCommands = ''
|
||||
export ESP_MIRROR=$(mktemp -d -p /tmp)
|
||||
cp -r /boot/efis/nvme-SAMSUNG_MZVLW256HEHP-000L7_S35ENX1K539085-part1/EFI $ESP_MIRROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue