Compare commits

...

24 Commits
master ... f17

Author SHA1 Message Date
Brian C. Lane 3934066303 - Set serial flag when encountering console argument (#823861) (msivak) 2012-05-22 09:18:00 -07:00
Brian C. Lane 2bcb28f9ce - Partially revert "We have a grub2 theme now, so say to use it." (#822123)
(pjones)
2012-05-16 13:35:56 -07:00
Brian C. Lane 7260a044b0 - anaconda-cleanup: umount /run/media too (#820750) (bcl)
- Disable md /boot and /boot/efi on EFI. (#816823) (dlehman)
- dracut: use nfs3 by default (#811242) (wwoods)
- script.py error message needs gettext (bcl)
- We have a grub2 theme now, so say to use it. (pjones)
2012-05-14 11:21:12 -07:00
Brian C. Lane 8822315eef - dracut: automatic updates.img for http/ftp (#809647) (wwoods)
- Install grub2 /before/ writing the config file (re: rhbz #809111) (pjones)
- makeupdates: ignore most of data directory (bcl)
- handle 'cdrom' methodstr (#817084) (bcl)
- Simplify what we dump in device.map for grub2-2.0-0.24.beta4.fc17 . (pjones)
- be more clear about kickstart keyboard errors (#789725) (bcl)
- Fix suggestDeviceName to correctly avoid in-use lv names. (#812528) (dlehman)
- Notify the kernel/udev after creating swap space. (#818352) (dlehman)
2012-05-09 16:37:54 -07:00
Brian C. Lane e714f9b5fb - lower minimum memory requirements by 256M (#708966) (bcl)
- liveinst/gnome: Add a welcome screen for use by the Desktop spin
  (kalevlember)
- Fix anaconda not finding CD when booting without root=live:<CD> (wwoods)
- Fix anaconda not finding CD for kickstart with 'cdrom' (#817084) (wwoods)
- dracut parse-kickstart: don't write empty "nameserver=" (wwoods)
- dracut: fix "repo=cdrom" (also kickstart with "cdrom") (wwoods)
- dracut: fix kickstarting with 'network --device=MAC' (wwoods)
- check treeinfo retrieval for stage2 (#790348) (bcl)
2012-05-04 15:44:55 -07:00
Brian C. Lane 488a79e603 - dracut: add anaconda_auto_updates() (product.img/updates.img) (#800107) (wwoods)
- dracut: support updates=hd:... (#807982) (wwoods)
- dracut: add copytree, rename dev_is_mounted->find_mount (wwoods)
- dracut: fix typo (stray '\n' in anaconda.rules) (wwoods)
- Configure Mac bootloader (mjg)
- Activate devices as needed when parsing /etc/fstab. (#813120) (dlehman)
- We support resizing ntfs even though it is not supported. (#756319) (dlehman)
- Fix the permissions on one of the files we write out. (#817171) (pjones)
- Fix twisty logic around forcing text mode (#811868) (wwoods)
- s390 systems are always headless (wwoods)
- default to msdos disk labels (#816701) (bcl)
- Wrong kickstart bootloader written (hamzy)
2012-05-01 15:29:57 -07:00
Brian C. Lane b5598e8280 - Check /run/initramfs/live/ for packages (#806166) (bcl)
- Add 'cms' dracut module on s390 (wwoods)
2012-04-26 08:39:03 -07:00
Brian C. Lane 6e48671eb0 - anaconda displays conflicting information when using vnc (hamzy)
- run fetch-kickstart-net.sh after setup_net (#804846, #811851) (wwoods)
- remove now-unused 'loadkeys' stub (wwoods)
- fix 'text' or 'cmdline' in kickstart (#814108) (wwoods)
2012-04-23 11:57:08 -07:00
Brian C. Lane 7bda48385e - Fix a variable reference (#813923) (jkeating)
- Complain about "serial" but don't assume ttyS0 (wwoods)
- Remove double quotes in nvram (hamzy)
- add a dialog while running convertfs (#812144) (bcl)
- mount before resizing live image (#811706) (bcl)
- check for valid mountpoints (#748209) (bcl)
2012-04-18 16:54:18 -07:00
Brian C. Lane 8fb835afdf - make dev_is_mounted more reliable (wwoods)
- fix failure to run multiple udev-triggered jobs (#811008) (wwoods)
2012-04-09 20:46:44 -07:00
Brian C. Lane 3fdab6e156 - copy installer image to RAM during upgrades (#810391) (wwoods)
- fix repo={hd,cdrom}:DEV:PATH (#810136) (wwoods)
- read flags using filename globs (bcl)
- Fix repo={http,ftp,nfs} (#810005) (wwoods)
- Fix "memcheck=0" (and other store_true boot args) (wwoods)
- write new options to zipl.conf (dan)
2012-04-06 06:44:43 -07:00
Brian C. Lane 1edaa4479d - Revert "Wait for device activation / "online" hook if rd.neednet is set" (bcl)
- Add missing os import to platform.py (bcl)
2012-04-03 19:21:38 -07:00
Brian C. Lane bbc96b6f7f - Don't allow /usr as a separate partition (#804913) (clumens)
- use /sys/class/dmi instead of dmidecode (bcl)
- restore the GPT blacklist code (bcl)
- add virtio rsyslogd logging to anaconda (bcl)
- dracut/parse-kickstart: handle network --device=link (or none) (wwoods)
- dracut: fix kssendmac/inst.ks.sendmac (wwoods)
- Set ONBOOT=yes for at least one wired netdev by default (#806466) (wwoods)
- detect live backing device (#809342) (dlehman)
- Wait for device activation / "online" hook if rd.neednet is set (wwoods)
- Fix kickstart failure if ks is on the same disk as stage2 (wwoods)
- fix 'mount: Too many levels of symbolic links' error message (wwoods)
- support {stage2,repo}=.../path/to/file.img (#808499) (wwoods)
- dracut when_diskdev_appears: only run cmd once per device (wwoods)
- dracut: don't do kickstart twice, don't use root.info (wwoods)
- Don't use the bootloader config path to find the splash image (#807510)
  (pjones)
2012-04-03 17:15:25 -07:00
Brian C. Lane 10d6b7ceeb - makeupdates: install liveinst to /usr/sbin (bcl)
- liveinst: adjust updates path (#807397) (bcl)
- dracut: add missing spaces for module loading (#804522) (bcl)
- Don't set MALLOC_PERTURB_ when calling grub2-install. (workaround #806784)
  (pjones)
2012-03-28 16:10:52 -07:00
Brian C. Lane d03a62b7a9 - make ks=file:... parse kickstart earlier (#806931) (wwoods)
- Let "root=..." override "repo=..." (wwoods)
- dracut cleanup: use consistent filenames for cmdline.d files (wwoods)
- fix "strsep: command not found" error with repo:hd:.. (#806966) (wwoods)
- load modules needed by Anaconda (#804522) (bcl)
- Fix nfs/nfsiso (NM handover problems / empty net.ifaces) (wwoods)
- Format PReP partition (hamzy)
2012-03-27 16:55:27 -07:00
Dan Horák a7bace5391 add ppc patch by Mark Hamzy 2012-03-27 20:54:53 +02:00
Brian C. Lane 70a985dd05 - Revert "dracut: use /run/install/source for repodir" (bcl)
- Disable creation of btrfs filesystems aside from kickstart. (#787341)
  (dlehman)
- fix text mode KeyError crash (#804483) (wwoods)
- Default to text-mode if 'console=XXX' was provided (#804506) (wwoods)
- dracut startup: "Loading $product $version $arch installer..." (wwoods)
- fix nfsiso:...:/path/to/filename.iso (#804515) (wwoods)
- fix typo in makeupdates (bcl)
- makeupdates: add support for updating systemd services/targets (wwoods)
- disable warnings about boot options needing 'inst.XXX' (wwoods)
- Create default ifcfg-* for each interface (#804504, #804716) (wwoods)
- save ifcfg for every interface we bring up (wwoods)
- Let systemd handle terminal setup, fix possible race with NM (wwoods)
- Migrate PPC from Yaboot to Grub2 for Anaconda (hamzy)
- dracut: fix anaconda-netroot for inst.repo=nfsiso:.. (wwoods)
- dracut: accept inst.updates or updates for live.updates (wwoods)
- makeupdates: put files the right places (wwoods)
- dracut: use /run/install/source for repodir (wwoods)
- read args from 80kickstart.conf (bcl)
2012-03-22 21:59:34 -07:00
Brian C. Lane a43dd3f1c8 - Merged noloader branch (wwoods)
(snipped a long list of commits)
- Schedule (no-op) btrfs format create actions. (#799154) (dlehman)
- intelligently choose the window size (#800609) (bcl)
- fix text upgrade bootloader dialog (#742207) (bcl)
2012-03-16 15:54:19 -07:00
Brian C. Lane d9affcb66f - only allow GPT boot flag on EFI System partition (#746895) (bcl)
- Add dracut args for /usr to bootloader (#787893) (bcl)
- Make sure all kickstart partition reqs get appropriate weight setting.
  (dlehman)
- Fix test for unsupported format type in kickstart. (dlehman)
- Update the fs size limit for ext3/ext4 from 8TB to 16TB. (dlehman)
- Don't allow /boot on logical partition except for grub. (dlehman)
- empty versions shouldn't be upgradable or traceback (#791317) (bcl)
- Don't crash when broken md devices are present. (#731177) (dlehman)
- Add missing definition of BTRFSError. (#796013) (dlehman)
2012-03-06 06:45:06 -08:00
Brian C. Lane 4730ddf07b - import using the right path to iutil (bcl) 2012-02-21 10:13:12 -08:00
Brian C. Lane 6ae1f61a2a - use a dracut shutdown hook to eject media (#787461) (bcl)
- add dracut shutdown eject hook function (#787461) (bcl)
- The createSuggested methods have changed name (#791204, #795058). (clumens)
- Generate repo= ks command only for repos added by user (#738577) (rvykydal)
- Use libpwquality to check root password strength (#755883) (mgracik)
- Generate connection UUID in inital ifcfg files created by anaconda (#705328)
  (rvykydal)
- Take in change of a binary name (brcm_iscsiuio -> iscsiuio) (#731761)
  (rvykydal)
- Set ONBOOT=yes for FCoE devices (#755147) (rvykydal)
- Fix a typo (#794504). (clumens)
- Add support for network --device=link in stage2 kickstart (#790332)
  (rvykydal)
- Set default lang and create default locale files early (wwoods)
- Add 'traceback' boot option for python-meh and libreport testing (vpodzime)
2012-02-20 15:54:31 -08:00
Brian C. Lane 4e0c893303 - Don't set the pmbr bootable flag on Macs, whether booted via EFI or not (mjg)
- Don't set GPT HFS+ partitions as bootable (mjg)
- Mark HFS+ as fsckable (mjg)
- fix setattr in set_cmdline_bool (pschindl)
- Add _mounttype to HFSPlus (mjg)
- Add support for UEFI Mac installs (mjg)
- Add support for HFS+ partitions (mjg)
2012-02-16 13:16:00 -08:00
Brian C. Lane 49ad1fd058 - Clear partitions' metadata when 'clearpart --initlabel' used. (#783841)
(cherry picked from commit 15307cc091212cc69b599b90c239492c9c9586ec)
  (dlehman)
- Fix support for detecting existing mirrored lvs. (#734128) (dlehman)
- fix potential EFIGRUB infinite loop (bcl)
- finish ROOT_PATH changes in bootloader (#789169) (bcl)
- Be more verbose about upgrade failures (#735060) (bcl)
- Skip setting PMBR boot flag on EFI (#754850) (mjg)
- Updated transifex config for f17-branch (bcl)
2012-02-13 15:53:28 -08:00
Brian C. Lane cff99715e1 - anaconda_optparse.py: a new OptionParser that also reads boot args (wwoods)
- Add flags.set_cmdline_bool and flags.read_cmdline (wwoods)
- flags.py: add new BootArgs() object for dealing with boot args (wwoods)
- flags.py: rework/cleanup Flags object (wwoods)
- fix serial console option parsing (#767745) (wwoods)
- run convertfs on upgrade (#787893) (bcl)
- check if stdout and stderr are the same in execWithRedirect and open the file
  only once in such cases (mmatsuya)
- Disable ipv6 on target system when using noipv6 option (#735791) (rvykydal)
2012-02-08 11:14:29 -08:00
3 changed files with 335 additions and 8 deletions

23
.gitignore vendored
View File

@ -39,3 +39,26 @@ anaconda-15.2.tar.bz2
/anaconda-17.4.tar.bz2
/anaconda-17.5.tar.bz2
/anaconda-17.6.tar.bz2
/anaconda-17.7.tar.bz2
/anaconda-17.8.tar.bz2
/anaconda-17.9.tar.bz2
/anaconda-17.10.tar.bz2
/anaconda-17.11.tar.bz2
/anaconda-17.12.tar.bz2
/anaconda-17.13.tar.bz2
/anaconda-17.14.tar.bz2
/anaconda-17.15.tar.bz2
/anaconda-17.16.tar.bz2
/anaconda-17.17.tar.bz2
/anaconda-17.18.tar.bz2
/anaconda-17.19.tar.bz2
/anaconda-17.20.tar.bz2
/anaconda-17.21.tar.bz2
/anaconda-17.22.tar.bz2
/anaconda-17.23.tar.bz2
/anaconda-17.24.tar.bz2
/anaconda-17.25.tar.bz2
/anaconda-17.26.tar.bz2
/anaconda-17.27.tar.bz2
/anaconda-17.28.tar.bz2
/anaconda-17.29.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.6
Version: 17.29
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -110,9 +110,6 @@ Requires: dosfstools
Requires: e2fsprogs >= %{e2fsver}
Requires: gzip
Requires: libarchive
%ifarch %{ix86} x86_64 ia64
Requires: dmidecode
%endif
Requires: python-pyblock >= %{pythonpyblockver}
Requires: libuser-python
Requires: newt-python
@ -125,7 +122,7 @@ Requires: lvm2
Requires: util-linux >= 2.15.1
Requires: system-config-keyboard >= %{sckeyboardver}
Requires: dbus-python
Requires: cracklib-python
Requires: python-pwquality
Requires: python-bugzilla
Requires: python-nss
Requires: tigervnc-server-minimal
@ -135,6 +132,7 @@ Requires: zenity
%endif
Requires: createrepo >= %{createrepover}
Requires: squashfs-tools
Requires: hfsplus-tools
Requires: genisoimage >= %{genisoimagever}
Requires: GConf2 >= %{gconfversion}
%ifarch %{ix86} x86_64
@ -155,6 +153,9 @@ Requires: fcoe-utils >= %{fcoeutilsver}
%ifarch %{sparc}
Requires: elftoaout piggyback
%endif
%ifarch x86_64
Requires: mactel-boot
%endif
Obsoletes: anaconda-images <= 10
Provides: anaconda-images = %{version}-%{release}
Obsoletes: anaconda-runtime < %{version}-%{release}
@ -165,6 +166,19 @@ Obsoletes: booty
The anaconda package contains the program which was used to install your
system.
%package dracut
Summary: The anaconda dracut module
BuildArch: noarch
Requires: dracut >= 16
Requires: dracut-network
Requires: xz
Requires: pykickstart
%description dracut
The 'anaconda' dracut module handles installer-specific boot tasks and
options. This includes driver disks, kickstarts, and finding the anaconda
runtime on NFS/HTTP/FTP servers or local disks.
%prep
%setup -q
@ -204,8 +218,8 @@ update-desktop-database &> /dev/null || :
%doc docs/command-line.txt
%doc docs/install-methods.txt
%doc docs/mediacheck.txt
%doc docs/anaconda-release-notes.txt
/lib/systemd/system/*
/lib/systemd/system-generators/*
/lib/udev/rules.d/70-anaconda.rules
%{_bindir}/instperf
%{_sbindir}/anaconda
@ -218,7 +232,6 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda
%{_libdir}/python*/site-packages/pyanaconda/*
%{_libdir}/python*/site-packages/log_picker/*
%{_libdir}/anaconda*
%{_bindir}/analog
%{_bindir}/anaconda-cleanup
%ifarch %livearches
@ -231,7 +244,298 @@ update-desktop-database &> /dev/null || :
%{_datadir}/icons/hicolor/*
%endif
%files dracut
%dir /usr/lib/dracut/modules.d/80%{name}
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Tue May 22 2012 Brian C. Lane <bcl@redhat.com> - 17.29-1
- Set serial flag when encountering console argument (#823861) (msivak)
* Wed May 16 2012 Brian C. Lane <bcl@redhat.com> - 17.28-1
- Partially revert "We have a grub2 theme now, so say to use it." (#822123)
(pjones)
* Mon May 14 2012 Brian C. Lane <bcl@redhat.com> - 17.27-1
- anaconda-cleanup: umount /run/media too (#820750) (bcl)
- Disable md /boot and /boot/efi on EFI. (#816823) (dlehman)
- dracut: use nfs3 by default (#811242) (wwoods)
- script.py error message needs gettext (bcl)
- We have a grub2 theme now, so say to use it. (pjones)
* Wed May 09 2012 Brian C. Lane <bcl@redhat.com> - 17.26-1
- dracut: automatic updates.img for http/ftp (#809647) (wwoods)
- Install grub2 /before/ writing the config file (re: rhbz #809111) (pjones)
- makeupdates: ignore most of data directory (bcl)
- handle 'cdrom' methodstr (#817084) (bcl)
- Simplify what we dump in device.map for grub2-2.0-0.24.beta4.fc17 . (pjones)
- be more clear about kickstart keyboard errors (#789725) (bcl)
- Fix suggestDeviceName to correctly avoid in-use lv names. (#812528) (dlehman)
- Notify the kernel/udev after creating swap space. (#818352) (dlehman)
* Fri May 04 2012 Brian C. Lane <bcl@redhat.com> - 17.25-1
- lower minimum memory requirements by 256M (#708966) (bcl)
- liveinst/gnome: Add a welcome screen for use by the Desktop spin
(kalevlember)
- Fix anaconda not finding CD when booting without root=live:<CD> (wwoods)
- Fix anaconda not finding CD for kickstart with 'cdrom' (#817084) (wwoods)
- dracut parse-kickstart: don't write empty "nameserver=" (wwoods)
- dracut: fix "repo=cdrom" (also kickstart with "cdrom") (wwoods)
- dracut: fix kickstarting with 'network --device=MAC' (wwoods)
- check treeinfo retrieval for stage2 (#790348) (bcl)
* Tue May 01 2012 Brian C. Lane <bcl@redhat.com> - 17.24-1
- dracut: add anaconda_auto_updates() (product.img/updates.img) (#800107)
(wwoods)
- dracut: support updates=hd:... (#807982) (wwoods)
- dracut: add copytree, rename dev_is_mounted->find_mount (wwoods)
- dracut: fix typo (stray '\n' in anaconda.rules) (wwoods)
- Configure Mac bootloader (mjg)
- Activate devices as needed when parsing /etc/fstab. (#813120) (dlehman)
- We support resizing ntfs even though it is not supported. (#756319) (dlehman)
- Fix the permissions on one of the files we write out. (#817171) (pjones)
- Fix twisty logic around forcing text mode (#811868) (wwoods)
- s390 systems are always headless (wwoods)
- default to msdos disk labels (#816701) (bcl)
- Wrong kickstart bootloader written (hamzy)
* Thu Apr 26 2012 Brian C. Lane <bcl@redhat.com> - 17.23-1
- Check /run/initramfs/live/ for packages (#806166) (bcl)
- Add 'cms' dracut module on s390 (wwoods)
* Mon Apr 23 2012 Brian C. Lane <bcl@redhat.com> - 17.22-1
- anaconda displays conflicting information when using vnc (hamzy)
- run fetch-kickstart-net.sh after setup_net (#804846, #811851) (wwoods)
- remove now-unused 'loadkeys' stub (wwoods)
- fix 'text' or 'cmdline' in kickstart (#814108) (wwoods)
* Wed Apr 18 2012 Brian C. Lane <bcl@redhat.com> - 17.21-1
- Fix a variable reference (#813923) (jkeating)
- Complain about "serial" but don't assume ttyS0 (wwoods)
- Remove double quotes in nvram (hamzy)
- add a dialog while running convertfs (#812144) (bcl)
- mount before resizing live image (#811706) (bcl)
- check for valid mountpoints (#748209) (bcl)
* Mon Apr 09 2012 Brian C. Lane <bcl@redhat.com> - 17.20-1
- make dev_is_mounted more reliable (wwoods)
- fix failure to run multiple udev-triggered jobs (#811008) (wwoods)
* Fri Apr 06 2012 Brian C. Lane <bcl@redhat.com> - 17.19-1
- copy installer image to RAM during upgrades (#810391) (wwoods)
- fix repo={hd,cdrom}:DEV:PATH (#810136) (wwoods)
- read flags using filename globs (bcl)
- Fix repo={http,ftp,nfs} (#810005) (wwoods)
- Fix "memcheck=0" (and other store_true boot args) (wwoods)
- write new options to zipl.conf (dan)
* Tue Apr 03 2012 Brian C. Lane <bcl@redhat.com> - 17.18-1
- Revert "Wait for device activation / "online" hook if rd.neednet is set"
(bcl)
- Add missing os import to platform.py (bcl)
* Tue Apr 03 2012 Brian C. Lane <bcl@redhat.com> - 17.17-1
- Don't allow /usr as a separate partition (#804913) (clumens)
- use /sys/class/dmi instead of dmidecode (bcl)
- restore the GPT blacklist code (bcl)
- add virtio rsyslogd logging to anaconda (bcl)
- dracut/parse-kickstart: handle network --device=link (or none) (wwoods)
- dracut: fix kssendmac/inst.ks.sendmac (wwoods)
- Set ONBOOT=yes for at least one wired netdev by default (#806466) (wwoods)
- detect live backing device (#809342) (dlehman)
- Wait for device activation / "online" hook if rd.neednet is set (wwoods)
- Fix kickstart failure if ks is on the same disk as stage2 (wwoods)
- fix 'mount: Too many levels of symbolic links' error message (wwoods)
- support {stage2,repo}=.../path/to/file.img (#808499) (wwoods)
- dracut when_diskdev_appears: only run cmd once per device (wwoods)
- dracut: don't do kickstart twice, don't use root.info (wwoods)
- Don't use the bootloader config path to find the splash image (#807510)
(pjones)
* Wed Mar 28 2012 Brian C. Lane <bcl@redhat.com> - 17.16-1
- makeupdates: install liveinst to /usr/sbin (bcl)
- liveinst: adjust updates path (#807397) (bcl)
- dracut: add missing spaces for module loading (#804522) (bcl)
- Don't set MALLOC_PERTURB_ when calling grub2-install. (workaround #806784)
(pjones)
* Tue Mar 27 2012 Brian C. Lane <bcl@redhat.com> - 17.15-1
- make ks=file:... parse kickstart earlier (#806931) (wwoods)
- Let "root=..." override "repo=..." (wwoods)
- dracut cleanup: use consistent filenames for cmdline.d files (wwoods)
- fix "strsep: command not found" error with repo:hd:.. (#806966) (wwoods)
- load modules needed by Anaconda (#804522) (bcl)
- Fix nfs/nfsiso (NM handover problems / empty net.ifaces) (wwoods)
- Format PReP partition (hamzy)
* Thu Mar 22 2012 Brian C. Lane <bcl@redhat.com> - 17.14-1
- Revert "dracut: use /run/install/source for repodir" (bcl)
- Disable creation of btrfs filesystems aside from kickstart. (#787341)
(dlehman)
- fix text mode KeyError crash (#804483) (wwoods)
- Default to text-mode if 'console=XXX' was provided (#804506) (wwoods)
- dracut startup: "Loading $product $version $arch installer..." (wwoods)
- fix nfsiso:...:/path/to/filename.iso (#804515) (wwoods)
- fix typo in makeupdates (bcl)
- makeupdates: add support for updating systemd services/targets (wwoods)
- disable warnings about boot options needing 'inst.XXX' (wwoods)
- Create default ifcfg-* for each interface (#804504, #804716) (wwoods)
- save ifcfg for every interface we bring up (wwoods)
- Let systemd handle terminal setup, fix possible race with NM (wwoods)
- Migrate PPC from Yaboot to Grub2 for Anaconda (hamzy)
- dracut: fix anaconda-netroot for inst.repo=nfsiso:.. (wwoods)
- dracut: accept inst.updates or updates for live.updates (wwoods)
- makeupdates: put files the right places (wwoods)
- dracut: use /run/install/source for repodir (wwoods)
- read args from 80kickstart.conf (bcl)
* Fri Mar 16 2012 Brian C. Lane <bcl@redhat.com> - 17.13-1
- anaconda.service Wants=NetworkManager.service (wwoods)
- make sure we save the network setup for any network device we used (wwoods)
- make sure parse-kickstart's ifcfg files get copied to the system (wwoods)
- fedora-import-state.service is in initscripts now (wwoods)
- Add flag to disable available-memory check (for debugging etc.) (wwoods)
- fix logic for setting set rd.{luks,dm,md,lvm}=0 (wwoods)
- fix run_kickstart for the non-repo case (wwoods)
- run_kickstart: go back to targeted cmdline parsing (wwoods)
- parse-kickstart: write ifcfg files for all net devs (wwoods)
- add the traditional anaconda dhcpclass (wwoods)
- cleanups and fixes for ksdevice/bootdev handling (wwoods)
- drop unused when_netdev_online function (wwoods)
- make run_kickstart re-parse the whole commandline (wwoods)
- set rd.{luks,dm,md,lvm}=0 unless the user says otherwise (wwoods)
- handle inst.* cmdline args correctly (bcl)
- fixup for syntax error in inst.ks/--kickstart patch (wwoods)
- set ANACONDA=1 udev property in the right place (wwoods)
- fix inst.ks handling in anaconda (wwoods)
- fixups: run ks early, don't repeat netroot (wwoods)
- fixup: "online" hook renamed "initqueue/online" upstream (wwoods)
- Quiet bash error message if (optional) treeinfo is missing (wwoods)
- a couple small cleanups/fixes for fedora-import-state.service (wwoods)
- anaconda-shell service tweaks (wwoods)
- add fedora-import-state.service (fix NFS root: #799989) (wwoods)
- anaconda-netroot.sh: make sure dracut writes out the ifcfg files (wwoods)
- Use "online" hook to handle anaconda network root devices (wwoods)
- Fetch network kickstarts from the "online" hook (wwoods)
- set wait_for_dev /dev/root in parse-anaconda-repo.sh (wwoods)
- fix find_runtime() and parse_kickstart() (wwoods)
- kickstart parsing fixups: keep running if parse fails (wwoods)
- handle more KickstartErrors (wwoods)
- anaconda-lib: make sure we only run when_*_online jobs once (wwoods)
- add missing newline to /tmp/ks.info (wwoods)
- don't source dracut-lib.sh twice (it causes crashes) (wwoods)
- kickstart: only wait for kickstart if we're actually fetching it (wwoods)
- fetch-kickstart-*: actually do run_kickstart (wwoods)
- python-deps: cleanups/comments (wwoods)
- replace pythondeps.sh with python-deps (python script) (wwoods)
- move parse-kickstart.py back to parse-kickstart (wwoods)
- Makefile.am: use dist_dracut_SCRIPTS to make scripts executable (wwoods)
- fix bad path for parse-kickstart.py (wwoods)
- refactor network handling (support ibft and ksdevice) (wwoods)
- update Makefile.am (wwoods)
- add fetch-kickstart-disk and fetch-kickstart-net (wwoods)
- make cd autoprobe catchall rule actually run for each device (wwoods)
- fix inst.repo=cdrom (wwoods)
- move deprecation warnings into parse-anaconda-options.sh (wwoods)
- add wait_for_kickstart() (wwoods)
- parse-kickstart updates (wwoods)
- anaconda-lib: rename check_isodir, add anaconda_live_root_dir (wwoods)
- anaconda-{nfs,disk}root updates (wwoods)
- split genrules into repo-genrules.sh and kickstart-genrules.sh (wwoods)
- minor parse cleanups for kickstart and repo (wwoods)
- improve handling of anaconda repo root stuff (wwoods)
- parse-kickstart: return filename, drop biospart junk (wwoods)
- make sure edd is loaded, if available (wwoods)
- Drop dmidecode binary, just cat /sys/class/dmi/id/product_serial (wwoods)
- dracut/anaconda-genrules.sh: add catch-all rule for autoprobing CDs (wwoods)
- add more kickstart code, shuffle genrules code around (wwoods)
- move disk_to_dev_path to anaconda-lib (wwoods)
- edit anaconda-urlroot status messages (wwoods)
- fix typo in anaconda-urlroot (wwoods)
- add anaconda-urlroot (handle inst.repo=[http|ftp]) (wwoods)
- whoops, forgot anaconda-lib.sh (wwoods)
- dracut: check for .buildstamp in /run/initramfs (wwoods)
- anaconda-dracut: make sure we execute pythondeps.sh (wwoods)
- dumb typo fix: "convertfs", not "covertfs" (wwoods)
- dracut: move to /usr/lib (wwoods)
- dracut: depend on "convertfs" module (wwoods)
- Make anaconda-dracut subpackage noarch (wwoods)
- Add anaconda dracut module [WIP!] (wwoods)
- Completely remove loader/ (wwoods)
- We've got you cornered now, loader: remove from automake/spec/po (wwoods)
- move linuxrc.s390 out of harm's way (wwoods)
- move vncpassword handling into anaconda; remove recoverVNCPassword (wwoods)
- Remove misc. references to loader (wwoods)
- remove ancient anaconda-release-notes.txt (wwoods)
- remove scripts/upd-initrd and scripts/upd-bootiso (wwoods)
- Move from loader.service to anaconda.service (wwoods)
- Schedule (no-op) btrfs format create actions. (#799154) (dlehman)
- intelligently choose the window size (#800609) (bcl)
- fix text upgrade bootloader dialog (#742207) (bcl)
* Tue Mar 06 2012 Brian C. Lane <bcl@redhat.com> - 17.12-1
- only allow GPT boot flag on EFI System partition (#746895) (bcl)
- Add dracut args for /usr to bootloader (#787893) (bcl)
- Make sure all kickstart partition reqs get appropriate weight setting.
(dlehman)
- Fix test for unsupported format type in kickstart. (dlehman)
- Update the fs size limit for ext3/ext4 from 8TB to 16TB. (dlehman)
- Don't allow /boot on logical partition except for grub. (dlehman)
- empty versions shouldn't be upgradable or traceback (#791317) (bcl)
- Don't crash when broken md devices are present. (#731177) (dlehman)
- Add missing definition of BTRFSError. (#796013) (dlehman)
* Tue Feb 21 2012 Brian C. Lane <bcl@redhat.com> - 17.11-1
- import using the right path to iutil (bcl)
* Mon Feb 20 2012 Brian C. Lane <bcl@redhat.com> - 17.10-1
- use a dracut shutdown hook to eject media (#787461) (bcl)
- add dracut shutdown eject hook function (#787461) (bcl)
- The createSuggested methods have changed name (#791204, #795058). (clumens)
- Generate repo= ks command only for repos added by user (#738577) (rvykydal)
- Use libpwquality to check root password strength (#755883) (mgracik)
- Generate connection UUID in inital ifcfg files created by anaconda (#705328)
(rvykydal)
- Take in change of a binary name (brcm_iscsiuio -> iscsiuio) (#731761)
(rvykydal)
- Set ONBOOT=yes for FCoE devices (#755147) (rvykydal)
- Fix a typo (#794504). (clumens)
- Add support for network --device=link in stage2 kickstart (#790332)
(rvykydal)
- Set default lang and create default locale files early (wwoods)
- Add 'traceback' boot option for python-meh and libreport testing (vpodzime)
* Thu Feb 16 2012 Brian C. Lane <bcl@redhat.com> - 17.9-1
- Don't set the pmbr bootable flag on Macs, whether booted via EFI or not (mjg)
- Don't set GPT HFS+ partitions as bootable (mjg)
- Mark HFS+ as fsckable (mjg)
- fix setattr in set_cmdline_bool (pschindl)
- Add _mounttype to HFSPlus (mjg)
- Add support for UEFI Mac installs (mjg)
- Add support for HFS+ partitions (mjg)
* Mon Feb 13 2012 Brian C. Lane <bcl@redhat.com> - 17.8-1
- Clear partitions' metadata when 'clearpart --initlabel' used. (#783841)
(cherry picked from commit 15307cc091212cc69b599b90c239492c9c9586ec)
(dlehman)
- Fix support for detecting existing mirrored lvs. (#734128) (dlehman)
- fix potential EFIGRUB infinite loop (bcl)
- finish ROOT_PATH changes in bootloader (#789169) (bcl)
- Be more verbose about upgrade failures (#735060) (bcl)
- Skip setting PMBR boot flag on EFI (#754850) (mjg)
- Updated transifex config for f17-branch (bcl)
* Wed Feb 08 2012 Brian C. Lane <bcl@redhat.com> - 17.7-1
- anaconda_optparse.py: a new OptionParser that also reads boot args (wwoods)
- Add flags.set_cmdline_bool and flags.read_cmdline (wwoods)
- flags.py: add new BootArgs() object for dealing with boot args (wwoods)
- flags.py: rework/cleanup Flags object (wwoods)
- fix serial console option parsing (#767745) (wwoods)
- run convertfs on upgrade (#787893) (bcl)
- check if stdout and stderr are the same in execWithRedirect and open the file
only once in such cases (mmatsuya)
- Disable ipv6 on target system when using noipv6 option (#735791) (rvykydal)
* Mon Feb 06 2012 Brian C. Lane <bcl@redhat.com> - 17.6-1
- Set the boot flag on the GPT PMBR (#754850) (bcl)
- Add missing _boot_description values for dasd and zfcp (#739620) (dcantrell)

View File

@ -1 +1 @@
1c522f7e0be851f8f032afccd5f61370 anaconda-17.6.tar.bz2
4096cc92fd59cdfc82b9b5b1e335d4e0 anaconda-17.29.tar.bz2