2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-11-22 07:46:25 +00:00

docs: update cli and README

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2023-09-11 18:51:09 +02:00
parent fb3ee62962
commit d4c3476031
Signed by: adphi
GPG Key ID: F2159213400E50AB
3 changed files with 7 additions and 1 deletions

View File

@ -57,9 +57,11 @@ Obviously, **Distroless** images are not supported.
- udev - udev
- parted - parted
- e2fsprogs - e2fsprogs
- dosfstools (when using fat32)
- mount - mount
- tar - tar
- extlinux - extlinux (when using syslinux)
- grub2 (when using grub)
- qemu-utils - qemu-utils
- cryptsetup (when using LUKS) - cryptsetup (when using LUKS)
- [QEMU](https://www.qemu.org/download/#linux) (optional) - [QEMU](https://www.qemu.org/download/#linux) (optional)
@ -157,6 +159,7 @@ Usage:
Flags: Flags:
--append-to-cmdline string Extra kernel cmdline arguments to append to the generated one --append-to-cmdline string Extra kernel cmdline arguments to append to the generated one
--boot-fs string Filesystem to use for the boot partition, ext4 or fat32
--boot-size uint Size of the boot partition in MB (default 100) --boot-size uint Size of the boot partition in MB (default 100)
--bootloader string Bootloader to use: syslinux, grub (default "syslinux") --bootloader string Bootloader to use: syslinux, grub (default "syslinux")
--force Override output qcow2 image --force Override output qcow2 image
@ -313,6 +316,7 @@ Usage:
Flags: Flags:
--append-to-cmdline string Extra kernel cmdline arguments to append to the generated one --append-to-cmdline string Extra kernel cmdline arguments to append to the generated one
--boot-fs string Filesystem to use for the boot partition, ext4 or fat32
--boot-size uint Size of the boot partition in MB (default 100) --boot-size uint Size of the boot partition in MB (default 100)
--bootloader string Bootloader to use: syslinux, grub (default "syslinux") --bootloader string Bootloader to use: syslinux, grub (default "syslinux")
--build-arg stringArray Set build-time variables --build-arg stringArray Set build-time variables

View File

@ -10,6 +10,7 @@ d2vm build [context directory] [flags]
``` ```
--append-to-cmdline string Extra kernel cmdline arguments to append to the generated one --append-to-cmdline string Extra kernel cmdline arguments to append to the generated one
--boot-fs string Filesystem to use for the boot partition, ext4 or fat32
--boot-size uint Size of the boot partition in MB (default 100) --boot-size uint Size of the boot partition in MB (default 100)
--bootloader string Bootloader to use: syslinux, grub (default "syslinux") --bootloader string Bootloader to use: syslinux, grub (default "syslinux")
--build-arg stringArray Set build-time variables --build-arg stringArray Set build-time variables

View File

@ -10,6 +10,7 @@ d2vm convert [docker image] [flags]
``` ```
--append-to-cmdline string Extra kernel cmdline arguments to append to the generated one --append-to-cmdline string Extra kernel cmdline arguments to append to the generated one
--boot-fs string Filesystem to use for the boot partition, ext4 or fat32
--boot-size uint Size of the boot partition in MB (default 100) --boot-size uint Size of the boot partition in MB (default 100)
--bootloader string Bootloader to use: syslinux, grub (default "syslinux") --bootloader string Bootloader to use: syslinux, grub (default "syslinux")
--force Override output qcow2 image --force Override output qcow2 image