From 88a11115f5c1e581180b3a0556d978e1aa7484da Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 9 Nov 2012 21:48:23 +0000 Subject: [PATCH] Update docs for ramdisk building --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d40a7ed9..7d28ed03 100644 --- a/README.md +++ b/README.md @@ -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 good for doing per-instance configuration based on cloud metadata. -You can create a file listing any binary packages that your outside-the-chroot -hooks need in order to run: +Ramdisk flavours support the following files in their flavour directories: -* 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 --------------------