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 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README') 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. -- cgit