diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-12-09 02:37:34 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-12-09 02:37:34 (EST) |
commit | 7c16851cdbae6adc84d5504f6b05a5d27b741905 (patch) | |
tree | cdf65f8967393a196a2220abb589aa1e10446aae | |
parent | 54db98dee932f18f21c6234adb87b4f20dfcb282 (diff) |
Extract the MLO from the correct package
-rwxr-xr-x | debeagle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debeagle.sh b/debeagle.sh index 7151cba..357f788 100755 --- a/debeagle.sh +++ b/debeagle.sh @@ -244,7 +244,7 @@ install_debian() --foreign "${suite}" "${root_mp}" ${mirror} archives="${root_mp}/var/cache/apt/archives" - ar p "${archives}/"linux-image-*-armmp_*_armhf.deb data.tar.xz | \ + ar p "${archives}/"u-boot-omap_*_armhf.deb data.tar.xz | \ tar -xJO ./usr/lib/u-boot/omap3_beagle/MLO \ >"${boot_mp}/MLO" ar p "${archives}/"u-boot-omap_*_armhf.deb data.tar.xz | \ |