diff options
| author | Blake Romero <blake@blkrom.com> | 2024-04-03 00:39:36 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-04-03 00:39:36 +0100 |
| commit | 2dc047ebd03056a838d7d662dca6b6ce37469f38 (patch) | |
| tree | 1100b3411864e348a419b216ae7bf30070be4618 | |
| parent | d8d3d2036581d3663eba7b8a6373c35e3257a6a3 (diff) | |
Add additional duel boot comments
| -rwxr-xr-x | install-artix.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/install-artix.sh b/install-artix.sh index 5e3c25a..2ee0fe2 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -14,7 +14,12 @@ boot_size=512M # NOTE: BIOS NOT CURRENTLY WORKING firmware=uefi -# When duel-booting, use a shared boot partition + +# DUEL-BOOT (i.e. a shared boot partition is used) +# Note: +# - ensure BOOT, SWAP, & ROOT are set to the correct partitions +# - when enabled, the boot partition will NOT be formatted +# - boot partition must be ready to use (i.e. created/formatted) duel_boot=true # System |
