Skip to content

Commit

Permalink
fix(arch): set up grub-btrfs
Browse files Browse the repository at this point in the history
Signed-off-by: Chris1320 <chris1320@protonmail.com>
  • Loading branch information
Chris1320 committed Nov 22, 2024
1 parent fced735 commit e97d8af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Operating Systems/Arch Linux/Contents/Manual Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,12 @@ To automatically update the GRUB menu with the latest snapper snapshots, run the
systemctl enable grub-btrfsd.service
```

Edit `/etc/default/grub-btrfs/config`. Uncomment/comment lines if needed.

| Key | Value |
| ------------------------- | ------------------------------------------ |
| `GRUB_BTRFS_TITLE_FORMAT` | `("date" "description" "snapshot" "type")` |

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`:

```toml
Expand Down

0 comments on commit e97d8af

Please sign in to comment.