mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
fiixed path for manual kernel update instrudctions (#1492)
see also 70dc420d4f
where the same fix was merged
This commit is contained in:
parent
d91388c747
commit
b7569fbc5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue