forked from coreos/coreos-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For openshift/enhancements#210 I think we will need at least some transitional period where RHCOS ships both. Even ignoring customers, the way our CI works strongly encourages "ratcheting" changes in a compatible way, i.e.: - Introduce new thing, ship it - Port consumers to new thing - Remove old thing And honestly I think this is a good model, because it forces us to experience some of the pain that customers might feel here. The basic idea here is: - Install as `/usr/libexec/coreos-installer.legacy` so there's no chance of conflict with the real one - Test for the presence of the "stamp file' we drop in our legacy initramfs so we know to defer to the real root's coreos-installer; see coreos/coreos-assembler#1389
- Loading branch information
Showing
4 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters