]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/filesystems/ramfs-rootfs-initramfs.txt
Merge remote-tracking branch 'ia64/next'
[karo-tx-linux.git] / Documentation / filesystems / ramfs-rootfs-initramfs.txt
index 59b4a0962e0f54df08399c2364b8161ac1b6434a..b176928e69631f5efe3cb37506b3eb375cc3e23a 100644 (file)
@@ -79,6 +79,10 @@ to just make sure certain lists can't become empty.
 Most systems just mount another filesystem over rootfs and ignore it.  The
 amount of space an empty instance of ramfs takes up is tiny.
 
+If CONFIG_TMPFS is enabled, rootfs will use tmpfs instead of ramfs by
+default.  To force ramfs, add "rootfstype=ramfs" to the kernel command
+line.
+
 What is initramfs?
 ------------------