diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-24 17:48:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-24 17:48:24 +0000 |
commit | 917fab4b4ddf202b078eae83de3e1311f2111cfa (patch) | |
tree | 812bb6f665bd05772bf6531482cae965acd6dca2 /examples/ROOT/mnt/tmpfs | |
parent | 5b7777a52d0b70b6094547c7cb4056aa9664f69d (diff) | |
download | s6-917fab4b4ddf202b078eae83de3e1311f2111cfa.tar.xz |
Delete obsolete examples/ROOT, refer to s6-linux-init instead
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. |