search for: skipstep

Displaying 3 results from an estimated 3 matches for "skipstep".

2008 Apr 24
2
Kickstart network settings problem -SOLVED
...like me you have never had to mess with the stage2.img file to fix installations issues, below shows what is required. cd ~ wget http://yourwebserver/centos5-dvd/images/stage2.img mkdir tmp mount -t squashfs -o loop stage2.img ./tmp cd tmp vi ./usr/lib/anaconda/kickstart.py # comment out dispatch.skipStep("network") at around line 876 or use Ray's patch. mkdir ../new-stage2 tar cf - . | ( cd ../new-stage2/ ; tar xf - . ) cd .. yum -y install squashfs-tools mksquashfs ./new-stage2/ stage2.img.new Now replace the stage2.img file on the web server with the stage2.img.new file, renamed to...
2007 Jun 22
0
Problem Installing On ASUS P5VD2-VM Motherboard
....setInstallData(id) -- File "/tmp/product/installclasses/smeinstallclass.py", line 297, in setInstallData -- self.setDefaultPartitioning( id.partitions, doClear=0) -- File "/tmp/product/installclasses/smeinstallclass.py", line 262, in setDefaultPartitioning -- dispatch.skipStep("partition", skip=0) NameError: global name 'dispatch' is not defined install exited abnormally sending termination signals ... Done sending kill signals ... Done disabling swap ... Done unmounting file system /mnt/runtime disabling /deve/loop0 /proc/bus/usb /p...
2008 Aug 21
0
kickstart error on 5.2 exception
...w.remainingTimeLabel: <gtk.Label object (GtkLabel) at 0xec6cfa0> intf.icw: Already dumped intf.runres: 800x600 intf.anaconda: Already dumped rescue: False updateSrc: None methodstr: cdrom://hdc:/mnt/source dispatch: Dispatcher instance, containing members: dispatch.step: 37 dispatch.skipSteps: {'upgrademigfind': 1, 'accounts': 1, 'keyboard': 2, 'timezone': 1, 'confirminstall': 1, 'bootloader': 2, 'addswap': 1, 'network': 1, 'upgrademigratefs': 1, 'parttype': 1, 'confirmupgrade': 1, 'welcome'...