diff options
| -rw-r--r-- | README | 7 | ||||
| -rwxr-xr-x | install-artix.sh | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,9 @@ ====================================================== Installs Artix Linux with LUKS Root Encryption & BTRFS ====================================================== -Working on: UEFI + +IMPORTANT: +Script is working on UEFI but not BIOS at the moment. USAGE: 1. Configure DRIVE & other options in script @@ -41,9 +43,6 @@ CONFIGURATION: - boot_size: defaults to 512M. Can be overwritten e.g: 'boot_size=1G'. -- firmware: install for uefi or bios systems - e.g: 'firmware=uefi'. - - timezone: a timezone (defined in '/usr/share/zoneinfo/'). - locale: a locale (defined in '/etc/locale.gen'). - user: the main user of the system. diff --git a/install-artix.sh b/install-artix.sh index 3e2dec1..13820c9 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -10,6 +10,8 @@ boot="${drive}1" swap="${drive}2" root="${drive}3" swap_size=auto + +# NOTE: BIOS NOT CURRENTLY WORKING firmware=uefi # System |
