forked from luck/tmp_suning_uos_patched
docs: early-userspace: move to driver-api guide
Those documents describe a kAPI. So, add to the driver-api book. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
6cf2a73cb2
commit
ec4b78a0e7
|
@ -1,5 +1,3 @@
|
||||||
:orphan:
|
|
||||||
|
|
||||||
===============
|
===============
|
||||||
Early Userspace
|
Early Userspace
|
||||||
===============
|
===============
|
|
@ -16,6 +16,7 @@ available subsections can be seen below.
|
||||||
|
|
||||||
basics
|
basics
|
||||||
infrastructure
|
infrastructure
|
||||||
|
early-userspace/index
|
||||||
pm/index
|
pm/index
|
||||||
clk
|
clk
|
||||||
device-io
|
device-io
|
||||||
|
|
|
@ -239,7 +239,7 @@ rdinit=<executable file>
|
||||||
A description of the process of mounting the root file system can be
|
A description of the process of mounting the root file system can be
|
||||||
found in:
|
found in:
|
||||||
|
|
||||||
Documentation/early-userspace/early_userspace_support.rst
|
Documentation/driver-api/early-userspace/early_userspace_support.rst
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@ All this differs from the old initrd in several ways:
|
||||||
- The old initrd file was a gzipped filesystem image (in some file format,
|
- The old initrd file was a gzipped filesystem image (in some file format,
|
||||||
such as ext2, that needed a driver built into the kernel), while the new
|
such as ext2, that needed a driver built into the kernel), while the new
|
||||||
initramfs archive is a gzipped cpio archive (like tar only simpler,
|
initramfs archive is a gzipped cpio archive (like tar only simpler,
|
||||||
see cpio(1) and Documentation/early-userspace/buffer-format.rst). The
|
see cpio(1) and Documentation/driver-api/early-userspace/buffer-format.rst). The
|
||||||
kernel's cpio extraction code is not only extremely small, it's also
|
kernel's cpio extraction code is not only extremely small, it's also
|
||||||
__init text and data that can be discarded during the boot process.
|
__init text and data that can be discarded during the boot process.
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ One advantage of the configuration file is that root access is not required to
|
||||||
set permissions or create device nodes in the new archive. (Note that those
|
set permissions or create device nodes in the new archive. (Note that those
|
||||||
two example "file" entries expect to find files named "init.sh" and "busybox" in
|
two example "file" entries expect to find files named "init.sh" and "busybox" in
|
||||||
a directory called "initramfs", under the linux-2.6.* directory. See
|
a directory called "initramfs", under the linux-2.6.* directory. See
|
||||||
Documentation/early-userspace/early_userspace_support.rst for more details.)
|
Documentation/driver-api/early-userspace/early_userspace_support.rst for more details.)
|
||||||
|
|
||||||
The kernel does not depend on external cpio tools. If you specify a
|
The kernel does not depend on external cpio tools. If you specify a
|
||||||
directory instead of a configuration file, the kernel's build infrastructure
|
directory instead of a configuration file, the kernel's build infrastructure
|
||||||
|
|
|
@ -18,7 +18,7 @@ config INITRAMFS_SOURCE
|
||||||
When multiple directories and files are specified then the
|
When multiple directories and files are specified then the
|
||||||
initramfs image will be the aggregate of all of them.
|
initramfs image will be the aggregate of all of them.
|
||||||
|
|
||||||
See <file:Documentation/early-userspace/early_userspace_support.rst> for more details.
|
See <file:Documentation/driver-api/early-userspace/early_userspace_support.rst> for more details.
|
||||||
|
|
||||||
If you are not sure, leave it blank.
|
If you are not sure, leave it blank.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user