Commit Graph

751 Commits

Author SHA1 Message Date
Jeremy Katz
b98fa88980 * Mon Mar 17 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.54-1
- Translation updates (de, fi, it, gu, ta, pa)
- Fix a typo. (clumens)
- Fix the build. (clumens)
- Make sure we return the same kind of exception in all cases. (clumens)
- Filter so we don't show LVM and RAID components when adding
  boot entry (#437501) (katzj)
- Only print the filename we're fetching, as newt doesn't like
  long names. (clumens)
- Fix off by one error reading .buildstamp (pjones)
- Use the right path when trying to fetch .discinfo. (clumens)
- Don't prepend /dev/ onto nfs devices.  Also log mount
  errors to tty5. (pjones)
2008-03-17 23:45:18 +00:00
Jeremy Katz
9fe9d82c89 * Sun Mar 16 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.53-1
- Update translations (pl, de)
- Use i586 kernel (#437641) (katzj)
- Give indication of success or failure for mediacheck (#437577) (katzj)
- Ensure the UUID for the rootfs is random and not the same for every
  live image (katzj)
- Make migration from ext3 -> ext4 saner on upgrade (#437567) (katzj)
- Force filesystem mount options on /boot/efi . (pjones)
- On HDISO installs, look for the stage2.img file in the right
  directory. (clumens)
- Accept devices with or without a leading /dev/. (clumens)
- .buildstamp no longer contains productPath, so change
  the default (#437509). (clumens)
- Remove references to an uninitialized variable. (clumens)
- Use shortname=winnt instead of shortname=win95 when
  mounting /boot/efi (pjones)
- Do not strip leading or trailing whiltespace from
  passphrases. (#437499) (dlehman)
- Set methodstr for nfsiso installs (#437541). (clumens)
- Create and check /boot/efi correctly, and use preexisting
  one if available. (pjones)
- Handle /boot/efi and /boot both as bootrequests (pjones)
- Emit "efi" as /boot/efi's filesystem type (pjones)
- Add EFI handling to the bootloader setup choices. (pjones)
- Add efi to the ignoreable filesystem list. (pjones)
- Add EFIFileSystem, and getMountName() to hide that it's really vfat. (pjones)
- Add isEfiSystemPartition(), and use it where appropriate (pjones)
- Call getAutoPartitionBoot with our partition list as an arg. (pjones)
- Don't show the epoch in package selection either (#437502). (clumens)
- Fix some errors on reporting which files are being downloaded. (clumens)
- Revert "Handle /boot and /boot/efi separately, plus fixes" (pjones)
- Handle /boot and /boot/efi separately, plus fixes (pjones)
- Get rid of unused >1024 cylindar check, fix text of boot
  check exceptions. (pjones)
- Make bootRequestCheck() check /each/ boot partition like it's
  supposed to, (pjones)
- Fix shell quoting on numbers > 9, and fix an error message. (pjones)
- Don't show the epoch in the progress bar (#437502). (clumens)
- Include efibootmgr in the instroot (pjones)
2008-03-17 01:41:31 +00:00
Christopher Edward Lumens
bbaed58a5f New version. 2008-03-14 02:25:46 +00:00
Jeremy Katz
03ed3066fd * Wed Mar 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.51-1
- yum.remove removes installed packages, not to be installed
  packages (#436226) (katzj)
- Make the /tmp/updates vs RHupdates code at least a little readable. (pjones)
- Allow vfat update images. (pjones)
- Fix syntax error (pjones)
- Add a progress bar for when we're downloading headers (#186789). (clumens)
- mount will set up the loopback device if we let it. (clumens)
- Fix mounting problems with NFSISO images. (clumens)
- Simplify the logic for the upgrade arch check (katzj)
- Add a fallback method for determining the architecture of installed
  system during an upgrade (#430115) (msivak)
- Avoid a traceback (#436826) (katzj)
- Make sure host lookups work for manual net config (#435574). (dcantrell)
2008-03-13 00:42:18 +00:00
Jeremy Katz
6249ae1e78 * Tue Mar 11 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.50-1
- Focus root password entry box (#436885). (dcantrell)
- Make sure default is SHA-512 for libuser.conf. (dcantrell)
- Fix detection of ISO images on a hard drive partition. (clumens)
- Devices names aren't prefixed with /dev/. (clumens)
- Filter out /dev/ram* devices from the list of hdiso partitions. (clumens)
- But make sure that we've activated the keymap now that X
  follows its defaults (katzj)
- Don't set a keyboard in the X config, we should just do this
  at runtime (katzj)
- Writing out the nfs method line is a lot simpler now. (clumens)
- Use /mnt/sysimage/tmp/cache for the yum cache, instead of the
  ramdisk. (clumens)
- Translation updates (nl, gu, ml, mr, pa)
2008-03-12 03:34:57 +00:00
Christopher Edward Lumens
307e63efe8 New version. 2008-03-10 23:20:10 +00:00
Jeremy Katz
7509b51ddf * Thu Mar 06 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.48-1
- Don't use the bits from $UPDATES unless $UPDATES exists (katzj)
- Fix horkage with busybox stuff.  There's now start-stop-daemon (katzj)
- Require new enough version of yum-utils (katzj)
- Pass the --archlist option to yumdownloader (jkeating)
- Update pt_BR translation
2008-03-07 00:28:44 +00:00
Jeremy Katz
11609571d6 * Wed Mar 05 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.47-1
- Fix the build again (katzj)
2008-03-06 01:59:31 +00:00
Jeremy Katz
8cee8bd9b8 * Wed Mar 05 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.46-1
- Don't require some things which we fall back gracefully when not there (katzj)
- Check for filesystem utilities to see if a filesystem is supported (katzj)
- Write out keyboard settings before installing packages. (related
  to #429358) (dlehman)
- Update pl translation
- Make sure http:// or ftp:// is specified (#436089) (katzj)
- Fix segfault when port is specified (#435219) (katzj)
- Use ntfsresize -m to get minimum size (#431124) (katzj)
- Use the right path to the .discinfo file when validating a tree. (clumens)
2008-03-06 01:47:34 +00:00
Jeremy Katz
2fe89e07f7 * Tue Mar 04 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.45-1
- Fix the build.
2008-03-05 03:20:49 +00:00
Jeremy Katz
fa8e27de59 * Tue Mar 04 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.44-1
- Add --archlist to repoquery call. (jkeating)
- Translation updates (pl, nl, ja)
- Handle efibootmgr and grub.efi in upd-instroot. (pjones)
- Merge in branch to implement stage2= parameter. (clumens)
- Revert the memtest86 bits for EFI, since this gets run on multiple arches. (pjones)
- Use iutil.isEfi() instead of testing for ia64-ness. (pjones)
- Only do gptsync if we're not using EFI. (pjones)
- Don't do gptsync if we're using EFI. (pjones)
- Use gpt on all efi platforms. (pjones)
- Rework isEfi() to be slightly more conservative. (pjones)
- Test for using efi rather than arch==ia64 (pjones)
- Don't copy memtest86 in on EFI since it won't work. (pjones)
- Add comment regarding usage of elilo (pjones)
- Free some variables so we can http GET twice if needed. (clumens)
- Change the method config prompts. (clumens)
- Support stage2= for CD installs in loader. (clumens)
- Support stage2= for HD installs. (clumens)
- Support stage2= for NFS installs. (clumens)
- Support stage2= for URL installs. (clumens)
- Update the method string handling for NFS and URL installs. (clumens)
- mountStage2 now needs to take an extra argument for updates. (clumens)
- If stage2= is given, it overrides the check for a CD stage2 image. (clumens)
- Support the stage2= parameter, and add a flag for it. (clumens)
2008-03-05 02:56:22 +00:00
Jeremy Katz
b89ff9aa91 * Mon Mar 03 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.43-1
- Only use UUID= for devices we would have labeled.  Related to #435228 (katzj)
- If we don't find a kernel package, then give a better error (katzj)
- Translation updates (cs, de)
2008-03-04 04:45:39 +00:00
Jeremy Katz
f04096fb20 * Sun Mar 02 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.42-1
- Fix a traceback when we have an error.  Related to #433658 (katzj)
- Add virtio_pci in hopes of getting virtio working (katzj)
- Pull in the bits of pirut that we use so that we don't depend on pirut (katzj)
- Default to RAID1 instead of RAID0 (#435579) (katzj)
- Refresh po (katzj)
- Fix traceback leaving task selection screen (#435556) (katzj)
- More ext4 vs ext4dev nonsense.  (#435517) (katzj)
- Fix reverse name lookup. (pjones)
2008-03-02 22:18:17 +00:00
Jeremy Katz
e1bbd3e4ba * Thu Feb 28 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.41-1
- Don't write out /etc/rpm/platform anymore. (katzj)
- anaconda-runtime now needs yum-utils (katzj)
- Add 'testiso' target (katzj)
- Remove rescue cd creation scripts (katzj)
- Take --updates with location of additional updates beyond the package
  set used (katzj)
- Change the ISOs we build (katzj)
- Take advantage of yum repos being available (katzj)
- Allow recovery from some missing repodata conditions. (clumens)
- Rework the repo editor screen to be more modular. (clumens)
- Move doPostImages to be run after the second stage build (katzj)
- Ensure that group info for txmbrs is accurate after we reset (katzj)
- Fix backwards logic for yum verbosity (katzj)
- No more arc (#435175) (katzj)
- Remove an unused method. (clumens)
2008-02-28 22:56:08 +00:00
Jeremy Katz
f2ca4e52ab * Tue Feb 26 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.40-1
- Use non-deprecated HAL properties. (notting)
- More crud to deal with the fact that rawhide trees are composed weird (katzj)
- Gtk does not have the error type, use custom with proper
  icons. (#224636) (msivak)
2008-02-27 03:31:12 +00:00
Jeremy Katz
cc7f9fef52 * Mon Feb 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.39-1
- Fix up symlinks that could be broken with our movement here (#434882) (wwoods)
- pvops xen uses hvc as its console (#434763) (katzj)
- Follow symlinks when looking for the anaconda-runtime package. (jkeating)
2008-02-26 03:18:54 +00:00
Jeremy Katz
8990b3b2a7 * Sun Feb 24 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.38-1
- Write out UUID in the fstab (#364441) (katzj)
- Add support for getting UUID using libblkid (katzj)
- Fix calculation of sizes of LVs when resizing (#433024) (katzj)
- Add back some bits for text mode (katzj)
- Remove advanced bootloader bits (katzj)
- Add support for actually changing where the boot loader gets
  installed as well (katzj)
- Less text. (katzj)
- Reorder things a little, clean up spacing (katzj)
- Use a tooltip instead of a long bit of text that most people
  don't read (katzj)
- Remove advanced checkbox (katzj)
- Switch the grub installation radio to be a checkbutton.  Cleanups for
  grub only (katzj)
- Lets redirect to /dev/null to ensure that what we get in DIR is the
  result of pwd. (jgranado)
- Catch the error emmited by lvm tools during logical volume
  creation process (#224636). (msivak)
- Don't try to lock /etc/mtab, fix error detection when mount fails. (clumens)
- Don't append (null) to the NFS mount options. (clumens)
- There's no need to wait if the last download retry failed. (clumens)
- the '-o' is appended to the mount command in imount.c (jgranado)
- Use full path to device for mount in findExistingRootPartitions. (dlehman)
- Map preexisting encrypted devs before mounting everything
  in mountRootPartition. (dlehman)
- Fix traceback on test mount in findExistingRootPartitions. (dlehman)
- Use SHA-512 by default for password encryption. (dcantrell)
- Clean up root password user interfaces. (dcantrell)
2008-02-24 21:22:20 +00:00
Christopher Edward Lumens
03730e1efd New version. 2008-02-19 22:56:20 +00:00
David Cantrell
c17fe0d4a3 * Thu Feb 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.36-1
- Fix up firmware inclusion.  This didn't actually ever work. (katzj)
- Fix up the groff related stuff for man pages to be done in the correct
  place (katzj)
- remove yumcache (katzj)
- Don't do fixmtimes anymore (katzj)
- Don't compress translations (katzj)
- Don't manually duplicate things from package %post scripts (katzj)
- Remove some unused options (--discs and --buildinstdir) (katzj)
- Keep /etc/nsswitch.conf and /etc/shells (katzj)
- Stop forcing passive mode for FTP by patching urllib (katzj)
- We don't use timezones.gz anymore anywhere (katzj)
- We shouldn't need to remove files that are only in -devel packages (katzj)
- Remove some obsolete files from the list to clean up noise in the
  output (katzj)
- We want nss bits on all arches these days (katzj)
- Just use default /etc/nsswitch.conf and /etc/shells (katzj)
- alpha should have translations probably (katzj)
- Remove some things that aren't used anymore (katzj)
- Don't run pkgorder as a part of buildinstall anymore (katzj)
- Remove duplicate file from the file lists (katzj)
- Don't use the static versions of these anymore as they're likely to go
  away (katzj)
- Remove weird s390 hack that shouldn't be needed any more (katzj)
- Make makebootfat less noisy (katzj)
- Get rid of dangling fobpath stuff; now that we're not mounting to
  create (katzj)
- Ignore .bak files created by glade (katzj)
- Get rid of duplication for yaboot stuff to make scripts less noisy (katzj)
- Correct internationalization of exception handler text (msw)
- More fixing of mount paths (#432720) (katzj)
- securitylevel -> firewall in the spec file. (clumens)
- Include util-linux-ng, which contains mount (#432720). (clumens)
- When mounting stage2 on loopback, add -o loop to mount opts. (clumens)
2008-02-15 04:18:33 +00:00
Jeremy Katz
d0da2f3cc0 * Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.35-1
- Fix the build (katzj)
2008-02-13 03:56:41 +00:00
Jeremy Katz
a79cac76e1 * Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.34-1
- Handle modules with more than one description (#432414) (katzj)
- Finish HDISO installs, at least for DVDs (#431132). (clumens)
- Move migration to before mounting filesystems (katzj)
- Fix silly thinko in Eric's patch (katzj)
- Allow ext3->ext4 upgrades (sandeen)
- Do the man pages in rescue mode the right way. (jgranado)
- Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (notting)
- Use /etc/adjtime as the configuration file for UTC/not-UTC. (notting)
- Remove all our own mount code. (clumens)
- Use the mount program instead of our own code. (clumens)
- Add the real mount programs to stage1. (clumens)
- Use the correct variables to get the ipv6 info. (#432035) (jgranado)
- Update error messages to match function names. (dcantrell)
- Rename nl.c to iface.c and functions to iface_* (dcantrell)
- In rescue mode, show interface configuration (#429953) (dcantrell)
- Add qla2xxx firmware (#377921) (katzj)
- Rename base repo (#430806). (clumens)
- Remove dep on anaconda from pkgorder (katzj)
- Remove no longer used dumphdrlist script (katzj)
2008-02-12 23:45:20 +00:00
Jeremy Katz
56b181ede0 * Thu Feb 07 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.33-1
- Fix error message on continuing after changing cds with mediacheck (katzj)
- Fix the progress bar during mediacheck (#431138) (katzj)
- Ensure we disable SELinux if the live image isn't using it (#417601) (katzj)
- Correct nl_ip2str() cache iteration. (dcantrell)
- Check the fstype of the live image (katzj)
- Check for device existence rather than starting with /dev (katzj)
- The FL_TEXT flag has no reason to be here. (#207657) (jgranado)
- Don't traceback when getLabels is called with DiskSet.anaconda set
  to None. (dlehman)
- Pass arguments correctly to anaconda (katzj)
- Cancel on escape being pressed with autopart resizing (katzj)
2008-02-08 00:43:18 +00:00
Christopher Edward Lumens
b9abe8fd58 New version. 2008-02-07 01:47:56 +00:00
Christopher Edward Lumens
e1fc35c485 New version. 2008-02-05 22:29:24 +00:00
David Cantrell
4280d7f6b1 * Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.30-1
- Initialize int in doConfigNetDevice() to fix compiler warnings. (dcantrell)
2008-01-31 03:20:59 +00:00
David Cantrell
5fd3d8aeb3 * Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.29-1
- Handle putting updates ahead of anaconda in the updates= case too. (clumens)
- Make sure the device name starts with /dev (#430811). (clumens)
- Revert "Initial support for network --bootproto=ask (#401531)." (clumens)
- (#186439)  handle lv names with "-" when doing kickstart. (jgranado)
- Remove the last references to makeDevInode (#430784). (clumens)
- Don't traceback trying to raise an exception when making
  users (#430772). (clumens)
2008-01-31 02:40:03 +00:00
David Cantrell
68547257f0 * Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.28-1
- Go back to the method screen if back is hit on nfs config (#430477). (clumens)
- Fix dmidecode dependency (#430394, Josh Boyer <jwboyer)
2008-01-29 02:56:44 +00:00
Christopher Edward Lumens
f46200b1d2 New version. 2008-01-25 21:38:53 +00:00
Christopher Edward Lumens
a8dccc0e76 New version. 2008-01-24 22:03:38 +00:00
David Cantrell
3e714113d3 * Wed Jan 23 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.25-1
- Include new firstboot module. (clumens)
- Conditionalize ntfsprogs as not all arches include it. (clumens)
- Remove kudzu-probe-stub. (clumens)
- Remove rogue references to kudzu. (clumens)
- Add dogtail support (#172891, #239024). (clumens)
- Fix some error reporting tracebacks. (clumens)
2008-01-24 03:15:00 +00:00
Christopher Edward Lumens
a9e187789c New version. 2008-01-23 04:39:10 +00:00
David Cantrell
a3d4eab544 * Mon Jan 21 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.23-1
- Try to fix a problem creating users via kickstart (#428891, clumens)
- Fix a loader segfault doing kickstart nfs installs (clumens)
- Move more interactive steps ahead of partitioning (clumens)
- If we can't possibly add advanced devices, don't offer it (#429210, clumens)
- Don't flush after rescanning so recently attached disks are
  available (clumens)
- If bootproto is dhcp, unset any static settings (#218489, dcantrell)
- Add some groups to pkgorder to make the CDs come out right (pjones)
- Fix traceback when using non-encrypted RAID (notting)
- Complete the patch for dhcptimeout (#198147, #254032, msivak)
2008-01-22 04:07:11 +00:00
David Cantrell
bb62246f35 * Wed Jan 16 2008 David L. Cantrell Jr. <dcantrell@redhat.com> - 11.4.0.22-1
- Require the latest libdhcp (dcantrell)
- Don't set currentMedia when we're on a network install (#428927, clumens)
- Don't offer two reboot options (clumens)
- Remove fsopts that are already defaults (#429039, clumens)
- Remove isofs module to get rid of a FATAL message (clumens)
- Add the crc32c kernel module for iscsi (#405911, clumens)
- Add MAC address to the network device selection screen (#428229, clumens)
- Initial support for network --bootproto=ask (#401531, clumens)
- Remove an extra newline (clumens)
- Add firstaidkit to the rescue image (jgranado)
- Fix the progress bar to hit 100% on the last package (#428790, clumens)
- Add some output so the startup delay doesn't seem quite so long (clumens)
- Initial kickstart support for encrypted partitions (clumens)
2008-01-17 07:17:11 +00:00
David Cantrell
9b9880e7f1 * Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.21-1
- Inherit from the right versions of pykickstart classes (clumens)
- Update for nss files moving to /lib (clumens)
- Remove unneeded arguments from detectHardware function (notting)
- Symlink all udev support binaries to udevadm (notting)
- /sbin/restorecon on /etc/modprobe.d (notting)
- Add the kickstart syntax version to the kickstart file (clumens)
- Require latest libdhcp to fix x86_64 SIGABRT problems
2008-01-15 02:23:04 +00:00
Christopher Edward Lumens
6ee8722eb1 New version. 2008-01-13 19:01:32 +00:00
Christopher Edward Lumens
0f280d6b4b New version. 2008-01-12 01:26:40 +00:00
Christopher Edward Lumens
9f6b1979c6 New version. 2008-01-09 05:05:22 +00:00
Christopher Edward Lumens
6650af5bd8 New version. 2008-01-08 04:07:03 +00:00
Christopher Edward Lumens
dfaebc099e New version. 2008-01-06 22:17:08 +00:00
David Cantrell
60514e6ec8 * Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.15-1
- Require latest libdhcp (#378641) (dcantrell)
2008-01-04 04:17:02 +00:00
David Cantrell
bf3d168ec6 * Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.14-1
- Precreate /etc/modprobe.d in installroot (jkeating)
- 'import sets' in image.py (jkeating)
- Fix traceback when displaying required media (clumens)
2008-01-03 22:36:08 +00:00
Jeremy Katz
10471260d0 * Tue Jan 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.13-1
- Make it obvious which partitions are being formatted and encrypted (katzj)
- Set initial sensitivity of encrypt button correctly (katzj)
- Fix traceback on invalid passphrase (#426887) (katzj)
- Use mkstemp() instead of tempnam() (katzj)
- Don't resize filesystems which are being formatted (#426466) (katzj)
- Add cracklib-dicts (#426444) (katzj)
- Fix build (notting)
2008-01-02 03:01:50 +00:00
Jeremy Katz
752e215e49 * Thu Dec 20 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.12-1
- Switch away from using kudzu in the loader (notting)
- Use udev in the loader and a dynamically linked stage1 (notting)
- Don't handle all aspects of module loading ourselves - just wrap
  modprobe. (notting)
- Ensure there's an active net device (katzj)
- Fix error reporting messages (sfernand, #242252). (clumens)
- Don't immediately retry on downloading a package. (clumens)
- Update to work with new system-config-keyboard. (clumens)
2007-12-20 23:32:15 +00:00
Jeremy Katz
0ccd795b45 * Mon Dec 17 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.11-1
- Validation of root password with cracklib (hhara)
- Minor fixes to liveinst shell script (katzj)
- Fix path to swapoff (katzj)
- Make doMethodComplete not depend on the yum backend (katzj)
- Remove another line related to the release notes (hhara)
- GPLv2+ changes. (dcantrell)
2007-12-18 04:50:28 +00:00
Jeremy Katz
300e4f0697 * Sat Dec 15 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.10-1
- Add support for encryption via autopart. (katzj)
- Avoid unnecessary downloading and caching by not
  setting mediaid (#422801). (clumens)
- Don't copy the stage2 image over for NFS installs. (clumens)
- Remove an unused function. (clumens)
- Allow going back to package selection after transaction errors. (clumens)
- Add file conflicts to the transaction errors we show the user. (clumens)
- Remove isomd5sum/.gitignore (dcantrell)
2007-12-15 22:18:13 +00:00
Christopher Edward Lumens
78a83fbb13 New version. 2007-12-14 02:59:58 +00:00
Christopher Edward Lumens
f172a8b327 New version. 2007-12-10 23:10:28 +00:00
Christopher Edward Lumens
87dcf7697c New version. 2007-12-07 20:44:44 +00:00
Christopher Edward Lumens
23713c8088 New version. 2007-12-06 15:27:41 +00:00
Jeremy Katz
a6b60d1202 * Mon Dec 3 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.5-1
- Add support for the Efika platform (dwmw2)
- Fix some tracebacks (clumens, #405951)
- Actually include the crypto mods (dlehman)
- Include more nss libs (clumens, #405921)
- Remove some cruft (notting)
- Use libblkid instead of our custom code for fstype and label probing
- Fix tty switching in graphical install
2007-12-03 23:34:21 +00:00
Jeremy Katz
a3869ca4d7 * Fri Nov 30 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.4-2
- rebuild for new libdhcp6client
2007-12-01 04:50:57 +00:00
Jeremy Katz
e94146a7c3 * Thu Nov 29 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.4-1
- Initial support for partition and LV resizing.  VERY EXPERIMENTAL!
- Commit partitioning changes to disk earlier
- Add start of ext4 support
- Fix some tracebacks
- Add support back for alpha (Oliver Falk)
2007-11-29 22:59:34 +00:00
Christopher Edward Lumens
db90420735 New version. 2007-11-28 22:40:56 +00:00
Christopher Edward Lumens
446961fe03 New version. 2007-11-28 21:46:42 +00:00
Christopher Edward Lumens
3be2383db3 Try to build again. 2007-11-15 22:52:13 +00:00
Christopher Edward Lumens
1dbbea6fa8 New version. 2007-11-15 22:30:42 +00:00
Christopher Edward Lumens
5ef210b817 New version. 2007-11-08 20:24:18 +00:00
Peter Jones
2e4267a6b2 - update to .42-1 2007-10-17 20:04:52 +00:00
Peter Jones
98e68825bf - update to 11.3.0.41-1 2007-10-17 15:36:51 +00:00
Peter Jones
dcb7e8e7be - update to 11.3.0.40-1 2007-10-17 14:59:08 +00:00
Jeremy Katz
5bdfba8a6f * Sun Oct 14 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.39-2
- Fix build
2007-10-15 03:28:26 +00:00
Christopher Edward Lumens
ee8dea84c6 New version. 2007-10-12 21:12:32 +00:00
Jeremy Katz
2f8caa1eb7 liveinst for ppc not quite there 2007-10-10 20:45:58 +00:00
Jeremy Katz
d9848258cd * Wed Oct 10 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.38-1
- Copy over modprobe.conf from live system
- Don't traceback with unconfigured nics (#325071)
- Disable selinux on upgrades if the user has booted with selinux=0 (#242510)
- More speedups building stage2 images (Orion Poplawski)
- Fix some translations (#322681)
2007-10-10 20:29:50 +00:00
Jeremy Katz
3750d0c30b * Mon Oct 8 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.37-1
- Use nodocs when building stage2 images (Orion Poplawski)
- Add extra headers to ks.cfg request for arch and release (#315601)
- Fix a traceback in partition sanity checking (#316551, #318841, #300721)
- Hack to not ignore the ssb driver for wireless (#311421)
- Set repo cost so we pull things from the DVD instead of network (#245696)
- Make boot partitions 200 megs
- Write reboot commands into generated anaconda-ks.cfg (clumens)
- Don't reload the UI if we don't have to (clumens, #290781)
- Use newer version of device command (clumens)
2007-10-09 01:57:22 +00:00
Christopher Edward Lumens
532d426bc8 New version. 2007-09-28 21:02:58 +00:00
Jeremy Katz
da6a661a71 * Thu Sep 27 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.35-1
- Support modname.option=value for passing options to kernel modules
- Fix rescue CD + nfsiso (clumens)
- Blacklist more wireless drivers that can't work
- Make buildarch more predictable (#239897)
2007-09-27 22:02:49 +00:00
Jeremy Katz
b26d75f0c1 * Tue Sep 25 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.34-1
- A few upgrade fixes; look for packages in
  /var/cache/yum/anaconda-upgrade/packages so that you can predownload them
- Point to the mirror list for the "Additional Fedora Software"
- Font movement (#304271)
- Fix where firmware is looked for
2007-09-25 20:53:53 +00:00
Jeremy Katz
a7e23e32c8 * Mon Sep 24 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.33-1
- Blacklist some modules to try to avoid #299351
- Copy over media.repo if it exists
- Fix for pulling firmware
- Remove a useless progress window (#240459)
- Fix Romanian traceback (#292091)
- Catch an exception on repo setup (#295381)
- Fix network device tool tips
- Fix display of groups being installed vs no (#296581)
- Fix Serbian language/keyboard (msivak, #235709)
- Honor "boot from" dropdown more (msivak, #243556, #243799)
- Make sure people are adequately warned about booting from a drive
  they're not installing to (msivak, #243799)
- Don't label lvm on live installs either (#297391)
2007-09-24 20:20:08 +00:00
Jeremy Katz
bae82e7f18 * Wed Sep 19 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.32-1
- spec file cleanups (dcantrell)
- lots of pychecker fixes (clumens)
- revert writing out anaconda-ks.cfg earlier; breaks live installs (clumens)
- Fix upgrade traceback (clumens, #296571)
- Few live install fixes
2007-09-20 03:15:09 +00:00
Christopher Edward Lumens
2cf56bb484 New version. 2007-09-18 21:36:42 +00:00
Christopher Edward Lumens
211c4fbd52 New version. 2007-09-13 14:49:17 +00:00
Jeremy Katz
f396a6e83c * Wed Sep 5 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.28-1
- Make sure we find out about all nics (dcantrell)
- Hard drive install fixing (clumens, #287241)
- Make sure iniparse is in the image (notting, #276941)
- Add the short hostname to the localhost entry (dcantrell, #253979)
2007-09-05 15:35:55 +00:00
Christopher Edward Lumens
c0a1578c97 New version. 2007-09-04 21:40:38 +00:00
Jeremy Katz
06c70413fe * Fri Aug 31 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.26-1
- Some kickstart fixes (clumens, #269721)
- More libraries (clumens)
2007-08-31 16:40:49 +00:00
Jeremy Katz
27a8740f1b * Thu Aug 30 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.25-1
- quick and dirty fix for popt to be in stage2
2007-08-31 03:49:20 +00:00
Jeremy Katz
54a72fa3a9 * Thu Aug 30 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.24-1
- Use the right network kickstart object (clumens)
- More firmware fixes (dcantrell, #177452)
- Skip devices without firmware (dcantrell, #251941)
- Attempt to fix out dso depsolving for stage2
2007-08-30 21:57:24 +00:00
Christopher Edward Lumens
722b0b002a New version. 2007-08-28 20:25:02 +00:00
Jeremy Katz
0b88ca87b4 * Mon Aug 27 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.22-1
- Add an isomd5sum subpackage
- Make sure we pull in all X drivers
- Fix kickstart traceback (clumens)
- Fix zfcp radio button to not be selectable (clumens, #254137)
2007-08-27 20:42:37 +00:00
Jeremy Katz
9261e2a9f7 * Sat Aug 25 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.21-3
- BR popt-devel
- and -static
2007-08-26 03:16:38 +00:00
Jeremy Katz
35510b7b4a * Sat Aug 25 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.21-2
- BR popt-devel
2007-08-25 21:08:55 +00:00
Jeremy Katz
c763ab3aa0 * Sat Aug 25 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.21-1
- Fix setting additional repo names (clumens)
- Update install-methods doc (msivak, #252407)
- Add an FS label column (msivak, #248436)
- Allow changing/reconfiguring nic in the loader (dcantrell, #242019)
- Fix man pages in rescue mode (jgranado, #243443)
- Setup everything repo (jgranado, #254014)
- Allow using the "rescue" CD as the second stage for all install
  types (#186641)
- Fix firewire module name
- Display arch more prominently (msivak, #244531)
2007-08-25 20:44:45 +00:00
Christopher Edward Lumens
7bdad4bc91 New version. 2007-08-22 21:02:41 +00:00
Christopher Edward Lumens
464ceddda9 New version. 2007-08-13 21:27:47 +00:00
Christopher Edward Lumens
8843d0efd8 New version. 2007-08-09 19:36:00 +00:00
Christopher Edward Lumens
9396d2eb84 New version. 2007-08-06 20:40:07 +00:00
Christopher Edward Lumens
8a228e483c New version, for real this time. 2007-08-03 14:07:35 +00:00
Christopher Edward Lumens
4fe8b2e36c New version. 2007-08-01 21:18:42 +00:00
Christopher Edward Lumens
58c0dc77e2 New version. 2007-07-31 15:11:10 +00:00
Christopher Edward Lumens
084415b5e9 New version. 2007-07-27 20:00:37 +00:00
Jeremy Katz
4c8c702a04 * Fri Jul 27 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.13-1
- fix nfsiso (#249882)
2007-07-27 17:56:58 +00:00
Bill Nottingham
d785af4901 update to 11.3.0.12 2007-07-27 01:48:27 +00:00
Jeremy Katz
4807d7a8ca * Thu Jul 26 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.11-1
- GPT boot bits (pjones)
- Fix loopback clobbering problem
- Fix tui installs to not hang (dcantrell)
- Fix stage2 generation to use the tree and not configured repos
2007-07-26 21:44:33 +00:00
Jeremy Katz
c1abe02a06 * Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.10-1
- fix media installs (#249371)
2007-07-25 16:03:59 +00:00
Jeremy Katz
1ef341da8b * Tue Jul 24 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.9-1
- Rebuild keymaps (clumens, #240087)
- Fix kickstart docs about dhcpclass (clumens, #248910)
- Fix for usb-storage dance (pjones, #247830)
- Fix protected partitions problem (clumens)
- Improve stage2 generation
2007-07-25 02:39:53 +00:00
Christopher Edward Lumens
a95bc6e207 New version. 2007-07-20 02:57:24 +00:00
Jeremy Katz
1e0372e7a1 * Mon Jul 16 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.7-1
- Don't format rootfs for live installs (#248085)
- Handle --only-use option for drives (clumens, #198526)
- Avoid reserving labels that won't exist after partitioning is
  complete (clumens, #209291)
2007-07-16 21:51:28 +00:00
Jeremy Katz
e000438f09 * Thu Jul 12 2007 Chris Lumens <clumens@redhat.com> 11.3.0.6-1
- Don't call lvm.pvlist so much (pjones).
- Don't log harmless unmounting errors (dlehman, #223059).
- Handle F12 on the install key dialog (dlehman, #210673).
- Create device nodes and probe for tape drives (dlehman, #218816).
- Fix loader network configuration UI flow (lucasgf AT br DOT ibm DOT com,
  #247807).
- Include yum-fedorakmod plugin (dlehman).
- Don't map Fedora to Fedora Core in the betanag dialog (katzj).
- String fixes (katzj, #246703).
- Fix module path order so updates get used (pjones).
- Install the PAE kernel when applicable (pjones, #207573).
- Fix fsset entry sorting (jhutz AT cmu DOT edu, #242294).
- Don't display garbage in the ksfile location dialog (#245936).
2007-07-16 21:50:06 +00:00
Jesse Keating
3c193b9aff * Sat Jul 14 2007 Jesse Keating <jkeating@redhat.com> 11.3.0.6-2
- Rebuild against new dhcp libs
2007-07-14 13:19:25 +00:00
Christopher Edward Lumens
bbdd71a2e5 New version. 2007-07-12 20:50:28 +00:00
Jeremy Katz
e37681ac0a * Thu Jun 28 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.5-1
- Fix traceback opening disks (dcantrell, #245609)
- Fix live installs with /usr/local and /usr as separate partitions (#244913)
- Driver disk reworking (clumens, #213318)
- Write out additional repos in anaconda-ks.cfg (clumens, #206152)
- Fix iscsi error reporting (pjones)
- Add nss/nspr libs to stage2 (clumens)
- Fix code to work with yum 3.2.1 (#245918)
- Preserve owners on live install copy (#243479)
2007-06-29 02:25:47 +00:00
Christopher Edward Lumens
128e14f983 New version. 2007-06-22 20:10:39 +00:00
Christopher Edward Lumens
5406cddf7c New version. 2007-06-18 20:56:11 +00:00
Jeremy Katz
a7f7cf233c * Fri Jun 15 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.2-1
- fix syntax error (jkeating)
- don't capture passwords from kickstart in exception dumps (clumens)
- don't write out unicode text to install.log (clumens, #243477)
2007-06-15 23:22:34 +00:00
Christopher Edward Lumens
4973efdc6e New version. 2007-06-15 15:26:07 +00:00
Christopher Edward Lumens
35377f3c9d New version. 2007-06-12 20:14:29 +00:00
Christopher Edward Lumens
197a7489d5 New version. 2007-06-06 17:19:14 +00:00
Christopher Edward Lumens
b22b8a3a12 New version. 2007-05-17 02:37:48 +00:00
Christopher Edward Lumens
7bcf2efe03 New version. 2007-05-15 18:40:12 +00:00
Jeremy Katz
6191469962 * Fri May 4 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.58-1
- Set preferred rpm color (pnasrat, #235757)
- Add mk-rescueimage.ia64 (prarit, #236221)
- Be smarter about getting pid of iscsiadm (clumens, #223257)
- Relabel all of /var/log (#236774)
- Fixes for appletouch (#238355)
- Fix homedir labeling (#238277)
- Don't traceback in text mode without disks (#238695)
- Fix vncconnect (clumens, #238827)
- Don't eject too soon in kickstart (clumens, #238711, #239002)
- Fix lvm activation/deactivation (pjones, #224635)
2007-05-05 03:44:44 +00:00
Jeremy Katz
7474bda034 auto-import anaconda-11.2.0.57-1 on branch devel from anaconda-11.2.0.57-1.src.rpm 2007-05-01 00:48:11 +00:00
Jeremy Katz
fc5e0c26d2 auto-import anaconda-11.2.0.56-1 on branch devel from anaconda-11.2.0.56-1.src.rpm 2007-05-01 00:31:07 +00:00
Jeremy Katz
f4f066f6a9 auto-import anaconda-11.2.0.55-1 on branch devel from anaconda-11.2.0.55-1.src.rpm 2007-04-23 21:49:39 +00:00
Jesse Keating
d8f2bb7a24 We don't have access to genisoimage in core yet. 2007-04-21 19:26:32 +00:00
Christopher Edward Lumens
358d054f14 New version. 2007-04-20 20:27:19 +00:00
Jeremy Katz
8bf0450402 auto-import anaconda-11.2.0.53-1 on branch devel from anaconda-11.2.0.53-1.src.rpm 2007-04-19 21:15:58 +00:00
Jeremy Katz
29d976cd0b auto-import anaconda-11.2.0.52-1 on branch devel from anaconda-11.2.0.52-1.src.rpm 2007-04-19 00:00:59 +00:00
Jeremy Katz
1edd47e9ff auto-import anaconda-11.2.0.51-1 on branch devel from anaconda-11.2.0.51-1.src.rpm 2007-04-17 23:46:45 +00:00
Jeremy Katz
3fb7c01113 auto-import anaconda-11.2.0.50-1 on branch devel from anaconda-11.2.0.50-1.src.rpm 2007-04-17 23:27:56 +00:00
Jeremy Katz
ae473ee6fe auto-import anaconda-11.2.0.49-1 on branch devel from anaconda-11.2.0.49-1.src.rpm 2007-04-13 20:56:17 +00:00
David Cantrell
750ab30b78 * Thu Apr 12 2007 David Cantrell <dcantrell@redhat.com - 11.2.0.48-1
- Don't write out remove lines for packages that don't exist on the
  installation arch (clumens)
- Remove unused code from partedUtils.py (clumens)
- Fix handling of plain text release notes (Elliot Peele)
- Fix RAID minor number allocation in text mode UI (clumens)
- Force /sbin and /usr/sbin in the PATH (katzj)
- Don't copy stage2.img if it is not found (katzj)
- Test given URL for HTTP/FTP install modes when stage2 is loaded from CD
2007-04-12 22:21:44 +00:00
Jeremy Katz
d2fd6af035 auto-import anaconda-11.2.0.47-1 on branch devel from anaconda-11.2.0.47-1.src.rpm 2007-04-10 03:44:46 +00:00
Peter Jones
d6604c6586 - rebuild 2007-04-08 17:17:49 +00:00
Jeremy Katz
3daef27caf temporarily exclude s390/s390x 2007-04-06 02:29:15 +00:00
Jeremy Katz
c35a7fe3cb auto-import anaconda-11.2.0.46-1 on branch devel from anaconda-11.2.0.46-1.src.rpm 2007-04-05 21:20:33 +00:00
Jeremy Katz
30c9a580e4 auto-import anaconda-11.2.0.45-1 on branch devel from anaconda-11.2.0.45-1.src.rpm 2007-04-04 20:51:16 +00:00
Jeremy Katz
7f081eb702 auto-import anaconda-11.2.0.44-1 on branch devel from anaconda-11.2.0.44-1.src.rpm 2007-04-03 22:33:21 +00:00
David Cantrell
fcb85968f2 * Tue Apr 03 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.43-1
- Correctly detect if there are no more mirrors to try (clumens, #232639)
- Display size and model info per disk in PartitionTypeWindow in textw
- Support fetching kickstart files from HTTP URLs that require login
  information (bnocera@redhat.com, #194247)
- Improve CongratulationWindow.getScreen (katzj)
- Add missing import to livecd.py (katzj)
- Use correct syntax for hal-lock (katzj)
- Don't traceback in cases where there are no drives (katzj, #234697)
- Add fec_mpc52xx, ps3_storage, and gelic_net (#220009)
- Display IP address of the VNC server (#234747)
- Add OSA layer 2 support for System Z (bhinson@redhat.com, #233376)
- Import constants in backend.py (clumens, #234782)
- Add netxen_nic driver (clumens, #230245)
2007-04-03 21:11:19 +00:00
David Cantrell
77a2d69262 * Fri Mar 30 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.42-1
- LiveCD fixes (katzj, #230945, #224208, #224213, #230943)
- Handle IOErrors if we can't find the kickstart file (clumens)
2007-03-30 20:59:43 +00:00
Christopher Edward Lumens
2698a86059 New version. Also remove patch that's been pulled into the latest version. 2007-03-28 19:57:00 +00:00
Jeremy Katz
5ae235cedc * Fri Mar 23 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.40-2
- fix xinit exiting
2007-03-23 20:15:03 +00:00
Christopher Edward Lumens
c6da7a382a New version. 2007-03-22 18:15:55 +00:00
Jeremy Katz
7a4cb2c515 auto-import anaconda-11.2.0.39-1 on branch devel from anaconda-11.2.0.39-1.src.rpm 2007-03-21 03:21:12 +00:00
Jeremy Katz
1a40ddedb9 auto-import anaconda-11.2.0.38-1 on branch devel from anaconda-11.2.0.38-1.src.rpm 2007-03-21 03:14:15 +00:00
Christopher Edward Lumens
c234f821f4 New version. 2007-03-20 00:22:10 +00:00
David Cantrell
9fe106f60b * Thu Mar 15 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.37-1
- Fix confusing wording in loader (clumens, #163329)
- Don't tell the user to eject the CD at the end (clumens, #137275)
- Remove some unused functions (clumens)
- More intelligent error handling when the number of packages exceeds
  the CD size (clumens, #232104)
- Partitioning UI string fixes (clumens, #203346)
- Name the cciss module 'HP/Compaq Smart Array Controller (#210414)
- More partitioning UI string fixes (#208394)
2007-03-15 23:01:45 +00:00
Christopher Edward Lumens
efceae2fd6 New version. 2007-03-13 19:44:28 +00:00
David Cantrell
424aa942a7 * Fri Mar 9 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.35-1
- Fix SIGSEGV for HTTP installs (#231576)
- Some spec file cleanups to adhere to Fedora packaging guidelines
2007-03-09 20:06:20 +00:00
David Cantrell
de0ebe7877 * Thu Mar 8 2007 David Cantrell <david@burdell.org> - 11.2.0.34-1
- Remove duplicate Activate On Boot checkbox in iw netconfig
- Set DHCPv6_DISABLE flag for auto neighbor discovery (#230941, #230949)
- Set loaderData->ip appropriately in STEP_IP (#231290)
- Replace hyphens in BOOTIF= parameter with colons (#209284)
- In strcount() in libisys, return 0 if tmp is NULL (#231290)
- Subclass Raid class in kickstart.py from F7_Raid (clumens)
- Make sure ext2 filesystem module is loaded early (clumens, #230946)
2007-03-08 23:39:55 +00:00
Christopher Edward Lumens
a71acafe75 New version. 2007-03-08 16:06:54 +00:00
Jeremy Katz
44622fe338 auto-import anaconda-11.2.0.32-1 on branch devel from anaconda-11.2.0.32-1.src.rpm 2007-03-08 04:08:29 +00:00
David Cantrell
12d11726fd * Tue Mar 6 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.31-1
- Smaller required height for main window for livecd installs (katzj)
- Move utility functions around in isys
- Init loopback in stage 1 using ioctl() rather than netlink (#229670)
- Handle netlink messages for RTM_GETLINK that are larger than 4K (#230525)
2007-03-06 22:25:07 +00:00
Jeremy Katz
d934492916 auto-import anaconda-11.2.0.30-1 on branch devel from anaconda-11.2.0.30-1.src.rpm 2007-03-06 03:07:15 +00:00
Jeremy Katz
6a06d9c9cc auto-import anaconda-11.2.0.29-1 on branch devel from anaconda-11.2.0.29-1.src.rpm 2007-03-05 22:47:25 +00:00
Christopher Edward Lumens
6fe630b132 Here's another anaconda. Enjoy! 2007-03-01 22:27:31 +00:00
Christopher Edward Lumens
8741413fad New version. 2007-02-26 22:02:36 +00:00
Christopher Edward Lumens
7034f1fa95 New version. 2007-02-21 22:28:32 +00:00
Christopher Edward Lumens
039d074894 New version. 2007-02-20 23:13:29 +00:00
David Cantrell
9d9d92633f * Fri Feb 16 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.24-1
- Fix compiler warnings in wlite code
- Remove obsolete code from network_gui.py
- Rebuild to link with new libdhcp6client and new libdhcp
2007-02-16 22:05:31 +00:00
Peter Jones
a20c2be49a - update to .23-1 2007-02-15 23:23:46 +00:00