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 --- install-artix.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install-artix.sh') 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