From eb1e50aceaa3c23128dfe4af939b9af238380652 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 28 Mar 2023 18:52:55 +0000 Subject: [PATCH] Update install.sh --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b2df964..d7129ed 100644 --- a/install.sh +++ b/install.sh @@ -56,8 +56,7 @@ read swapName sudo mkfs.fat -F32 -n EFI $efiName sudo mkswap $swapName # swap partition -sudo mkfs.ext4 $rootName # /root partition -sudo e2label $rootName NixOS +sudo mkfs.btrfs -L root $rootName # /root partition # 0. Mount the filesystems. sudo swapon $swapName