From ebe78093e1558bd383f7c6b17cf06e4f78fdd76f Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 18 Jan 2012 13:48:27 -0600 Subject: [PATCH] debug: also dump /proc/mounts/ Signed-off-by: Robert Nelson --- scripts/debian-finish.sh | 1 + scripts/ubuntu-finish.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/debian-finish.sh b/scripts/debian-finish.sh index 694f578..b62d2a7 100644 --- a/scripts/debian-finish.sh +++ b/scripts/debian-finish.sh @@ -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 diff --git a/scripts/ubuntu-finish.sh b/scripts/ubuntu-finish.sh index e985b83..9ac5e7e 100644 --- a/scripts/ubuntu-finish.sh +++ b/scripts/ubuntu-finish.sh @@ -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