diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-08-19 08:42:50 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-06 18:44:45 +0100 |
commit | c75a565d2c377e0b54623b5a9aae26fa63e48098 (patch) | |
tree | 7eda2283da0d6d5feb0db5b5381e0a196de76aad | |
parent | e1cf4688ec084d5902584bd163d1809e260274a5 (diff) | |
download | upstream-c75a565d2c377e0b54623b5a9aae26fa63e48098.tar.gz upstream-c75a565d2c377e0b54623b5a9aae26fa63e48098.tar.bz2 upstream-c75a565d2c377e0b54623b5a9aae26fa63e48098.zip |
target/imagebuilder: update help text for manifest target
- Add a help text for the manifest command.
- Unify command detail help text to use `manifest`.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | target/imagebuilder/files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 03a9a3c4ee..acf07a5518 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -35,6 +35,7 @@ Available Commands: info: Show a list of available target profiles clean: Remove images and temporary build files image: Build an image (see below for more information). + manifest: Show all package that will be installed into the image package_depends: Show installation dependency of the package image: @@ -50,7 +51,7 @@ image: make image DISABLED_SERVICES="<svc1> [<svc2> [<svc3> ..]]" # Which services in /etc/init.d/ should be disabled make image ADD_LOCAL_KEY=1 # store locally generated signing key in built images -Print manifest: +manifest: List "all" packages which get installed into the image. You can use the following parameters: |