From 7c16851cdbae6adc84d5504f6b05a5d27b741905 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 09 Dec 2014 02:37:34 -0500 Subject: Extract the MLO from the correct package --- 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 | \ -- cgit v0.9.1