Skip to content

Commit 31a03b1

Browse files
committed
Remove extraneous ZFSBootMenu: from zinfo messages
1 parent 93765ba commit 31a03b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

90zfsbootmenu/zfsbootmenu-countdown.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ mkdir -p "${BASE}"
1818

1919
# Write out a default or overridden hostid
2020
if [ -n "${spl_hostid}" ] ; then
21-
zinfo "ZFSBootMenu: writing /etc/hostid from command line: ${spl_hostid}"
21+
zinfo "writing /etc/hostid from command line: ${spl_hostid}"
2222
write_hostid "${spl_hostid}"
2323
elif [ ! -e /etc/hostid ]; then
24-
zinfo "ZFSBootMenu: no hostid found on kernel command line or /etc/hostid"
25-
zinfo "ZFSBootMenu: defaulting hostid to 00000000"
24+
zinfo "no hostid found on kernel command line or /etc/hostid"
25+
zinfo "defaulting hostid to 00000000"
2626
write_hostid 0
2727
fi
2828

0 commit comments

Comments
 (0)