From ffb71097bc3c3a4e1bf1ef2d51dcbc98ef9c272a Mon Sep 17 00:00:00 2001 From: Tomas M Date: Fri, 12 Oct 2012 20:36:03 -0500 Subject: [PATCH] do not output /proc/mounts any longer, was used only for debug purposes --- initramfs/cleanup | 1 - 1 file changed, 1 deletion(-) diff --git a/initramfs/cleanup b/initramfs/cleanup index 9e43b08..18e66fb 100644 --- a/initramfs/cleanup +++ b/initramfs/cleanup @@ -98,7 +98,6 @@ if [ "$1" = "--init" ]; then setsid sh -c 'exec sh < /dev/tty1 >/dev/tty1 2>&1' fi - cat /proc/mounts >/dev/console 2>&1 $(cat /lib/command 2>/dev/null) reboot -f fi