]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
grub-btrfsd: Adjust displayed starting message
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 27 Mar 2024 05:08:34 +0000 (06:08 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 27 Mar 2024 05:08:34 +0000 (06:08 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/initscripts/system/grub-btrfsd

index 90582b1b1150c4d75e50ce8c7c5f24cd4c369a24..26760f9be844be69272d166c78c8f1288a7b8ee3 100644 (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"
                        ;;