We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93765ba commit 31a03b1Copy full SHA for 31a03b1
90zfsbootmenu/zfsbootmenu-countdown.sh
@@ -18,11 +18,11 @@ mkdir -p "${BASE}"
18
19
# Write out a default or overridden hostid
20
if [ -n "${spl_hostid}" ] ; then
21
- zinfo "ZFSBootMenu: writing /etc/hostid from command line: ${spl_hostid}"
+ zinfo "writing /etc/hostid from command line: ${spl_hostid}"
22
write_hostid "${spl_hostid}"
23
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"
+ zinfo "no hostid found on kernel command line or /etc/hostid"
+ zinfo "defaulting hostid to 00000000"
26
write_hostid 0
27
fi
28
0 commit comments