[Lunar-commits] r15331 - in moonbase/trunk/kernel: linux-2.6 linux-2.6-ck linux-2.6-cko linux-2.6-grsec linux-2.6-inotify linux-2.6-mm linux-2.6-prepatch

Jaime Buffery nestu at lunar-linux.org
Fri Jun 10 16:06:22 UTC 2005


Author: nestu
Date: 2005-06-10 16:06:21 +0000 (Fri, 10 Jun 2005)
New Revision: 15331

Modified:
   moonbase/trunk/kernel/linux-2.6-ck/POST_INSTALL
   moonbase/trunk/kernel/linux-2.6-cko/POST_INSTALL
   moonbase/trunk/kernel/linux-2.6-grsec/POST_INSTALL
   moonbase/trunk/kernel/linux-2.6-inotify/POST_INSTALL
   moonbase/trunk/kernel/linux-2.6-mm/POST_INSTALL
   moonbase/trunk/kernel/linux-2.6-prepatch/POST_INSTALL
   moonbase/trunk/kernel/linux-2.6/POST_INSTALL
Log:
Adding /sys creation

Modified: moonbase/trunk/kernel/linux-2.6/POST_INSTALL
===================================================================
--- moonbase/trunk/kernel/linux-2.6/POST_INSTALL	2005-06-10 15:14:25 UTC (rev 15330)
+++ moonbase/trunk/kernel/linux-2.6/POST_INSTALL	2005-06-10 16:06:21 UTC (rev 15331)
@@ -3,3 +3,7 @@
 #  Reinstall packages that add their own kernel modules
 
 lin -c kernel-reqs
+
+# create /sys
+mkdir -p /sys
+

Modified: moonbase/trunk/kernel/linux-2.6-ck/POST_INSTALL
===================================================================
--- moonbase/trunk/kernel/linux-2.6-ck/POST_INSTALL	2005-06-10 15:14:25 UTC (rev 15330)
+++ moonbase/trunk/kernel/linux-2.6-ck/POST_INSTALL	2005-06-10 16:06:21 UTC (rev 15331)
@@ -3,3 +3,7 @@
 #  Reinstall packages that add their own kernel modules
 
 lin -c kernel-reqs
+
+# create /sys
+mkdir -p /sys
+

Modified: moonbase/trunk/kernel/linux-2.6-cko/POST_INSTALL
===================================================================
--- moonbase/trunk/kernel/linux-2.6-cko/POST_INSTALL	2005-06-10 15:14:25 UTC (rev 15330)
+++ moonbase/trunk/kernel/linux-2.6-cko/POST_INSTALL	2005-06-10 16:06:21 UTC (rev 15331)
@@ -3,3 +3,7 @@
 #  Reinstall packages that add their own kernel modules
 
 lin -c kernel-reqs
+
+# create /sys
+mkdir -p /sys
+

Modified: moonbase/trunk/kernel/linux-2.6-grsec/POST_INSTALL
===================================================================
--- moonbase/trunk/kernel/linux-2.6-grsec/POST_INSTALL	2005-06-10 15:14:25 UTC (rev 15330)
+++ moonbase/trunk/kernel/linux-2.6-grsec/POST_INSTALL	2005-06-10 16:06:21 UTC (rev 15331)
@@ -2,3 +2,7 @@
 
 #  Reinstall packages that add their own kernel modules
 lin -c kernel-reqs
+
+# create /sys
+mkdir -p /sys
+

Modified: moonbase/trunk/kernel/linux-2.6-inotify/POST_INSTALL
===================================================================
--- moonbase/trunk/kernel/linux-2.6-inotify/POST_INSTALL	2005-06-10 15:14:25 UTC (rev 15330)
+++ moonbase/trunk/kernel/linux-2.6-inotify/POST_INSTALL	2005-06-10 16:06:21 UTC (rev 15331)
@@ -5,3 +5,7 @@
 
 #  Reinstall packages that add their own kernel modules
 lin -c kernel-reqs
+
+# create /sys
+mkdir -p /sys
+

Modified: moonbase/trunk/kernel/linux-2.6-mm/POST_INSTALL
===================================================================
--- moonbase/trunk/kernel/linux-2.6-mm/POST_INSTALL	2005-06-10 15:14:25 UTC (rev 15330)
+++ moonbase/trunk/kernel/linux-2.6-mm/POST_INSTALL	2005-06-10 16:06:21 UTC (rev 15331)
@@ -6,3 +6,7 @@
 #  Reinstall packages that add their own kernel modules
 lin -c kernel-reqs
 
+
+# create /sys
+mkdir -p /sys
+

Modified: moonbase/trunk/kernel/linux-2.6-prepatch/POST_INSTALL
===================================================================
--- moonbase/trunk/kernel/linux-2.6-prepatch/POST_INSTALL	2005-06-10 15:14:25 UTC (rev 15330)
+++ moonbase/trunk/kernel/linux-2.6-prepatch/POST_INSTALL	2005-06-10 16:06:21 UTC (rev 15331)
@@ -3,3 +3,7 @@
 #  Reinstall packages that add their own kernel modules
 
 lin -c kernel-reqs
+
+# create /sys
+mkdir -p /sys
+



More information about the Lunar-commits mailing list