Skip to content

Commit

Permalink
fix: docs bootsrtap - swap disk by label (easied copy/paste)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Aug 13, 2021
1 parent c30870f commit 32bddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/start/bootstrapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ partition to `/mnt/boot`:
```console
$ mount /dev/disk/by-label/nixos /mnt
$ mkdir -p /mnt/boot && mount /dev/disk/by-label/boot /mnt/boot # UEFI only
$ swapon /dev/$your_swap_partition
$ swapon /dev/disk/by-label/swap
# add some extra space to the store, it's running on a tmpfs on your RAM
$ mkdir -p /mnt/tmpstore/{work,store}
$ mount -t overlay overlay -olowerdir=/nix/store,upperdir=/mnt/tmpstore/store,workdir=/mnt/tmpstore/work /nix/store
Expand Down

0 comments on commit 32bddf6

Please sign in to comment.