UbuntuExpress

Revision 8 as of 2005-04-23 02:50:17

Clear message

Title

Status

Introduction

Create an Ubuntu installation system which runs within the Ubuntu live CD environment and works by copying and customizing the live CD filesystem rather than installing packages

Rationale

Scope and Use Cases

  • Reuse existing installer components for configuration
  • Ask all questions at the very beginning of the process
  • Display one big progress bar for the rest of the process

Implementation Plan

Data Preservation and Migration

Packages Affected

User Interface Requirements

Outstanding Issues

UDU BOF Agenda

  • How to refactor existing installer components to allow them to be used in the live environment
  • Custom components needed
    • Graphical partitioner
  • User interface
    • GNOMEish frontend (but allow for KDEish frontend as well)
  • Limitations
    • Can't be used for upgrades
    • Can't easily be used for server installations (especially not via serial console)
    • Specialized for the common case desktop installation

UDU Pre-Work

  • Check out knoppix-installer

Thoughts/Suggestions

  • Could be 2 way to do that:
    1. Install after the user test the distro
    2. Install without test the distro (kind of clone with post configuring)
  • Install after the user test the distro:

    • in this case is it really useful to ask some questions before to test or just before to install (after test)?
    • the user could like to change some information for the instalation after test well the CD.
  • Install without test the distro:

    • Some user could like to make a fast installation almost with no question and without try before the distro.
    • it's possible not to start the distribution but to start the copy and postconfiguring. We just need to skip the step where the distro is started, ask the rest of the information from the d-i, and copy and so on.
    • with this option we have no any more the limitations of the only-desktop system or for server installations