Replies: 1 comment 1 reply
|
In the grub menu, when you boot the ISO, just select the "manual install" option. That should drop you into a shell. You can do a |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have a kairos ubuntu image (kairos-ubuntu-24.04-standard-amd64-generic-v3.6.0-k3sv1.33.5+k3s1.iso) and I am adding a config.yaml and a python script into the iso using xorriso. Due to some limitation I am not able to use auroraboot to inject these. I have verified that the config.yaml and the script are successfully getting inserted into the iso image.
In the kairos-install.pre stage, I want to run the python script but I am not able to locate where my script is in the runtime environment. I tried following places without luck:
Is there a way to launch a shell and investigate while in one of the kairos stages?
Can someone please share the right path where the iso is mounted after boot?
All reactions