debug: also dump /proc/mounts/

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent f4e929cae5
commit ebe78093e1

@ -34,5 +34,6 @@ mkimage -A arm -O linux -T kernel -C none -a ZRELADD -e ZRELADD -n `uname -r` -d
rm -f /boot/uboot/linux-image-*_1.0*_arm*.deb || true
#Debug:
cat /proc/mounts > /boot/uboot/debug/proc_mounts.log
mount > /boot/uboot/debug/mount.log

@ -72,5 +72,6 @@ mkimage -A arm -O linux -T kernel -C none -a ZRELADD -e ZRELADD -n `uname -r` -d
rm -f /boot/uboot/linux-image-*_1.0*_arm*.deb || true
#Debug:
cat /proc/mounts > /boot/uboot/debug/proc_mounts.log
mount > /boot/uboot/debug/mount.log

Loading…
Cancel
Save