You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
### 🔎 Description:
9
9
grub-btrfs improves the grub bootloader by adding a btrfs snapshots sub-menu, allowing the user to boot into snapshots.
10
10
11
-
grub-btrfs supports manual snapshots as well as snapperand timeshift created snapshots.
11
+
grub-btrfs supports manual snapshots as well as snapper, timeshift, and yabsnap created snapshots.
12
12
13
13
##### Warning: booting read-only snapshots can be tricky
14
14
@@ -25,7 +25,7 @@ Refer to the [documentation](https://github.com/Antynea/grub-btrfs/blob/master/i
25
25
* Automatically detect if `/boot` is in a separate partition.
26
26
* Automatically detect kernel, initramfs and Intel/AMD microcode in `/boot` directory within snapshots.
27
27
* Automatically create corresponding menu entries in `grub.cfg`
28
-
* Automatically detect the type/tags and descriptions/comments of Snapper/Timeshift snapshots.
28
+
* Automatically detect the type/tags/triggers and descriptions/comments of Snapper/Timeshift/Yabsnap snapshots.
29
29
* Automatically generate `grub.cfg` if you use the provided Systemd/ OpenRC service.
30
30
31
31
- - -
@@ -97,7 +97,7 @@ The daemon can be configured by passing different command line arguments to it.
97
97
The available arguments are:
98
98
*`SNAPSHOTS_DIRS`
99
99
This argument specifies the (space separated) paths where grub-btrfsd looks for newly created snapshots and snapshot deletions. It is usually defined by the program used to make snapshots.
100
-
E.g. for Snapper this would be `/.snapshots`. It is possible to define more than one directory here, all directories will inherit the same settings (recursive etc.).
100
+
E.g. for Snapper or Yabsnap this would be `/.snapshots`. It is possible to define more than one directory here, all directories will inherit the same settings (recursive etc.).
101
101
This argument is not necessary to provide if `--timeshift-auto` is set.
102
102
*`-c / --no-color`
103
103
Disable colors in output.
@@ -118,7 +118,7 @@ Displays a short help message.
118
118
### 🪀 Automatically update grub upon snapshot creation or deletion
119
119
Grub-btrfsd is a daemon that watches the snapshot directory for you and updates the grub menu automatically every time a snapshot is created or deleted.
120
120
By default this daemon watches the directory `/.snapshots` for changes (creation or deletion of snapshots) and triggers the grub menu creation and re-installation of grub if any changes are noticed.
121
-
Therefore, if Snapper is used with its default directory, the daemon can just be started and nothing needs to be configured. See the instructions below to configure grub-btrfsd for use with Timeshift or when using an alternative snapshots directory with Snapper.
121
+
Therefore, if Snapper or Yabsnap is used with its default directory, the daemon can just be started and nothing needs to be configured. See the instructions below to configure grub-btrfsd for use with Timeshift or when using an alternative snapshots directory with Snapper/Yabsnap.
122
122
- - -
123
123
#### grub-btrfsd systemd instructions
124
124
To start the daemon run:
@@ -294,7 +294,7 @@ If you have problems with the daemon, you can run it with the `--verbose`-flag.
0 commit comments