fiixed path for manual kernel update instrudctions (#1492)

see also 70dc420d4f where the same fix was merged
This commit is contained in:
Markus Wamser 2017-06-23 02:02:39 +02:00 committed by Kevin Mihelich
parent d91388c747
commit b7569fbc5c

View file

@ -12,7 +12,7 @@ flash_kernel() {
sync
else
echo "You can do this later by running:"
echo "# dd if=/boot/vmlinux.kpart of=/dev/${device}"
echo "# dd if=/boot/vmlinux.kpart of=${device}"
fi
}