From Fedora Project Wiki
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''NOTE:''' Really, there's only one usable path through the new UI right now.  You can do any package selections you want, but you can only do autopartitioningIt should obey your disk selections, but may only work if those disks don't have any partitions (or, it may only work by first removing partitions)So I'd be careful for now.
'''NOTE:''' Be careful when it comes to using this on systems you care aboutWe're just starting to have good partitioning code, but there are bound to be some bugs around which disks get used and which partitions get wiped and the likeTread carefully.


As of the git "newui" branch of anaconda on April 24, 2012 the following things should work:
As of the git "newui" branch of anaconda on July 18, 2012 the following things should work:


* Welcome Spoke:
* Welcome Spoke:
Line 8: Line 8:
* Network Spoke:
* Network Spoke:
** Everything.
** Everything.
** (note:  may not obey input kickstart file)


* Summary Hub:
* Summary Hub:
Line 32: Line 33:
* Network Configuration Spoke:
* Network Configuration Spoke:
** Everything.
** Everything.
** (note: may not obey input kickstart file)


* Software Selection Spoke:
* Software Selection Spoke:
Line 39: Line 41:
** Continue button should pop up one of three dialogs, depending upon what's already installed on your selected disks.
** Continue button should pop up one of three dialogs, depending upon what's already installed on your selected disks.
** Detected disks should be shown in Local Standard Disks pane.
** Detected disks should be shown in Local Standard Disks pane.
** Review checkbox takes you to the manual partitioning screen, but you can't do anything there.
** Review checkbox takes you to the manual partitioning screen, but you can't do anything useful there.
** Shopping cart button in bottom left should be sensitive only if any disks are selected.
** Shopping cart button in bottom left should be sensitive only if any disks are selected.


* Manual Partitioning:
* Manual Partitioning:
** Adding basic partitions.
** Back takes you back to Installation Destination Spoke.
** Back takes you back to Installation Destination Spoke.
** Clicking the autopart button causes a new installation entry to be generated with autopart settings.
** The delete button works and asks for confirmation of on-disk filesystems.
** Existing installations are detected and get their own entries on the left hand side.


* Personalization (progress) Hub:
* Personalization (progress) Hub:
** Progress reporting for partitioning.
** Progress reporting for partitioning and package installation.
** Install actually works.


* In General:
* In General:
** Keyboard navigation (tab, alt-whatever, etc.).
** Keyboard navigation (tab, alt-whatever, etc.).
** Kickstart installs more or less work, though custom partitioning isn't there yet.
** Spokes should remember what was entered if you go back and forth.
** Spokes should remember what was entered if you go back and forth.
** Unhandled exceptions kill the UI but leave you sitting at tty1 looking at the traceback.
** Unhandled exceptions kill the UI but leave you sitting at tty1 looking at the traceback.


[[Category:Anaconda]]
[[Category:Anaconda]]

Revision as of 19:03, 18 July 2012

NOTE: Be careful when it comes to using this on systems you care about. We're just starting to have good partitioning code, but there are bound to be some bugs around which disks get used and which partitions get wiped and the like. Tread carefully.

As of the git "newui" branch of anaconda on July 18, 2012 the following things should work:

  • Welcome Spoke:
    • Everything.
  • Network Spoke:
    • Everything.
    • (note: may not obey input kickstart file)
  • Summary Hub:
    • Not allowing you to continue until all icons have been removed.
    • Removing /!\ icons when a spoke has been visited and completed.
    • Removing the info bar at the bottom when all icons have been removed.
    • Selecting all spokes.
    • Status on incomplete spokes reflects what's being waited upon.
    • The storage and source spokes are greyed out until storage scanning is done.
    • The software spoke is greyed out until installation source is done.
  • Date & Time Spoke:
    • Everything.
  • Keyboard Spoke:
    • All buttons below the list of layouts.
  • Installation Source Spoke:
    • If you're booting from a DVD, you should get the option to install from it.
    • Media check.
    • Reporting entered source back to the hub.
    • Selecting various network sources changes the widgets available.
  • Network Configuration Spoke:
    • Everything.
    • (note: may not obey input kickstart file)
  • Software Selection Spoke:
    • Everything except custom add-on button.
  • Installation Destination Spoke:
    • Continue button should pop up one of three dialogs, depending upon what's already installed on your selected disks.
    • Detected disks should be shown in Local Standard Disks pane.
    • Review checkbox takes you to the manual partitioning screen, but you can't do anything useful there.
    • Shopping cart button in bottom left should be sensitive only if any disks are selected.
  • Manual Partitioning:
    • Adding basic partitions.
    • Back takes you back to Installation Destination Spoke.
    • Clicking the autopart button causes a new installation entry to be generated with autopart settings.
    • The delete button works and asks for confirmation of on-disk filesystems.
    • Existing installations are detected and get their own entries on the left hand side.
  • Personalization (progress) Hub:
    • Progress reporting for partitioning and package installation.
    • Install actually works.
  • In General:
    • Keyboard navigation (tab, alt-whatever, etc.).
    • Kickstart installs more or less work, though custom partitioning isn't there yet.
    • Spokes should remember what was entered if you go back and forth.
    • Unhandled exceptions kill the UI but leave you sitting at tty1 looking at the traceback.