Skip to content

Commit

Permalink
fix: update rsdk-build help text
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Apr 19, 2024
1 parent f0213fa commit 3df272f
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/libexec/rsdk/rsdk-help
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@ rsdk-${FUNCNAME[0]##rsdk-help-}
## Command usage
$ rsdk build <options> [product] <suite> <edition>
$ rsdk build <options> [product] <suite> <edition>
## Options
--no-cache
Do not use cached build artifacts. This will result in rootfs rebuild.
--no-efi
Do not create EFI partition in the generated image.
-d | --debug
Enable debug output. This will also build rootfs into a folder for easier
examination.
-T | --test-repo
Build using Radxa APT test archives.
-m | --mirror [mirror_url]
Specify custom Debian / Ubuntu archive mirror URL.
-M [mirror_url]
Specify custom non-Debian non-Ubuntu archive mirror URL. This mirror should
serve both Radxa archives as well as any other 3rd party archives.
The following archives will use this mirror:
$(find "$SCRIPT_DIR/../../../externals/keyrings/" -maxdepth 1 -mindepth 1 -type d ! -name debian -a ! -name ubuntu -printf " %f\n")
-i | --image-name [image_name]
Set the system image name. (Default: $("$SCRIPT_DIR/../../bin/rsdk" config build.default_image_name))
-h | --help
Show this message.
--no-cache
Do not use cached build artifacts. This will result in rootfs rebuild.
--no-efi
Do not create EFI partition in the generated image.
-d | --debug
Enable debug output. This will also build rootfs into a folder for easier
examination.
-T | --test-repo
Build using Radxa APT test archives.
-m | --mirror [mirror_url]
Specify custom Debian / Ubuntu archive mirror URL.
-M [mirror_url]
Specify custom non-Debian non-Ubuntu archive mirror URL. This mirror should
serve both Radxa archives as well as any other 3rd party archives.
The following archives will use this mirror:
$(find "$SCRIPT_DIR/../../../externals/keyrings/" -maxdepth 1 -mindepth 1 -type d ! -name debian -a ! -name ubuntu -printf " %f\n")
-i | --image-name [image_name]
Set the system image name. (Default: $("$SCRIPT_DIR/../../bin/rsdk" config build.default_image_name))
-h | --help
Show this message.
EOF
}

Expand Down

0 comments on commit 3df272f

Please sign in to comment.