diff options
| author | Blake Romero <blake@blkrom.com> | 2024-04-02 20:32:09 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-04-02 20:32:09 +0100 |
| commit | 02b7331b00a5ce8226e4ffa154b5fe69f620047d (patch) | |
| tree | c18ef1ba9bfeac6369b7aab0287b295cbca778b4 | |
| parent | d70e410c295c379dbaa891db67d2d6027446b016 (diff) | |
Remove BIOS compatibility option until passing tests
| -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 |
