example-eikon-minimal-rootfs¶
Example minimal rootfs deployment using auto-generated partition layout.
Deploy a rootfs tarball image with minimal params. No eikon/plan is required. The template auto-generates a partition layout based on detected-bios-mode:
UEFI: GPT | 1G vfat /boot/efi | 1G ext4 /boot | REST ext4 / BIOS/legacy: MBR | 1G ext4 /boot (bootable) | REST ext4 /
Required params: eikon/install-dev — target disk path (e.g. /dev/sda) eikon/image-url — HTTP/HTTPS URL to the rootfs tarball eikon/image-type — tarball format: tgz, tar-zst, txz, tbz, tar (tar-zst recommended: faster and smaller than gzip)
Optional: eikon/image-checksum — SHA256 checksum of the image file
This profile uses a placeholder URL. Replace eikon/image-url and eikon/image-type with values appropriate for your image before use.
To convert a qcow2 cloud image to a rootfs tarball: virt-tar-out -a image.qcow2 / - | zstd -o image.tar.zst drpcli files upload image.tar.zst as images/eikon/image.tar.zst
Objects that Reference example-eikon-minimal-rootfs¶
Not used in current content packs
Objects used by example-eikon-minimal-rootfs¶
- params eikon/image-type in field Params as value tar-zst
- params eikon/image-url in field Params as value http://CHANGEME/files/images/eikon/image.tar.zst
- params eikon/install-dev in field Params as value /dev/sda