Wrap dracut scripts to 79 chars
[zfs.git] / dracut / 90zfs / parse-zfs.sh
index a5e84ad..25f2dfb 100755 (executable)
@@ -10,7 +10,8 @@ if [ "${spl_hostid}" != "" ] ; then
 elif [ -f /etc/hostid ] ; then
        info "ZFS: Using hostid from /etc/hostid: `cat /etc/hostid`"
 else
-       warn "ZFS: No hostid found on kernel command line or /etc/hostid.  ZFS pools may not import correctly."
+       warn "ZFS: No hostid found on kernel command line or /etc/hostid.  "
+       warn "ZFS: Pools may not import correctly."
 fi
 
 case "$root" in