Skip to content

Commit

Permalink
[auto] Update cmd docs (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Itxaka <Itxaka@users.noreply.github.com>
  • Loading branch information
cOS-cibot and Itxaka committed Jun 22, 2022
1 parent 498940b commit a81c51f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/elemental_build-iso.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ elemental build-iso SOURCE [flags]
--overlay-uefi string Path of the overlayed uefi data
--repo stringArray A repository URI for luet. Can be repeated to add more than one source.
-x, --squash-compression stringArray cmd options for compression to pass to mksquashfs. Full cmd including --comp as the whole values will be passed to mksquashfs. For a full list of options please check mksquashfs manual. (default value: '-comp xz -Xbcj ARCH')
--squash-no-compression Disable squashfs compression. Overrides any values on squash-compression
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/elemental_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ elemental install DEVICE [flags]
--reboot Reboot the system after install
--recovery-system.uri string Sets the recovery image source and its type (e.g. 'docker:registry.org/image:tag')
-x, --squash-compression stringArray cmd options for compression to pass to mksquashfs. Full cmd including --comp as the whole values will be passed to mksquashfs. For a full list of options please check mksquashfs manual. (default value: '-comp xz -Xbcj ARCH')
--squash-no-compression Disable squashfs compression. Overrides any values on squash-compression
--strict Enable strict check of hooks (They need to exit with 0)
--system.uri string Sets the system image source and its type (e.g. 'docker:registry.org/image:tag')
--tty string Add named tty to grub
Expand Down
1 change: 1 addition & 0 deletions docs/elemental_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ elemental upgrade [flags]
--recovery Upgrade the recovery
--recovery-system.uri string Sets the recovery image source and its type (e.g. 'docker:registry.org/image:tag')
-x, --squash-compression stringArray cmd options for compression to pass to mksquashfs. Full cmd including --comp as the whole values will be passed to mksquashfs. For a full list of options please check mksquashfs manual. (default value: '-comp xz -Xbcj ARCH')
--squash-no-compression Disable squashfs compression. Overrides any values on squash-compression
--strict Enable strict check of hooks (They need to exit with 0)
--system.uri string Sets the system image source and its type (e.g. 'docker:registry.org/image:tag')
--verify Enable mtree checksum verification (requires images manifests generated with mtree separately)
Expand Down

0 comments on commit a81c51f

Please sign in to comment.