Skip to content

Commit bdc0995

Browse files
committed
docs: Add docs for customizing installers
Add a minimal doc that shows how to customize an installer ISO and what options there are. Signed-off-by: Fredrik Lönnegren <[email protected]>
1 parent 8948e21 commit bdc0995

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/customizing-installers.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Customizing installers
2+
3+
Elemental installer images can be customized using the `elemental3 customize` command.
4+
5+
The following command takes an input (./build/installer.iso) and generates a
6+
new installer2.iso in the output directory including a new config-script, an
7+
overlay and some extra kernel cmdline parameters:
8+
9+
```sh
10+
./build/elemental3 customize \
11+
--input ./build/installer.iso
12+
--output ./build
13+
--name installer2
14+
--cmdline="console=ttyS0"
15+
--config ./examples/elemental/install/config.sh
16+
--overlay tar:./build/overlays.tar.gz
17+
```

0 commit comments

Comments
 (0)