[Lunar-commits] CVS: moonbase/filesys/sysfsutils POST_INSTALL, 1.2, 1.3

Jaime Buffery nestu at lunar-linux.org
Fri Mar 11 10:28:37 UTC 2005


Update of /var/cvs/lunar/moonbase/filesys/sysfsutils
In directory espresso.foo-projects.org:/tmp/cvs-serv15211

Modified Files:
	POST_INSTALL 
Log Message:
<Moe> nestu: You need to use mkdir -p /sys and link "/sysfs" to /sys
<nestu> AFAIK, the mountpoint is and has always been /sys
<nestu> Moe:  that's so bloody lame
Sorry, coudn't resist. Must be quotting day. <kelnos>^_~


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/sysfsutils/POST_INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- POST_INSTALL	11 Mar 2005 09:33:43 -0000	1.2
+++ POST_INSTALL	11 Mar 2005 10:28:35 -0000	1.3
@@ -1,3 +1,6 @@
 # If /sys mount point is not there, create it
 
-  test -d /sys || mkdir /sys/
+  test -d /sys || mkdir -p /sys/
+
+# Because maybe /sysfs is used instead of /sys
+  ln -sf /sys /sysfs



More information about the Lunar-commits mailing list