Displaying 1 result from an estimated 1 matches for "517fa61".
Did you mean:
517961
2013 Oct 11
0
[PATCH] Debian: set FANCYTTY=0 so serial logs aren't full of escape chars on Wheezy
---
Osstest/Debian.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm
index 2fd899e..517fa61 100644
--- a/Osstest/Debian.pm
+++ b/Osstest/Debian.pm
@@ -543,6 +543,8 @@ mkdir /target\$h/.ssh
cp .ssh/authorized_keys /target\$h/.ssh
chroot /target chown -R \$u.\$u \$h/.ssh
+echo FANCYTTY=0 >> /target/etc/lsb-base-logging.sh
+
$overlays
echo latecmd done.
--
1.7.10.4