diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:30 +0200 |
| commit | e63535c7a678565b966c6cea96a8fb20aca59026 (patch) | |
| tree | af87eed9402b44b09e1be86f95ece2ece6082a43 /roles/bootstrap/README.md | |
| parent | d56f81f6d043cb6df7eb9fa01acae2678ff084ec (diff) | |
Use /mnt/boot/efi because it's easier on debian
Diffstat (limited to 'roles/bootstrap/README.md')
| -rw-r--r-- | roles/bootstrap/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/bootstrap/README.md b/roles/bootstrap/README.md index bd75297..29bfd51 100644 --- a/roles/bootstrap/README.md +++ b/roles/bootstrap/README.md @@ -32,7 +32,7 @@ For example, the following `archiso.local` and `ubuntuiso.local` diff shows how fstype: "vfat" fstype_opts: "-F 32" dev: "{{ partition_disk }}1" - mount_path: "/mnt/boot" + mount_path: "/mnt/boot/efi" fstab_opts: "defaults,nodev,nosuid,noexec,umask=0077" partition_swap: num: 2 @@ -86,3 +86,6 @@ sets the `partition_wipe` parameter to `true` in order to wipe the hard drive an while the other systems (`ubuntu` in the previous example) sets the `partition_wipe` to `false`. Otherwise, the hard drive will be wiped and repartitioned again. + +For Debian distros, it's simpler to mount the boot on `/boot/efi` to avoid issues with Debian distros kernel setup +(as Debian kernel setup uses linking which isn't allowed on vFAT file systems) |
