From 1e487597cd4fbab1dc0fd87b74d123bb92b9b8b9 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 23 Dec 2008 21:13:11 +0200 Subject: [PATCH] resume: changed to call trymount using -v --- initramfs/sbin_resume.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initramfs/sbin_resume.sh b/initramfs/sbin_resume.sh index 548bbc4..9d4970b 100644 --- a/initramfs/sbin_resume.sh +++ b/initramfs/sbin_resume.sh @@ -17,7 +17,7 @@ LOCK=/var/run/init.lock ln -s / $LOCK 2> /dev/null || return -if /etc/rc.d/rc.trymount; then +if /etc/rc.d/rc.trymount -v; then # rootfs mounted . /etc/rc.d/functions.in . /etc/conf/idunn