diff options
-rwxr-xr-x | bin/debefivm-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/debefivm-create b/bin/debefivm-create index d68d647..d533f56 100755 --- a/bin/debefivm-create +++ b/bin/debefivm-create @@ -397,7 +397,7 @@ fi # By default, Debian mounts the EFI System Partition to /boot/efi. Keep that # default. -BOOT_EFI_MOUNT_TEMPLATE='[Unit]\nDescription=EFI System Partition\n\n[Mount]\nWhat=LABEL=%s\nWhere=/boot/efi\nType=vfat\nOptions=umask=0077,rw,nodev,nosuid,noexec,nosymfollow\n\n[Install]\nWantedBy=local-fs.target\n' +BOOT_EFI_MOUNT_TEMPLATE='[Unit]\nDescription=EFI System Partition\n\n[Mount]\nWhat=LABEL=%s\nWhere=/boot/efi\nType=vfat\nOptions=umask=0077,rw,nodev,nosuid,noexec\n\n[Install]\nWantedBy=local-fs.target\n' set -- \ '--customize-hook=mkdir "$1/boot/efi"' \ "--customize-hook=printf '$BOOT_EFI_MOUNT_TEMPLATE' '$EFILABEL' >"'"$1/etc/systemd/system/boot-efi.mount"' \ |