From Fedora Project Wiki
Line 39: Line 39:
* 858996 - copy the ifcfg-eth0 file (cp /etc/sysconfig/network-scripts/ifcfg-eth0 /mnt/sysimage/etc/sysconfig/network-scripts/ifcfg-eth0)
* 858996 - copy the ifcfg-eth0 file (cp /etc/sysconfig/network-scripts/ifcfg-eth0 /mnt/sysimage/etc/sysconfig/network-scripts/ifcfg-eth0)
* set root's password manually (chroot /mnt/sysimage; passwd root)
* set root's password manually (chroot /mnt/sysimage; passwd root)
Better workaround for bug 857940
* add "updates=http://dlehman.fedorapeople.org/updates/updates-857940.1.img" to your parameters file
* run "rm /tmp/updates" in root's session before logging in as install (bug [https://bugzilla.redhat.com/show_bug.cgi?id=859984 859984])


== general anaconda/lorax/pungi/... issues ==
== general anaconda/lorax/pungi/... issues ==
* pungi
* pungi

Revision as of 15:19, 24 September 2012

Release Notes

Developer information

Global info

Image composes are run on F-18 with

  • pungi-2.11-3.fc18.dh.1
  • lorax-18.14-1.fc18
  • lorax-18.17-1.fc18 (>= 20120903)
  • lorax-18.19-1.fc18 (>= 20120916)

The test composes are available from [1]

issues found in F-18 Alpha 20120823

using anaconda-18.6.1-1.fc18

Installation status: FAIL

  • network not set up, install.img can't be downloaded

issues found in F-18 Alpha 20120903

using anaconda-18.6.5-1.fc18

Installation status: unknown

  • none yet

issues found in F-18 Alpha 20120917

using anaconda-18.8-1.fc18

Installation status: FAIL

  • bug 857940 - AttributeError: 'ZIPL' object has no attribute 'storage' - we have a fix that works, waiting for upstream acceptance, the network configuration and root login issues depend on successful run of anaconda

Boot status: OK, but errors limit functionality

  • bug 858996 - no network after installation - ifcfg-eth0 is missing
  • root can't login on console or over network - the root account looks blocked although the password was set in anaconda dialog
  • traceback when not using the fully automated mode for storage configuration

The workarounds are to do some manual steps at the end of the installation

  • log as root over the network to the system
  • 857940 - run zipl manually (chroot /mnt/sysimage; zipl -V) - most likely not needed
  • 858996 - copy the ifcfg-eth0 file (cp /etc/sysconfig/network-scripts/ifcfg-eth0 /mnt/sysimage/etc/sysconfig/network-scripts/ifcfg-eth0)
  • set root's password manually (chroot /mnt/sysimage; passwd root)

Better workaround for bug 857940

general anaconda/lorax/pungi/... issues

  • pungi