Update docs for ramdisk building
This commit is contained in:
parent
a9bd68f1c3
commit
88a11115f5
@ -78,10 +78,13 @@ part of the process you need to customise:
|
|||||||
* first-boot.d: Runs inside the image before rc.local. Scripts from here are
|
* first-boot.d: Runs inside the image before rc.local. Scripts from here are
|
||||||
good for doing per-instance configuration based on cloud metadata.
|
good for doing per-instance configuration based on cloud metadata.
|
||||||
|
|
||||||
You can create a file listing any binary packages that your outside-the-chroot
|
Ramdisk flavours support the following files in their flavour directories:
|
||||||
hooks need in order to run:
|
|
||||||
|
|
||||||
* binary-deps : list one native package per line.
|
* binary-deps : executables required to be fed into the ramdisk. These need
|
||||||
|
to be present in your $PATH.
|
||||||
|
|
||||||
|
* init : a POSIX shell script fragment that will be appended to the default
|
||||||
|
script executed as the ramdisk is booted (/init)
|
||||||
|
|
||||||
Third party flavours
|
Third party flavours
|
||||||
--------------------
|
--------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user