-
Notifications
You must be signed in to change notification settings - Fork 80
Comparing changes
Open a pull request
base repository: Antynea/grub-btrfs
base: v4.11
head repository: Antynea/grub-btrfs
compare: master
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8dbe80c - Browse repository at this point
Copy the full SHA 8dbe80cView commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a146cd5 - Browse repository at this point
Copy the full SHA a146cd5View commit details
Commits on Jan 28, 2022
-
Reformat, beautify and clarify the README.md and promote consistent wording. The install section regarding timeshift has changed the most.
Configuration menu - View commit details
-
Copy full SHA for fc4a5a8 - Browse repository at this point
Copy the full SHA fc4a5a8View commit details
Commits on Feb 16, 2022
-
Add Kali Linux to README (#201)
Kali Linux added grub-btrfs to its repository. This commit reflects that.
Configuration menu - View commit details
-
Copy full SHA for 3dc1d89 - Browse repository at this point
Copy the full SHA 3dc1d89View commit details
Commits on Jun 26, 2022
-
OpenRC scripts: add configuration file
This allows users to customize the snapshots path to work with, e.g., snapper. If no path is configured, it will default to timeshift. Signed-off-by: David P <megver83@parabola.nu>
Configuration menu - View commit details
-
Copy full SHA for 0182e11 - Browse repository at this point
Copy the full SHA 0182e11View commit details
Commits on Sep 2, 2022
-
Merge pull request #210 from Megver83/openrc
OpenRC scripts: add configuration file
Configuration menu - View commit details
-
Copy full SHA for c78bd25 - Browse repository at this point
Copy the full SHA c78bd25View commit details -
Configuration menu - View commit details
-
Copy full SHA for d54f3d7 - Browse repository at this point
Copy the full SHA d54f3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6280f95 - Browse repository at this point
Copy the full SHA 6280f95View commit details -
grub-btrfsd: Update README.md, Fix #213
Signed-off-by: Jaeger <Pascal.Jaeger@bode-kassel.com>
Configuration menu - View commit details
-
Copy full SHA for 14c42b8 - Browse repository at this point
Copy the full SHA 14c42b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 961675c - Browse repository at this point
Copy the full SHA 961675cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8ee20 - Browse repository at this point
Copy the full SHA 8c8ee20View commit details -
grub-btrfsd: add verbose and syslog options
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 9064d61 - Browse repository at this point
Copy the full SHA 9064d61View commit details -
grub-btrfsd: fix problem missing /run/timeshift
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 5805029 - Browse repository at this point
Copy the full SHA 5805029View commit details
Commits on Sep 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 44573e5 - Browse repository at this point
Copy the full SHA 44573e5View commit details
Commits on Sep 5, 2022
-
grub-btrfsd: better instructions for daemon config
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 4580c0f - Browse repository at this point
Copy the full SHA 4580c0fView commit details
Commits on Oct 18, 2022
-
Fix silent update-grub failure if root FS is not supported by GRUB2
If root FS is on volume not supported by GRUB2 - `update-grub` silently fails because `snapshots-btrfs` GRUB hook silently fails at `root_fs=$(${grub_probe} --target="fs" /)` due to `set -e` at the beginning of `snapshots-btrfs`. Failure of commands in test clause in Bash does not trigger set -v error and can be handled in script to exit gracefully - implement this. Fixes #222
Configuration menu - View commit details
-
Copy full SHA for 19f62ee - Browse repository at this point
Copy the full SHA 19f62eeView commit details
Commits on Oct 21, 2022
-
Merge pull request #223 from S-trace/fix_silent_failure
Fix silent update-grub failure if root FS is not supported by GRUB2
Configuration menu - View commit details
-
Copy full SHA for bc09bbd - Browse repository at this point
Copy the full SHA bc09bbdView commit details -
grub-btrfsd: Error message when grub(-btrfs) fails
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 4c63b65 - Browse repository at this point
Copy the full SHA 4c63b65View commit details -
grub-btrfsd: better support commandline timeshift
When a snapshot is created with `timeshift --create` an the commandline, sometimes the daemon is not fast enough between the first (/run/timeshift) inotifywait and the second (an the actual snapshot directory) inotifywait. Even without any `sleep` between them. So now the grub (sub)menu is always created once in its own process when the daemon sees a timeshift startup. Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for de68795 - Browse repository at this point
Copy the full SHA de68795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36cee77 - Browse repository at this point
Copy the full SHA 36cee77View commit details -
Merge pull request #218 from Schievel1/update-daemon
Merge openRC and systemd daemon
Configuration menu - View commit details
-
Copy full SHA for a6e9caf - Browse repository at this point
Copy the full SHA a6e9cafView commit details -
general: Update README, better instructions
for Fedora Fix: #221 Signed-off-by: Pascal Jaeger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 57687ac - Browse repository at this point
Copy the full SHA 57687acView commit details
Commits on Nov 20, 2022
-
grub-btrfs: sanitize title menu entries
Closes #198 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for b2b5307 - Browse repository at this point
Copy the full SHA b2b5307View commit details -
grub-btrfsd: error when inotifywait is not found
Fix #227 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for d406ce7 - Browse repository at this point
Copy the full SHA d406ce7View commit details -
grub-btrfs: Add warning when there is no entry in grub.cfg
Fix #219 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 75f7d85 - Browse repository at this point
Copy the full SHA 75f7d85View commit details -
Readme: make instructions on how to run the script clearer
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for ead3849 - Browse repository at this point
Copy the full SHA ead3849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1969132 - Browse repository at this point
Copy the full SHA 1969132View commit details
Commits on Nov 21, 2022
-
grub-btrfs: print version of the script with --version
Close #225 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 33810a9 - Browse repository at this point
Copy the full SHA 33810a9View commit details -
grub-btrfs: Change syntax error message
I noticed that this is confusing in #230, user would search for errors in the grub-btrfs.cfg file although the old grub-btrfs.cfg file is never overwritten with grub-btrfs.new Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for c9620d5 - Browse repository at this point
Copy the full SHA c9620d5View commit details
Commits on Nov 23, 2022
-
Readme, Manpages: Improve structure
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 2186d83 - Browse repository at this point
Copy the full SHA 2186d83View commit details -
grub-btrfsd: Add flag for colorless output
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 13b6df8 - Browse repository at this point
Copy the full SHA 13b6df8View commit details -
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 02c3fbb - Browse repository at this point
Copy the full SHA 02c3fbbView commit details -
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 1d760ad - Browse repository at this point
Copy the full SHA 1d760adView commit details
Commits on Nov 25, 2022
-
grub-btrfsd: make dir check of snapshots dir a warning
Bug #234 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 91c4aac - Browse repository at this point
Copy the full SHA 91c4aacView commit details -
grub-btrfsd: add flag or old timeshift
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 4942989 - Browse repository at this point
Copy the full SHA 4942989View commit details
Commits on Nov 26, 2022
-
grub-btrfsd: fix if...else in daemon
add description of feature in manpage fix non sh compatible commands in daemon Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 6f15432 - Browse repository at this point
Copy the full SHA 6f15432View commit details -
Readme: discribe new version generation
Fix #237 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 9e34f53 - Browse repository at this point
Copy the full SHA 9e34f53View commit details -
grub-btrfsd: fixed message about flag dependencies
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for efc4657 - Browse repository at this point
Copy the full SHA efc4657View commit details -
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for e3d0792 - Browse repository at this point
Copy the full SHA e3d0792View commit details -
grub-btrfs: Add possibility to configure where grub-btrfs.cfg is crea…
…ted and searched for Closes #187 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for bfad9dc - Browse repository at this point
Copy the full SHA bfad9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe48642 - Browse repository at this point
Copy the full SHA fe48642View commit details -
Configuration menu - View commit details
-
Copy full SHA for f594a56 - Browse repository at this point
Copy the full SHA f594a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for b661e4e - Browse repository at this point
Copy the full SHA b661e4eView commit details -
Readme: added instructions for --timeshift-old
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for bc167ff - Browse repository at this point
Copy the full SHA bc167ffView commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6980771 - Browse repository at this point
Copy the full SHA 6980771View commit details
Commits on Dec 4, 2022
-
grub-btrfsd: Fix non POSIX redirect
Squashed commit of the following: commit d75feb5 Author: Pascal J <pascal.jaeger@leimstift.de> Date: Sun Dec 4 22:07:01 2022 +0100 grub-btrsd: update shebang commit a643797 Author: Pavin Joseph <pavinjosdev@gmail.com> Date: Sun Dec 4 22:52:31 2022 +0530 Update grub-btrfsd commit fe42568 Author: Pavin Joseph <pavinjosdev@gmail.com> Date: Sun Dec 4 04:07:05 2022 +0530 Update grub-btrfsd Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for 29ec43e - Browse repository at this point
Copy the full SHA 29ec43eView commit details
Commits on Dec 6, 2022
-
grub-btrfs: Improve variable defaults
Fix #244 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for f0ed56d - Browse repository at this point
Copy the full SHA f0ed56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 934ab21 - Browse repository at this point
Copy the full SHA 934ab21View commit details -
manpages: correct some minor things
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for f131c38 - Browse repository at this point
Copy the full SHA f131c38View commit details
Commits on Dec 7, 2022
-
grub-btrfsd: Use bash as interpreter
Fix: #248 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Configuration menu - View commit details
-
Copy full SHA for e03e87d - Browse repository at this point
Copy the full SHA e03e87dView commit details
There are no files selected for viewing