-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SUSE's MicroOS #1456
Comments
I'm currently trying to make it work but unfortunately it seems the However I'm able to ssh into the VM properly. It seems the The configuration file I've used is this one:
I think this is related to #1372 as well. |
I think on CoreOS /mnt is a symlink to /var/mnt, but in general I think Lima needs some modifications in order to support read-only systems... Currently there is alpine-lima, which uses a read-write but temporary filesystem (a.k.a. "LiveCD") Even if it is able to find the scripts, I think that they will still fail when they try for instance to install packages (due to the filesystem being read-only). To actually support them (CoreOS/MicroOS), it needs to install on passive partition and reboot. Where does OpenSUSE expect to find the configdrive ? At least the label seems to be the same, always something.
https://en.opensuse.org/Portal:MicroOS/cloud-init EDIT: Just a temporary location, enough to get
|
I've tried a quick & dirty workaround which is ssh into the VM, edit the |
Ultimately it might need lima-flatcar and lima-microos images, with all the required configuration and packages already done. But they are still annoying to use, with random reboots and "everything" being read-only... |
Made some ignition hacks in PR #1653 for Fedora, not sure if they would also work on openSUSE ? The package installation is skipped altogether, and (some of) the boot scripts were "ported" to yaml |
Haven't heard anything, so I don't think there is much interest in running immutable OS in Lima |
It claims to have cloud-init support now, https://en.opensuse.org/Portal:MicroOS#Cloud-Init_Based_Configuration Haven't tried if the other changes (done for Fedora and Container Linux) was enough, to also work with MicroOS? The
|
Description
https://en.opensuse.org/Portal:MicroOS
The text was updated successfully, but these errors were encountered: