diff options
author | Collin J. Doering | 2024-05-25 17:26:56 -0400 |
---|---|---|
committer | Collin J. Doering | 2024-05-25 17:26:56 -0400 |
commit | 65f2fabe5594e6ca57f291bc5090659a52d960e5 (patch) | |
tree | 58c254086e89349fc66c568e1100effd5e9cadbc | |
parent | 36581d33cc1a49c97074cf49324ed4ac3b0ffdf9 (diff) | |
download | guix-north-america-65f2fabe5594e6ca57f291bc5090659a52d960e5.tar.gz |
README.org: Adjust how swapfile should be provisioned
-rw-r--r-- | README.org | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |