grub-btrfsd: Adjust displayed starting message

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Stefan Schantl
2024-03-27 20:39:19 +01:00
committed by Arne Fitzenreiter
parent 6da6f5dbe2
commit e348f67fa6

View File

@@ -32,7 +32,7 @@ case "$1" in
case "$root_fs_type" in
btrfs)
boot_mesg "Starting Grub/Btrfs snapshot manager..."
boot_mesg "Starting GRUB/Btrfs Daemon..."
loadproc -b -p "$PIDFILE" /usr/bin/grub-btrfsd --syslog "$SNAPSHOTDIR"
echo "$!" > "$PIDFILE"
;;