From df1fabd2b3a64bfa6ff3cc33decc02d3c758ad3d Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 27 May 2015 16:43:07 -0700 Subject: [PATCH] ROADMAP: updates from today's meeting --- ROADMAP.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index adef772916..f95fa1bc6a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -16,11 +16,14 @@ their individual roadmaps: - Prototype providing trusted user configuration via UEFI variables and integrate with ignition. - Complete initial automated test framework, kola. + - Add kola to release process to verify builds. - Support using the SDK as a stand-alone container. - Primary motivation is easier deployment of CI systems for the OS. - Secondary motivation is to support using the SDK on CoreOS itself. - Requires running `repo init` *after* entering the SDK. - Should support using loop devices without needing udev. + - Begin development of an Omaha updater for rkt containers. + - Use in `amd64-rkt` to update OEM containers. - Begin development on a new minimal image type, `amd64-rkt`. - Includes only what is required to provision a machine via ignition and launch rkt containers. Rest of user space lives in containers. @@ -33,3 +36,8 @@ their individual roadmaps: continue under the name *CoreOS Classic*. - Initial ARM64 port. - Should be able to boot a basic image in QEMU and on hardware. + - Add support for our gptprio boot scheme to systemd: + - systemd-nspawn can boot CoreOS disk images as a container. + - bootctl or similar tool can select between partitions. + - coreos-setgoodroot converted to a new tool and stand-alone service. + - Optional: support gptprio in systemd's UEFI bootloader.