Skip to content

example-eikon-alma10-cloud-rootfs

Example Alma 10 cloud image using a rootfs image in an eikon/plan.

The image was downloaded and coverted to rootfs using the following commands.

Text Only
curl -L https://repo.almalinux.org/almalinux/10/cloud/x86_64/images/AlmaLinux-10-GenericCloud-latest.x86_64.qcow2
virt-tar-out -a AlmaLinux-10-GenericCloud-latest.x86_64.qcow2 / - | zstd -o alma10.tar.zst
drpcli files upload alma10.raw.zst as images/eikon/alma10.raw.zst

There is no sha256sum provided for the image. The example uses the latest image which is updated regularly.

Objects that Reference example-eikon-alma10-cloud-rootfs

Not used in current content packs

Objects used by example-eikon-alma10-cloud-rootfs

  • params eikon/plan in field Params as value map[disks:[map[grub_device:true name:disk1 partitions:[map[fs:map[fstype:vfat mount:/boot/efi name:fs1] id:1 name:part1 ptype:fat32 size:1G] map[fs:map[fstype:ext4 mount:/boot name:fs2] id:2 name:part2 ptype:ext4 size:1G] map[fs:map[fstype:ext4 mount:/ name:fs3] id:3 name:part3 ptype:ext4 size:REST]] path:/dev/sda ptable:gpt]] images:[map[type:tar-zst url:{{.ProvisionerURL}}/files/images/eikon/alma10.tar.zst]]]