From Fedora Project Wiki
Line 150: Line 150:
-->
-->


[[Category:ChangeReadyForFesco]]
[[Category:ChangeAcceptedF24]]
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->

Revision as of 12:44, 3 December 2015


Livemedia Creator

Summary

livemedia-creator is a tool that is part of lorax, it has the ability to make livecd's, raw disk images, and to do pxe2live. We plan to use it to make pxe2live for Atomic, the LiveCD's and ARM disk images in fedora.

Owner

Current status

  • Targeted release: Fedora 24
  • Last updated: 2015-12-03
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

We will be adding to koji the the ability to run livemedia-creator in a chroot. We will replace the long legacy tools used to make LiveCD's and ARM disk images, as well as as the ability to deliver pxe2live for atomic. livecd-creator and appliance-creator only support python2 and yum, they have not seen any significant development in years and are increasingly crufty. Using livemedia-creator allows us to use dnf to create the media via anaconda and to ensure that the media is made the same way we install any Fedora system, reducing the code paths and differences in how a system looks based on which tool made it.

Benefit to Fedora

In addition to enabling the creation of pxe2live we will be able to make LiveCD's and ARM disk images in a much better way. Anaconda will be the tool used to do all Fedora installs. we will be removing appliance-tools and livecd-tools that have very crufty code bases and can not be ported to python3 due to their reliance on yum.


Scope

  • Proposal owners:
    • add livemedia-creator support to koji
    • add support to pungi to create media using livemedia-creator
  • Other developers: port spin-kickstarts to work with livemedia-creator
  • Release engineering: communicate the changes and work with spins owners to assist in kickstart porting
  • Policies and guidelines: We will be writing and/or updating docs on how to write kickstarts for Spins
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

We need to communicate this change to people doing remixes and rebuilds of Fedora media that will be created by livemedia-creator as they will need to make changes to their kickstarts and processes to use the new tooling.

How To Test

TODO: Document how to run livemedia-creator to make the different types of media

User Experience

There should be no differences in user experience from the old tools

Dependencies

livemedia-creator exists today, we need to have the koji and pungi integration done.

Contingency Plan

  • Contingency mechanism: Continue to use livecd-tools and appliance-tools for making the media
  • Contingency deadline: Alpha Change freeze
  • Blocks release? Yes
  • Blocks product? All

Documentation

http://lorax.readthedocs.org/en/latest/livemedia-creator.html

TODO: write fedora specifc docs, specifically on writing kickstarts

Release Notes