projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517aa9d
)
Fix bug #143442.
author
Tim Yamin
<plasmaroo@gentoo.org>
Tue, 15 Aug 2006 15:47:43 +0000
(15:47 +0000)
committer
Tim Yamin
<plasmaroo@gentoo.org>
Tue, 15 Aug 2006 15:47:43 +0000
(15:47 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@426
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
generic/linuxrc
patch
|
blob
|
history
diff --git
a/generic/linuxrc
b/generic/linuxrc
index 571d82993437d949fdbc157cfb5faed10ce66cab..dced792076d64e21cda3840b74aef4286bab745f 100644
(file)
--- a/
generic/linuxrc
+++ b/
generic/linuxrc
@@
-22,8
+22,8
@@
then
exit 1
fi
-mount -o remount,rw / >/dev/null 2>&1
mount -t proc proc /proc >/dev/null 2>&1
+mount -o remount,rw / >/dev/null 2>&1
# activate suspend2
if [ -w /proc/suspend2/do_resume ]