Author: wiget
Date: Sat Dec  3 20:52:12 2011
New Revision: 12423

Modified:
   geninitrd/trunk/geninitrd
Log:
Mount /dev on initramfs too

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Sat Dec  3 20:52:12 2011
@@ -142,11 +142,6 @@
 # can be called multiple times. /dev is cleaned up (umounted) automatically at
 # the end of script.
 mount_dev() {
-    if [ "$INITRDFS" = "initramfs" ]; then
-               # initramfs is read-write filesystem, no need for tmpfs
-               return
-       fi
-
        # we already generated tmpfs code; return
        if is_yes "$dev_mounted"; then
                return
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to