mirror of
https://github.com/Dasharo/dcu.git
synced 2026-03-06 14:58:51 -08:00
add container support
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
17
README.md
17
README.md
@@ -6,8 +6,17 @@ The Dasharo Configuration Utility is a tool designed to configure Dasharo firmwa
|
||||
binary images. It includes task such as customizing the boot logo, and setting
|
||||
unique UUIDs or Serial Numbers in SMBIOS tables.
|
||||
|
||||
DCU can be run in two modes - standalone, or as a container. The container setup
|
||||
contains all of the prerequisites, so it should be easier to use.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
### Dasharo Configuration Utility Container
|
||||
|
||||
* [Docker Engine installed](https://docs.docker.com/engine/install/)
|
||||
|
||||
### Standalone DCU
|
||||
|
||||
Following packages must be installed:
|
||||
|
||||
* `imagemagick` (for `convert` command)
|
||||
@@ -16,7 +25,7 @@ Following packages must be installed:
|
||||
|
||||
The script will exit with an error if any of above are not present.
|
||||
|
||||
### Compiling cbfstool
|
||||
#### Compiling cbfstool
|
||||
|
||||
The cbfstool can be comppiled from source if needed.
|
||||
|
||||
@@ -30,6 +39,12 @@ TOOLLDFLAGS=-static sudo make -C util/cbfstool install
|
||||
|
||||
## Usage
|
||||
|
||||
### Dasharo Configuration Container
|
||||
|
||||
Simply use `dcuc` instead od `dcu`, and follow the section below.
|
||||
|
||||
### Standalone
|
||||
|
||||
`dcu` can be used as a standalone script, and is also available in the
|
||||
[Dasharo Tools Suite](https://docs.dasharo.com/dasharo-tools-suite/overview/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user