Merge pull request #1332 from wamserma/patch-3

[linux-peach] fixed path for manual kernel update
This commit is contained in:
Kevin Mihelich 2016-01-30 15:30:32 -07:00
commit 5f7dcbd6b6

View file

@ -18,7 +18,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
}