summaryrefslogtreecommitdiffstats
path: root/debeagle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debeagle.sh')
-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"