SVN: geninitrd/trunk/geninitrd
wiget
wiget at pld-linux.org
Sat Dec 3 20:52:13 CET 2011
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
More information about the pld-cvs-commit
mailing list