diff options
Diffstat (limited to 'hooks/filesystems')
-rw-r--r-- | hooks/filesystems | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/filesystems b/hooks/filesystems index 5ab5c6b..28c4d0e 100644 --- a/hooks/filesystems +++ b/hooks/filesystems @@ -6,7 +6,7 @@ run_hook () FSTYPE="${rootfstype}" else if [ ! -e "${root}" ]; then - msg -e "\nAttempting to create root device '${root}'" + msg "\nAttempting to create root device '${root}'" if [ "x${rootdelay}" != "x" ]; then msg -n "Waiting for devices to settle..." |