First Commit

This commit is contained in:
2025-11-19 11:44:03 -07:00
parent 98a06c7e2a
commit 1e2df5c220
24 changed files with 1068 additions and 0 deletions

10
debian/rules vendored Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem=none
override_dh_auto_install:
install -D -m 0755 41_snapshots-btrfs debian/grub-btrfs/etc/grub.d/41_snapshots-btrfs
install -D -m 0644 config debian/grub-btrfs/etc/default/grub-btrfs/config
# Remove the shebang, this file is meant to be sourced
sed -i '1 s/^#!.*//' debian/grub-btrfs/etc/default/grub-btrfs/config