From 02b7331b00a5ce8226e4ffa154b5fe69f620047d Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 2 Apr 2024 20:32:09 +0100 Subject: Remove BIOS compatibility option until passing tests --- README | 7 +++---- install-artix.sh | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 3a6afd1..d5deba0 100644 --- a/README +++ b/README @@ -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 -- cgit