From e6c12e36ffbe67949f4715f0e811e5cbc25f9b3e Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 18 Apr 2024 02:13:53 +0100 Subject: Add gdisk & artools --- install-artix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-artix.sh b/install-artix.sh index c963a47..9f8a0ad 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -185,7 +185,7 @@ mount -o "${options},subvol=@tmp" "${root}" /mnt/tmp mount -o "${options},subvol=@var" "${root}" /mnt/var mount -o "${options},subvol=@snapshots" "${root}" /mnt/.snapshots \ && chmod 750 /mnt/.snapshots -mount -o "nodatacow,compress=no,subvol=@swap" "${root}" /mnt/.swap +mount -o "nodatacow,subvol=@swap" "${root}" /mnt/.swap # Create swap file btrfs filesystem mkswapfile \ @@ -213,7 +213,7 @@ basestrap /mnt base base-devel dinit seatd-dinit pam_rundir booster # Install Linux & utilities basestrap /mnt \ linux linux-firmware \ - refind btrfs-progs \ + refind btrfs-progs artools-base gdisk \ git nano man-{db,pages} "${ucode}" \ # Install crypt service -- cgit