core/linux-veyron: install update

This commit is contained in:
Kevin Mihelich 2015-07-19 02:44:21 +00:00
parent 2be8869472
commit 2c9dad0277

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
}