diff options
Diffstat (limited to 'installer/lib/common.sh')
| -rw-r--r-- | installer/lib/common.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/installer/lib/common.sh b/installer/lib/common.sh index 98220fa..d375a9c 100644 --- a/installer/lib/common.sh +++ b/installer/lib/common.sh @@ -3,6 +3,16 @@ # Source this file: source "$(dirname "$0")/lib/common.sh" ############################# +# Path Constants +############################# + +# Mount point for the primary EFI partition during install. Sub-paths +# compose with ${EFI_DIR}/...; secondary EFI partitions in multi-disk +# layouts use ${EFI_DIR}${i} (no trailing slash, so the index appends +# cleanly). +EFI_DIR="/mnt/efi" + +############################# # Output Functions ############################# |
