Skip to content

Commit 1625514

Browse files
authored
docs: fix build-iso example (#2026)
add the "--bootloader-in-rootfs" flag Signed-off-by: Francesco Giudici <[email protected]>
1 parent 24e2c8f commit 1625514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/en/docs/Creating derivatives/build_iso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to build an ISO we rely on `elemental build-iso` command. It accepts a
1212
To build an ISO, just run:
1313

1414
```bash
15-
docker run --rm -ti -v $(pwd):/build ghcr.io/rancher/elemental-toolkit/elemental-cli:latest --debug build-iso -o /build $SOURCE
15+
docker run --rm -ti -v $(pwd):/build ghcr.io/rancher/elemental-toolkit/elemental-cli:latest --debug build-iso --bootloader-in-rootfs -o /build $SOURCE
1616
```
1717

1818
Where `$SOURCE` might be the container image you want to build the ISO for, you might want to check on [how to build bootable images](../creating_bootable_images). Argument `$SOURCE` might be the reference to the directory, file, container image or channel we are building the ISO for, it should be provided as uri in following format <sourceType>:<sourceName>, where:

0 commit comments

Comments
 (0)