Skip to content

Commit fced735

Browse files
author
Chris1320
committed
fix(arch): set up Btrfs system snapshots
Signed-off-by: Chris1320 <chris1320@protonmail.com>
1 parent 30f2f2b commit fced735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Operating Systems/Arch Linux/Contents/Manual Customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,13 +610,13 @@ paru -S snapper snap-pac btrfs-assistant inotify-tools
610610
systemctl enable snapper-boot.timer
611611
```
612612

613-
To use `grub-btrfsd.service`, run the following command to enable the service:
613+
To automatically update the GRUB menu with the latest snapper snapshots, run the following command to enable the needed service:
614614

615615
```bash
616616
systemctl enable grub-btrfsd.service
617617
```
618618

619-
Edit `/etc/mkinitcpio.conf` and add `grub-btrfs-overlayfs` to `HOOKS`:
619+
To [boot snapshots using overlayfs](https://github.com/Antynea/grub-btrfs/blob/master/initramfs/readme.md), edit `/etc/mkinitcpio.conf` and add `grub-btrfs-overlayfs` to `HOOKS`:
620620

621621
```toml
622622
HOOKS=(... grub-btrfs-overlayfs)

0 commit comments

Comments
 (0)