mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Merge pull request #1332 from wamserma/patch-3
[linux-peach] fixed path for manual kernel update
This commit is contained in:
commit
5f7dcbd6b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue