Skip to content

Commit

Permalink
installation/guides/chroot: better swap mount options example
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ricci committed Aug 2, 2022
1 parent a55f2d0 commit e91bc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installation/guides/chroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0
If using swap space, add an entry for any swap partitions:

```
UUID=1cb4[...] swap swap rw,noatime,discard 0 0
UUID=1cb4[...] none swap sw 0 0
```

## Installing GRUB
Expand Down

0 comments on commit e91bc51

Please sign in to comment.