Commit Graph

620 Commits

Author SHA1 Message Date
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