diff options
Diffstat (limited to 'examples/ROOT/mnt/tmpfs')
-rw-r--r-- | examples/ROOT/mnt/tmpfs/README | 1 | ||||
-rw-r--r-- | examples/ROOT/mnt/tmpfs/dev/README | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/examples/ROOT/mnt/tmpfs/README b/examples/ROOT/mnt/tmpfs/README deleted file mode 100644 index 0900a3a..0000000 --- a/examples/ROOT/mnt/tmpfs/README +++ /dev/null @@ -1 +0,0 @@ -The general tmpfs will be mounted here. diff --git a/examples/ROOT/mnt/tmpfs/dev/README b/examples/ROOT/mnt/tmpfs/dev/README deleted file mode 100644 index 4489cc5..0000000 --- a/examples/ROOT/mnt/tmpfs/dev/README +++ /dev/null @@ -1,14 +0,0 @@ -This directory (/mnt/tmpfs/dev on the root filesystem) will -be brutally overriden when the tmpfs is mounted. Its only -purpose is to provide an initial /dev/console to the kernel -when it starts process 1. -The directory should contain a working /dev/console device! - - init-stage1 will close all handles to this /dev/console, -then mount the tmpfs and copy the tmpfs image to the tmpfs -- the image contains a full version of /dev, which will then -be used. - This trick is necessary to have a working read-write /dev -when you have a root-only filesystem and when you cannot or -do not want to rely on fancy Linux-specific tricks such as -devtmpfs. |