summaryrefslogtreecommitdiffstats
path: root/debeagle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debeagle.sh')
-rwxr-xr-xdebeagle.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/debeagle.sh b/debeagle.sh
index 694c49c..5247236 100755
--- a/debeagle.sh
+++ b/debeagle.sh
@@ -239,8 +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 --include=linux-image-armmp --foreign \
- "${suite}" "${root_mp}" ${mirror}
+ debootstrap --arch=armhf --include=linux-image-armmp,u-boot-omap \
+ --foreign "${suite}" "${root_mp}" ${mirror}
cp "${root_mp}/usr/lib/u-boot/omap3_beagle/MLO" \
"${boot_mp}/MLO"