Hey, first of all, this is a great tool, thank you for your work.
I have managed to boot Ubuntu Focal using the 'quick' command, which takes me to the setup wizard - all good.
I would like however to use the kernel flags discussed in this article to have it autoinstall using cloud-init.
I tried using the following, assuming the user config yaml file was in the 'root' directory where i ran the pixiecore executable.
--cmdline='ip=dhcp autoinstall ds="nocloud-net;s=http://192.168.70.193/" root=/dev/ram0 cloud-config-url=/dev/null'
I expected the file could be served from the webserver pixiecore is running but I suspect that is where I am not understanding it correctly.
Wonder if there is any advice on how to do this using just pixiecore and not setting up a separate TFTP/HTTP server.
Hey, first of all, this is a great tool, thank you for your work.
I have managed to boot Ubuntu Focal using the 'quick' command, which takes me to the setup wizard - all good.
I would like however to use the kernel flags discussed in this article to have it autoinstall using cloud-init.
I tried using the following, assuming the user config yaml file was in the 'root' directory where i ran the pixiecore executable.
--cmdline='ip=dhcp autoinstall ds="nocloud-net;s=http://192.168.70.193/" root=/dev/ram0 cloud-config-url=/dev/null'I expected the file could be served from the webserver pixiecore is running but I suspect that is where I am not understanding it correctly.
Wonder if there is any advice on how to do this using just pixiecore and not setting up a separate TFTP/HTTP server.