tinkerbell / actions

Suite of Tinkerbell Actions for use in Tinkerbell Workflows
Apache License 2.0
27 stars 42 forks source link

How to install from official ISO image #141

Open bingzhangdai opened 1 year ago

bingzhangdai commented 1 year ago

All the examples given are using image2disk action which utilizes the raw img. I am wondering how I can use the ISO file. I converted the ISO from qemu-img convert, but that does not work as expected. One approach I can figure out is creating a VM and installing from ISO. Then utilize that img file. But that is not very straightforward.