Hi!

        I want to do a new install class in anaconda that skip lilo, partition,
network, package-selection and format. I make a new installClass, and
add to the skipList lilo, partition, network and package-selection. I
only have problem when add partition to the skipList:

Traceback (innermost last):
  File "/usr/sbin/anaconda", line 438, in ?
    intf.run(todo, test = test)
  File "/usr/lib/anaconda/gui.py", line 337, in run
    self.icw.run ()
  File "/usr/lib/anaconda/gui.py", line 679, in run
    mainloop ()
  File
"/var/tmp/gnome-python-1.0.53-root/usr/lib/python1.5/site-packages/gtk.py",
line 2554, in mainloop
    _gtk.gtk_main()
  File
"/var/tmp/gnome-python-1.0.53-root/usr/lib/python1.5/site-packages/gtk.py",
line 125, in __call__
    ret = apply(self.func, a)
  File "/usr/lib/anaconda/gui.py", line 429, in nextClicked
    self.setScreen (self.currentScreen, self.nextClicked)
  File "/usr/lib/anaconda/gui.py", line 464, in setScreen
    direction ()
  File "/usr/lib/anaconda/gui.py", line 429, in nextClicked
    self.setScreen (self.currentScreen, self.nextClicked)
  File "/usr/lib/anaconda/gui.py", line 467, in setScreen
    new_screen = screen.getScreen ()
  File "iw/fdisk_gui.py", line 107, in getScreen
    if not AutoPartitionWindow.manuallyPartitionfdisk.get_active():
AttributeError: manuallyPartitionfdisk

        I want that anaconda doesn't ask how do you want to do the partitions,
just do them automaticaly.

        Thanks,
-- 
        David Suela Fernández
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to