summaryrefslogtreecommitdiff
path: root/setup-bootable.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-bootable.in')
-rw-r--r--setup-bootable.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-bootable.in b/setup-bootable.in
index d18b756..54b4c64 100644
--- a/setup-bootable.in
+++ b/setup-bootable.in
@@ -139,7 +139,7 @@ check_syslinux() {
fix_syslinux_kernel "$i" "${i%/*}"/vmlinuz-$f
elif ! [ -e "$k" ]; then
echo "Warning: $syslinux_cfg: kernel $k was not found"
- echo " Run $0 -c -f "$destdir" to fix"
+ echo " Run $0 -f -c "$destdir" to fix"
fi
done