From f0b5d194c721433437aa935ac0de9a942504eb33 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sun, 1 Apr 2018 21:50:13 +0200 Subject: [PATCH] Add note about `GRUB_BTRFS_SNAPPER_CONFIG` to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7317c6e..bb9a246 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ Add this lines to /etc/default/grub: (Create entries with matching version number instead of all possible combinations of kernel and initramfs, very useful with debian-like distributions) +* GRUB_BTRFS_SNAPPER_CONFIG="root" + + (Snapper's config name to use) Generate grub.cfg (on Arch linux use grub-mkconfig -o /boot/grub/grub.cfg )