github-actions[bot]
efece5eeb2
chore: bump version to
2026-05-23 08:55:16 +00:00
github-actions[bot]
aeda46c2a0
chore: bump version to
2026-05-22 11:33:41 +00:00
github-actions[bot]
97ae2976f9
chore: bump version to
2026-05-22 11:29:30 +00:00
github-actions[bot]
5b567255e3
chore: bump version to
2026-05-10 10:13:56 +00:00
Reynegton Pinheiro Nunes
a181e2ca41
feat: add auto-detection for Fedora distribution ( #428 )
...
Fedora uses non-standard paths and command names for GRUB (e.g., /boot/grub2 instead of /boot/grub, and grub2-mkconfig).
This change adds a conditional block to detect Fedora via /etc/fedora-release and automatically sets the appropriate variables, improving the out-of-the-box experience for Fedora users.
2026-05-10 12:13:50 +02:00
github-actions[bot]
a79c9cc42c
chore: bump version to
2026-05-10 10:12:40 +00:00
github-actions[bot]
004fe0aae4
chore: bump version to
2026-05-10 10:10:14 +00:00
Wayne Galen
2fcfbe9676
Ignore Podman container images ( #380 )
...
Same basic pattern as with Docker, but Podman uses a slightly different
path for this
2025-09-17 07:41:59 +02:00
cip91sk
b509fcaf61
add support for booting snapshots on LUKS encrypted disk ( #333 )
...
* add support for booting snapshots on LUKS encrypted disk
* documentation for booting from LUKS encrypted devices
* better detecting cryptdevice UUID
2025-01-06 08:11:45 +01:00
Pascal Jäger
b8465d14db
fix spelling
2024-03-06 14:43:57 +01:00
Pascal J
0bc09317d8
Merge branch 'master' into yabsnap_info_support
2024-03-06 14:41:49 +01:00
Pascal J
94d742d1d4
Merge pull request #311 from bastien-roucaries/fix_bashism
...
Fix bashism
2024-03-06 14:24:44 +01:00
Pascal Jäger
363d7da3a7
fix typo uper -> upper
2024-03-06 14:23:26 +01:00
expoodo
a8713bbd0b
mention yabsnap
2024-02-19 15:12:38 -05:00
Yaroslav Halchenko
98a5bbe8c5
[DATALAD RUNCMD] run codespell throughout fixing typo automagically
...
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
2023-12-21 19:25:13 -05:00
Pascal J
ade5a91d55
fix #285 ( #287 )
2023-06-05 08:55:44 +02:00
Pascal Jäger
9a8a1b7d50
fix #278
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-04-28 18:26:25 +02:00
Pascal Jäger
3ce858f18d
grub-btrfsd: refactor whole script
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-04-05 18:05:29 +02:00
Pascal Jäger
dd96f22888
grub-btrfsd: Check if all dirs exist
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-04-05 17:26:58 +02:00
Pascal Jäger
35429e02a4
grub-btrfsd: Kill process group on SIGTERM/ SIGINT
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-04-05 17:10:49 +02:00
Pascal Jäger
04958d6e0b
grub-btrfsd: Start subdaemon when --timeshift-auto
...
Fix #272
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-04-05 17:09:30 +02:00
Pascal Jäger
c6550d0d96
grub-btrfs: unquote snap variable
...
Fix #273
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-04-05 13:40:40 +02:00
Pascal Jäger
c7d4bbbe45
Makefile: don't delete temp dir after installation
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-03-26 21:50:48 +02:00
Pascal Jäger
09a2a55ee4
Makefile: make docs installation optional
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-03-26 21:39:51 +02:00
Pascal Jäger
8105a2edf7
grub-btrfsd: watch more than one snapshot dir
...
Fix #262
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-03-26 21:08:16 +02:00
Pascal Jäger
879bec3697
grub-btrfsd: watch snapshots directory recursively
...
Fix : #262
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-03-26 20:44:50 +02:00
Pascal Jäger
e2937f6bff
grub-btrfs: update comments
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-03-26 19:46:23 +02:00
Pascal Jäger
ec5ff8b4bc
grub-btrfs: get back the grub_btrfs_search_directory functionality
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-03-26 19:46:05 +02:00
Pascal Jäger
1556c345da
grub-btrfs: Do root fs detection with btrfs progs
...
Fix : #266 #255
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2023-03-26 19:44:56 +02:00
Pascal J
1d33404c78
Merge branch 'master' into improve-config
2023-01-22 20:07:54 +01:00
Pascal Jäger
89ef805e81
grub-btrfsd: do no append with += to optional args
...
This does not work anymore, but it should be similar to the systemd
service file anyway, where things are just written in one line.
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-12-10 22:20:15 +01:00
Pascal Jäger
e03e87dd64
grub-btrfsd: Use bash as interpreter
...
Fix : #248
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-12-07 15:01:10 +01:00
Pascal Jäger
f131c38300
manpages: correct some minor things
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-12-06 23:10:24 +01:00
Pascal Jäger
934ab213b0
grub-btrfs: add custom kernel parameters option for snapshots
...
Fix #214 , #160
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-12-06 22:56:44 +01:00
Pascal Jäger
f0ed56d242
grub-btrfs: Improve variable defaults
...
Fix #244
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-12-06 22:55:51 +01:00
Pascal Jäger
29ec43e9a6
grub-btrfsd: Fix non POSIX redirect
...
Squashed commit of the following:
commit d75feb59f4
Author: Pascal J <pascal.jaeger@leimstift.de >
Date: Sun Dec 4 22:07:01 2022 +0100
grub-btrsd: update shebang
commit a64379789c
Author: Pavin Joseph <pavinjosdev@gmail.com >
Date: Sun Dec 4 22:52:31 2022 +0530
Update grub-btrfsd
commit fe42568785
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 >
2022-12-04 22:11:00 +01:00
Pascal Jäger
bc167ffe00
Readme: added instructions for --timeshift-old
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-26 17:59:38 +01:00
Pascal Jäger
b661e4e03f
Merge branch 'fix-snap-dir-check'
2022-11-26 17:46:45 +01:00
Pascal Jäger
f594a56232
Merge branch 'improve-version-generation'
2022-11-26 17:44:06 +01:00
Pascal Jäger
fe48642596
Merge branch 'make-prefix-configurable'
2022-11-26 17:38:15 +01:00
Pascal Jäger
bfad9dcc1d
grub-btrfs: Add possibility to configure where grub-btrfs.cfg is created and searched for
...
Closes #187
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-26 15:14:00 +01:00
Pascal Jäger
e3d0792a74
Post release version bump
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-26 15:10:28 +01:00
Pascal Jäger
efc4657aab
grub-btrfsd: fixed message about flag dependencies
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-26 15:06:44 +01:00
Pascal Jäger
9e34f53ef8
Readme: discribe new version generation
...
Fix #237
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-26 15:03:10 +01:00
Pascal Jäger
6f154329c7
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 >
2022-11-26 10:06:19 +01:00
Pascal Jäger
1d760ad730
Post release version bump
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-23 16:11:45 +01:00
Pascal Jäger
02c3fbb23a
Version 4.12
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-23 15:58:11 +01:00
Pascal Jäger
13b6df8e9a
grub-btrfsd: Add flag for colorless output
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-23 15:57:52 +01:00
Pascal Jäger
2186d831cd
Readme, Manpages: Improve structure
...
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-23 15:57:10 +01:00
Pascal Jäger
33810a9274
grub-btrfs: print version of the script with --version
...
Close #225
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de >
2022-11-21 22:59:22 +01:00