From 556f99120147e4b86c7230fefef202c7cbdc31f6 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 18 Aug 2013 14:21:18 +0200 Subject: [PATCH] initrd.scripts: fix wording in fstype_init --- defaults/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 5a09a6e..c6de39a 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -1926,7 +1926,7 @@ fstype_init() { # start BTRFS volume detection, if available [ -x /sbin/btrfs ] && /sbin/btrfs device scan elif [ -z "${fstype}" ]; then - warn_msg "Unable to detect the filesystem type of ${REAL_ROOT}" + warn_msg "Unable to detect the filesystem type (empty variable)" fi }