diff --git a/generic/linuxrc b/generic/linuxrc index f1d17fd..c51d2b5 100644 --- a/generic/linuxrc +++ b/generic/linuxrc @@ -22,8 +22,8 @@ then exit 1 fi -mount -o remount,rw / -mount -t proc proc /proc +mount -o remount,rw / >/dev/null 2>&1 +mount -t proc proc /proc >/dev/null 2>&1 # activate suspend2 if [ -w /proc/suspend2/do_resume ]