diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-12-09 01:23:48 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-12-09 01:23:48 (EST) |
commit | 2c4802ca372a3617b25b13bd94b08e019e4c58d9 (patch) | |
tree | 039f199e8053e45c6b7ba1bbf709c176f5cb2e18 | |
parent | 87140f2acb1fd2af6af5206516161be1d5fe34f4 (diff) |
Include u-boot-omap package
-rwxr-xr-x | debeagle.sh | 4 |
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" |