From 2dc047ebd03056a838d7d662dca6b6ce37469f38 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 3 Apr 2024 00:39:36 +0100 Subject: Add additional duel boot comments --- install-artix.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit