From 65f2fabe5594e6ca57f291bc5090659a52d960e5 Mon Sep 17 00:00:00 2001 From: Collin J. Doering Date: Sat, 25 May 2024 17:26:56 -0400 Subject: README.org: Adjust how swapfile should be provisioned --- README.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 296d70b..99c61a3 100644 --- a/README.org +++ b/README.org @@ -201,12 +201,7 @@ Create nested subvolumes for ~/gnu/store~ and ~/home~. #+begin_src bash mkdir /mnt/swap mount -o subvol=@swap /dev/sda2 /mnt/swap - chmod 600 /mnt/swap/swapfile - touch /mnt/swap/swapfile - chattr +C /mnt/swap/swapfile - dd if=/dev/zero of=/mnt/swap/swapfile bs=1M count=32768 - - mkswap /mnt/swap/swapfile + btrfs filesystem mkswapfile --size 32g --uuid clear /swap/swapfile #+end_src *** Prepare ~/mnt~ for Guix installation -- cgit v1.2.3