From 917fab4b4ddf202b078eae83de3e1311f2111cfa Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 24 Jan 2017 17:48:24 +0000 Subject: Delete obsolete examples/ROOT, refer to s6-linux-init instead --- examples/ROOT/mnt/README | 1 - examples/ROOT/mnt/procfs/README | 1 - examples/ROOT/mnt/rofs | 1 - examples/ROOT/mnt/rwfs/README | 1 - examples/ROOT/mnt/sysfs/README | 1 - examples/ROOT/mnt/tmpfs/README | 1 - examples/ROOT/mnt/tmpfs/dev/README | 14 -------------- 7 files changed, 20 deletions(-) delete mode 100644 examples/ROOT/mnt/README delete mode 100644 examples/ROOT/mnt/procfs/README delete mode 120000 examples/ROOT/mnt/rofs delete mode 100644 examples/ROOT/mnt/rwfs/README delete mode 100644 examples/ROOT/mnt/sysfs/README delete mode 100644 examples/ROOT/mnt/tmpfs/README delete mode 100644 examples/ROOT/mnt/tmpfs/dev/README (limited to 'examples/ROOT/mnt') diff --git a/examples/ROOT/mnt/README b/examples/ROOT/mnt/README deleted file mode 100644 index 7f0e106..0000000 --- a/examples/ROOT/mnt/README +++ /dev/null @@ -1 +0,0 @@ -The directory containing all the real mount points. diff --git a/examples/ROOT/mnt/procfs/README b/examples/ROOT/mnt/procfs/README deleted file mode 100644 index 79b2fe0..0000000 --- a/examples/ROOT/mnt/procfs/README +++ /dev/null @@ -1 +0,0 @@ -/proc will be mounted here. diff --git a/examples/ROOT/mnt/rofs b/examples/ROOT/mnt/rofs deleted file mode 120000 index a96aa0e..0000000 --- a/examples/ROOT/mnt/rofs +++ /dev/null @@ -1 +0,0 @@ -.. \ No newline at end of file diff --git a/examples/ROOT/mnt/rwfs/README b/examples/ROOT/mnt/rwfs/README deleted file mode 100644 index c8b4ade..0000000 --- a/examples/ROOT/mnt/rwfs/README +++ /dev/null @@ -1 +0,0 @@ -If you have a disk read-write filesystem, you may mount it here. diff --git a/examples/ROOT/mnt/sysfs/README b/examples/ROOT/mnt/sysfs/README deleted file mode 100644 index 9c02561..0000000 --- a/examples/ROOT/mnt/sysfs/README +++ /dev/null @@ -1 +0,0 @@ -/sys will be mounted here. 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. -- cgit v1.2.3