diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-02-07 11:58:46 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-08 22:06:41 +0100 |
commit | 598fe672135fad66b55b4ab79a59e8110f3c590e (patch) | |
tree | 1a3022c7519fe9f477dfb438520b9a57ade20d04 /docs/manual | |
parent | 12ccc43fb7afe0f2dee850e33f8261f652ff4dd4 (diff) | |
download | buildroot-novena-598fe672135fad66b55b4ab79a59e8110f3c590e.tar.gz buildroot-novena-598fe672135fad66b55b4ab79a59e8110f3c590e.zip |
docs/manual: no longer mention the package/customize thing
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: "Samuel Martin" <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/customize-rootfs.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/manual/customize-rootfs.txt b/docs/manual/customize-rootfs.txt index f396c0da2..5692887e8 100644 --- a/docs/manual/customize-rootfs.txt +++ b/docs/manual/customize-rootfs.txt @@ -50,12 +50,6 @@ there are a few ways to customize the resulting target filesystem. stored - +BASE_DIR+: the base output directory -* A special package, 'customize', stored in +package/customize+ can be - used. You can put all the files that you want to see in the final - target root filesystem in +package/customize/source+, and then - enable this special package in the configuration system. _This - method is marked as deprecated_. - Note also that if you want to perform some specific actions *after* all filesystem images have been created (for example to automatically extract your root filesystem tarball in a location exported by your |