Improve wording

cleanup-cruft
Sebastian Pipping 13 years ago
parent c57b73f5f8
commit c718d01381

@ -363,8 +363,8 @@ then
fi fi
if [ `${CONFGREP} 'CONFIG_EXT[0-9]_FS=' "${KERNEL_CONFIG}" | wc -l` -ge 2 ]; then if [ `${CONFGREP} 'CONFIG_EXT[0-9]_FS=' "${KERNEL_CONFIG}" | wc -l` -ge 2 ]; then
print_warning 1 'With support for several ext* filesystems around it may be needed to' print_warning 1 'With support for several ext* filesystems available, it may be needed to'
print_warning 1 'add "rootfstype=ext3" or "rootfstype=ext4"' print_warning 1 'add "rootfstype=ext3" or "rootfstype=ext4" to the list of boot parameters.'
fi fi
unset CONFGREP unset CONFGREP

Loading…
Cancel
Save