summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-12-09 00:59:15 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-12-09 00:59:15 (EST)
commit54e4cc220a129316ce7563c6ef0b2f30b91c2ed7 (patch)
treef54244fb988f5fafff6c150c2f124d1f7d7160d7
parent138d8b81aaf2c0638a1a3396a94b5dbdb0c0e437 (diff)
Include linux-image-armmp package
-rw-r--r--debeagle.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/debeagle.sh b/debeagle.sh
index 2f73cc6..14567d7 100644
--- a/debeagle.sh
+++ b/debeagle.sh
@@ -239,7 +239,8 @@ install_debian()
mount -o 'iocharset=iso8859-1' "${target}${part_prefix}1" "${boot_mp}"
mount "${target}${part_prefix}2" "${root_mp}"
- debootstrap --arch=armhf --foreign "${suite}" "${root_mp}" ${mirror}
+ debootstrap --arch=armhf --include=linux-image-armmp --foreign \
+ "${suite}" "${root_mp}" ${mirror}
cp "${root_mp}/usr/lib/u-boot/omap3_beagle/MLO" \
"${boot_mp}/MLO"