summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove imports we no longer need.Chris Lumens2007-01-222-1/+4
|
* Updated Malay translationarclynx2007-01-211-7/+4
|
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-192-0/+6
| | | | | * anaconda.spec (Requires): We need system-config-keyboard for anaconda to run
* Upgrade is no longer an installclass, either.Chris Lumens2007-01-197-94/+70
|
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-192-2/+5
| | | | | * ui/anaconda.glade: Revert my changes from yesterday since they seem to make the normal case worse. Will investigate some more.
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-192-3/+24
| | | | * bootdisk/x86_64/syslinux.cfg: Update this one too
* Don't print out the method instance.Chris Lumens2007-01-192-1/+2
|
* Fix skipping steps for package selection. Also, support %packages --defaultChris Lumens2007-01-192-22/+37
| | | | | as an explicit way of saying that the install class's default package set should be installed.
* Kickstart is no longer an install class!Chris Lumens2007-01-196-287/+293
|
* We don't always have an ICW, like in kickstart installs.Chris Lumens2007-01-192-3/+23
|
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-192-4/+6
| | | | * scripts/mk-images.x86: Fix sed calls, make sure we remove cruft
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-192-1/+7
| | | | | * anaconda (Anaconda.setBackend): Backends take the method, not the methodstr
* Remove some unused code.Chris Lumens2007-01-191-3/+0
|
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-192-1/+3
| | | | * gui.py (InstallControlWindow.createWidgets): Oops, remove the if 1
* * loader2/net.c (manualNetConfig): Make sure error flags are resetDavid Cantrell2007-01-192-2/+10
| | | | | | when the user is asked to re-enter IP information. Previously, once you triggered the input error, all subsequent tries would be marked as invalid input.
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-192-1/+6
| | | | * scripts/upd-instroot (KEEPFILEGR): Add libthai bits
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-182-1/+10
| | | | * anaconda.spec: Bump version.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-183-5/+7
| | | | | | * xsetup.py (XSetup.writeKS): Don't redefine str * livecd.py (LiveCDCopyBackend._doFilesystemMangling): Fix syntax error
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-182-1/+3
| | | | * livecd.py (LiveCDCopyBackend._doFilesystemMangling): Fix syntax error
* and the changelogJeremy Katz2007-01-181-0/+9
|
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-184-7/+13
| | | | | | | | | * Makefile.inc (M32FLAGS): Make it trivial to do a 32bit build on a 64bit host * wlite/GNUmakefile (CDFLAGS): Use M32FLAGS * isomd5sum/Makefile (CFLAGS): Use -fPIC
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-186-8/+16
| | | | | | | | | | * isys/Makefile (_isys.so): Use LDFLAGS * loader2/Makefile (loader): Likewise. * stubs/Makefile ($(LIBUTF8)): Likewise. * Makefile: Likewise. * isomd5sum/Makefile (CFLAGS): Use common CFLAGS and LDFLAGS; use LDFLAGS everywhere * utils/Makefile: Use common LDFLAGS
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-182-0/+21
| | | | | | | * livecd.py (LiveCDCopyBackend._doFilesystemMangling): Remove mountpoint dirs (LiveCDCopyBackend._doFilesystemMangling): Hack to reset file contexts on copied directory trees. Our copy should do the preserving.
* * gui.py: Tweak various dialog types to work better with a realJeremy Katz2007-01-183-21/+49
| | | | | | window manager; handle the case of a running system at 800x600 where we were a bit too constrained in screen real-estate * ui/anaconda.glade: Tweak required height/width
* * anaconda (doStartupX11Actions): Set a selection if we're usingJeremy Katz2007-01-183-2/+30
| | | | | | mini-wm so that we can tell later * xutils.c (getXatom): Add support for seeing if a selection is set * Makefile (xutils.so): Need gdk for this
* * yuminstall.py (YumBackend.__init__): We actually do want to beJeremy Katz2007-01-181-1/+1
| | | | able to do package selection with the yum backend.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-182-1/+13
| | | | * anaconda.spec: Bump version.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-182-1/+3
| | | | * loader2/method.c (unpackCpioBall): Fix the build
* Don't traceback if there's no ksconfig.Chris Lumens2007-01-182-2/+10
|
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-182-2/+6
| | | | * image.py (findIsoImages): Translate the string
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-1811-19/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * syslogd.py (InstSyslog.start): Ensure that we have a syslogd or don't try to start. Otherwise, we end up hanging things * yuminstall.py (YumBackend.__init__): yum installs can do package selection * livecd.py: Add live CD image copy backend and install method. * installclasses/fedora.py: Handle installclass API changes; allow livecd method * installclass.py (BaseInstallClass.setSteps): Take anaconda instead of dispatch as an argument; use so that the backend upgrade allowing + package selection can work (BaseInstallClass.setDefaultPartitioning): Make it easier to default to no-LVM * kickstart.py (Kickstart.setSteps): Tweak for calling change * upgradeclass.py (InstallClass.setSteps): Likewise. * installclasses/rhel.py (InstallClass.setSteps): Likewise. * anaconda: Pass anaconda to instClass.setSteps; don't depend on the existence of /mnt/runtime/... with x_already_set * backend.py (AnacondaBackend.__init__): Let the backend define whether or not upgrades are supported (AnacondaBackend.doPreInstall): postInstall kills the log, start it in the pre (AnacondaBackend.initLog): Ensure the dir we want to use exists (writeConfiguration): Write instdata before backend bits
* Bring up loopback as well (#191424).Chris Lumens2007-01-182-0/+6
|
* better filename that I hadn't saved after changingJeremy Katz2007-01-181-2/+2
|
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-183-13/+47
| | | | | | | | * scripts/mk-images.x86 (SYSLINUX): Handle doing any of vesamenu with a jpg, using the script to convert to the lss file or just having the lss file. * bootdisk/i386/syslinux.cfg: Add bits so that we can support a menu if desired
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-185-157/+17
| | | | | | | * installclasses/custom.py: Remove obsolete file * installclasses/personal_desktop.py: Likewise. * installclasses/server.py: Likewise. * installclasses/workstation.py: Likewise.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-184-26/+50
| | | | | | | | | | | | * installclasses/fedora.py: Implement getMethod/getBackend * installclasses/rhel.py: Likewise. * anaconda (Anaconda.setMethod): Use installclass to determine method (Anaconda.setBackend): And backend * installclass.py (BaseInstallClass.getMethod): Add a method to parse the method str and return an InstallMethod constructor (BaseInstallClass.getBackend): For backend as well
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-175-4/+36
| | | | | | | | | | | | | | | | | | * iw/progress_gui.py (InstallProgressWindow.completePackage): Quick and dirty way of handling-non rpm installs. This needs to be reworked more completely * timezone.py (Timezone.__init__): Add a default in case the step is skipped * instdata.py (InstallData.write): Ensure that network is written out rather than counting on our backend to do so in its preinstall * fsset.py (FileSystemType.isKernelFS): Add a method to determine if we're an in-kernel pseudo-filesystem (PsudoFileSystem.isKernelFS): And implement it (FileSystemSet.umountFilesystems): Allow unmounting filesystems without turning off swap.
* * loader2/method.c (unpackCpioBall): new function to unpack adlehman2007-01-172-0/+43
| | | | | | | cpio ball into a specified root directory * loader2/method.c (copyUpdatesImg): if the updates can't be mounted try unpacking them as a cpio ball
* - clear memory before using itPeter Jones2007-01-172-1/+5
|
* More stuff we don't need.Chris Lumens2007-01-172-10/+2
|
* Remove unused crud.Chris Lumens2007-01-172-3/+4
|
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-172-34/+38
| | | | | | * fsset.py: Search paths for various executables that we call rather than hard-coding them as being under /usr/sbin since they're more normally under /sbin
* * textw/network_text.py: Reference useIPv4 and useIPv6 from theDavid Cantrell2007-01-172-6/+11
| | | | network device object (Elliot Peele).
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-172-1/+8
| | | | * isys/auditd.c: Don't exit if we're not using SELinux (Elliot Peele)
* Finished setroubleshoot, system-config-printers, system-config-kickstart for ↵zepires2007-01-171-4/+3
| | | | today
* New version.Chris Lumens2007-01-172-2/+16
|
* * yuminstall.py (doPostSelection): remove packages added to solvedlehman2007-01-162-2/+20
| | | | | | | | | | | dependencies if we can't accept the package selection because of limited disk space (#222894) * yuminstall.py (_undoDepInstalls): new method to remove transaction members that are only there because something depends on them * yuminstall.py (doPostSelection): don't pop the depsolver progress meter on ENOSPC since we'll do it in the finally block anyway (#215493)
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-169-623/+635
| | | | | in a CVS commit message so just read the ChangeLog or look at the diff. Most of it is just code reorganization and it's mostly contained in kickstart.py.
* Fix test for NULL (#222767, Zhang Yanmin <yanmin.zhang AT intel.com>).Chris Lumens2007-01-162-1/+6
|
* Don't display the unsupported language message box in non-interactive kickstartChris Lumens2007-01-152-5/+14
| | | | installs (#222096).