diff options
| author | Blake Romero <blake@blkrom.com> | 2024-04-18 02:13:53 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-04-18 02:13:53 +0100 |
| commit | e6c12e36ffbe67949f4715f0e811e5cbc25f9b3e (patch) | |
| tree | e8613fb97a715ef636c38ab7d55161a4d385a8c2 /install-artix.sh | |
| parent | c435180b947768d1ffa9e840c77c644b947b5945 (diff) | |
Add gdisk & artools
Diffstat (limited to 'install-artix.sh')
| -rwxr-xr-x | install-artix.sh | 4 |
1 files 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 |
