You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
Longer term we will want a more complete OS installer that can do tasks like setup RAID/LVM, user accounts, etc. that people typically expect from a Linux distro. Sorter term all we've got is what coreos-cloudinit can do but just writing a image to disk and injecting the config is overly painful because the coreos-install script is so flaky. Issues include:
Failures not clearly reported, if at all.
Race condition between script and udev can prevent the partition scan from working correctly.
No sane way to evolve coreos-install into the installer we want some day.
So we need a new tool, written in a real language, with some special care to report errors clearly and recover from transient issues.
The text was updated successfully, but these errors were encountered:
I don't think this is a priority anymore. coreos-install has been largely stabilized and with the introduction of Ignition, we have the ability to do all of the things mentioned above.
Longer term we will want a more complete OS installer that can do tasks like setup RAID/LVM, user accounts, etc. that people typically expect from a Linux distro. Sorter term all we've got is what
coreos-cloudinit
can do but just writing a image to disk and injecting the config is overly painful because thecoreos-install
script is so flaky. Issues include:coreos-install
into the installer we want some day.So we need a new tool, written in a real language, with some special care to report errors clearly and recover from transient issues.
The text was updated successfully, but these errors were encountered: