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

14
grub-btrfsd Executable file
View File

@@ -0,0 +1,14 @@
#!/sbin/openrc-run
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
name="grub-btrfs daemon"
command="/usr/bin/grub-btrfs-openrc"
pidfile="/run/{RC_SVCNAME}.pid"
command_background=true
depend() {
use localmount
}