1 |
wellsi |
1.1 |
%define livearches %{ix86} x86_64 ppc ppc64 |
2 |
|
|
%define _libdir %{_prefix}/lib |
3 |
|
|
|
4 |
|
|
Summary: Graphical system installer |
5 |
|
|
Name: anaconda |
6 |
|
|
Version: 13.21.195 |
7 |
|
|
Release: 1%{?dist}.1 |
8 |
|
|
License: GPLv2+ |
9 |
|
|
Group: Applications/System |
10 |
|
|
URL: http://fedoraproject.org/wiki/Anaconda |
11 |
|
|
|
12 |
|
|
# To generate Source0 do: |
13 |
|
|
# git clone http://git.fedorahosted.org/git/anaconda.git |
14 |
|
|
# git checkout -b archive-branch anaconda-%{version}-%{release} |
15 |
|
|
# ./autogen.sh |
16 |
|
|
# ./configure |
17 |
|
|
# make dist |
18 |
|
|
Source0: %{name}-%{version}.tar.bz2 |
19 |
|
|
Patch1000: anaconda-centos-installclass.patch |
20 |
|
|
Patch1002: anaconda-centos-droprepos.patch |
21 |
|
|
Patch1003: anaconda-centos-unsupported-hardware-note.patch |
22 |
|
|
|
23 |
|
|
|
24 |
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
25 |
|
|
|
26 |
|
|
# Versions of required components (done so we make sure the buildrequires |
27 |
|
|
# match the requires versions of things). |
28 |
|
|
%define dmver 1.02.17-6 |
29 |
|
|
%define gettextver 0.11 |
30 |
|
|
%define genisoimagever 1.1.9-4 |
31 |
|
|
%define intltoolver 0.31.2-3 |
32 |
|
|
%define libnlver 1.0 |
33 |
|
|
%define libselinuxver 1.6 |
34 |
|
|
%define pykickstartver 1.74.12 |
35 |
|
|
%define rpmpythonver 4.2-0.61 |
36 |
|
|
%define slangver 2.0.6-2 |
37 |
|
|
%define yumver 2.9.2 |
38 |
|
|
%define partedver 1.8.1 |
39 |
|
|
%define pypartedver 3.0 |
40 |
|
|
%define syscfgdatever 1.9.48 |
41 |
|
|
%define pythonpyblockver 0.45-2 |
42 |
|
|
%define e2fsver 1.41.0 |
43 |
|
|
%define nmver 1:0.7.1-3.git20090414 |
44 |
|
|
%define dbusver 1.2.3 |
45 |
|
|
%define createrepover 0.4.7 |
46 |
|
|
%define yumutilsver 1.1.11-3 |
47 |
|
|
%define iscsiver 6.2.0.870-3 |
48 |
|
|
%define pythoncryptsetupver 0.0.6 |
49 |
|
|
%define mehver 0.8 |
50 |
|
|
%define sckeyboardver 1.3.1 |
51 |
|
|
%define libblkid 2.17.1-1 |
52 |
|
|
%define fcoeutilsver 1.0.12-3.20100323git |
53 |
|
|
%define isomd5sumver 1.0.6 |
54 |
|
|
|
55 |
|
|
BuildRequires: audit-libs-devel |
56 |
|
|
BuildRequires: bzip2-devel |
57 |
|
|
BuildRequires: device-mapper-devel >= %{dmver} |
58 |
|
|
BuildRequires: e2fsprogs-devel >= %{e2fsver} |
59 |
|
|
BuildRequires: elfutils-devel |
60 |
|
|
BuildRequires: gettext >= %{gettextver} |
61 |
|
|
BuildRequires: gtk2-devel |
62 |
|
|
BuildRequires: intltool >= %{intltoolver} |
63 |
|
|
BuildRequires: isomd5sum-devel >= %{isomd5sumver} |
64 |
|
|
BuildRequires: libarchive-devel |
65 |
|
|
BuildRequires: libX11-devel |
66 |
|
|
BuildRequires: libXt-devel |
67 |
|
|
BuildRequires: libXxf86misc-devel |
68 |
|
|
BuildRequires: libblkid-devel >= %{libblkid} |
69 |
|
|
BuildRequires: libcurl-devel |
70 |
|
|
BuildRequires: libnl-devel >= %{libnlver} |
71 |
|
|
BuildRequires: libselinux-devel >= %{libselinuxver} |
72 |
|
|
BuildRequires: libsepol-devel |
73 |
|
|
BuildRequires: libxml2-python |
74 |
|
|
BuildRequires: newt-devel |
75 |
|
|
BuildRequires: pango-devel |
76 |
|
|
BuildRequires: pykickstart >= %{pykickstartver} |
77 |
|
|
BuildRequires: python-devel |
78 |
|
|
BuildRequires: python-urlgrabber >= 3.9.1-5 |
79 |
|
|
BuildRequires: rpm-devel |
80 |
|
|
BuildRequires: rpm-python >= %{rpmpythonver} |
81 |
|
|
BuildRequires: slang-devel >= %{slangver} |
82 |
|
|
BuildRequires: xmlto |
83 |
|
|
BuildRequires: yum >= %{yumver} |
84 |
|
|
BuildRequires: zlib-devel |
85 |
|
|
BuildRequires: NetworkManager-devel >= %{nmver} |
86 |
|
|
BuildRequires: NetworkManager-glib-devel >= %{nmver} |
87 |
|
|
BuildRequires: dbus-devel >= %{dbusver} |
88 |
|
|
BuildRequires: system-config-keyboard >= %{sckeyboardver} |
89 |
|
|
%ifarch %livearches |
90 |
|
|
BuildRequires: desktop-file-utils |
91 |
|
|
%endif |
92 |
|
|
BuildRequires: iscsi-initiator-utils-devel >= %{iscsiver} |
93 |
|
|
%ifarch s390 s390x |
94 |
|
|
BuildRequires: s390utils-devel |
95 |
|
|
%endif |
96 |
|
|
|
97 |
|
|
Requires: python-meh >= %{mehver} |
98 |
|
|
Requires: policycoreutils |
99 |
|
|
Requires: rpm-python >= %{rpmpythonver} |
100 |
|
|
Requires: comps-extras |
101 |
|
|
Requires: parted >= %{partedver} |
102 |
|
|
Requires: pyparted >= %{pypartedver} |
103 |
|
|
Requires: yum >= %{yumver} |
104 |
|
|
Requires: libxml2-python |
105 |
|
|
Requires: python-urlgrabber >= 3.9.1-5 |
106 |
|
|
Requires: system-logos |
107 |
|
|
Requires: pykickstart >= %{pykickstartver} |
108 |
|
|
Requires: system-config-date >= %{syscfgdatever} |
109 |
|
|
Requires: device-mapper >= %{dmver} |
110 |
|
|
Requires: device-mapper-libs >= %{dmver} |
111 |
|
|
Requires: dosfstools |
112 |
|
|
Requires: e2fsprogs >= %{e2fsver} |
113 |
|
|
Requires: gzip |
114 |
|
|
Requires: xz |
115 |
|
|
Requires: libarchive |
116 |
|
|
%ifarch %{ix86} x86_64 ia64 |
117 |
|
|
Requires: dmidecode |
118 |
|
|
%endif |
119 |
|
|
Requires: python-pyblock >= %{pythonpyblockver} |
120 |
|
|
Requires: libuser-python |
121 |
|
|
Requires: newt-python |
122 |
|
|
Requires: authconfig |
123 |
|
|
Requires: system-config-firewall-base |
124 |
|
|
Requires: cryptsetup-luks |
125 |
|
|
Requires: python-cryptsetup >= %{pythoncryptsetupver} |
126 |
|
|
Requires: mdadm |
127 |
|
|
Requires: lvm2 |
128 |
|
|
Requires: util-linux-ng >= 2.15.1 |
129 |
|
|
Requires: system-config-keyboard >= %{sckeyboardver} |
130 |
|
|
Requires: dbus-python |
131 |
|
|
Requires: cracklib-python |
132 |
|
|
Requires: python-nss |
133 |
|
|
Requires: tigervnc-server |
134 |
|
|
%ifarch %livearches |
135 |
|
|
Requires: usermode |
136 |
|
|
Requires: zenity |
137 |
|
|
%endif |
138 |
|
|
Requires: createrepo >= %{createrepover} |
139 |
|
|
Requires: squashfs-tools |
140 |
|
|
Requires: genisoimage >= %{genisoimagever} |
141 |
|
|
%ifarch %{ix86} x86_64 |
142 |
|
|
Requires: syslinux >= 3.73 |
143 |
|
|
Requires: makebootfat |
144 |
|
|
Requires: device-mapper |
145 |
|
|
%endif |
146 |
|
|
%ifarch s390 s390x |
147 |
|
|
Requires: openssh |
148 |
|
|
%endif |
149 |
|
|
Requires: isomd5sum |
150 |
|
|
Requires: yum-utils >= %{yumutilsver} |
151 |
|
|
Requires: NetworkManager >= %{nmver} |
152 |
|
|
Requires: dhclient |
153 |
|
|
Requires: anaconda-yum-plugins |
154 |
|
|
Requires: libselinux-python >= %{libselinuxver} |
155 |
|
|
Requires: fcoe-utils >= %{fcoeutilsver} |
156 |
|
|
%ifarch %{sparc} |
157 |
|
|
Requires: elftoaout piggyback |
158 |
|
|
%endif |
159 |
|
|
Obsoletes: anaconda-images <= 10 |
160 |
|
|
Provides: anaconda-images = %{version}-%{release} |
161 |
|
|
Obsoletes: anaconda-runtime < %{version}-%{release} |
162 |
|
|
Provides: anaconda-runtime = %{version}-%{release} |
163 |
|
|
Obsoletes: booty |
164 |
|
|
|
165 |
|
|
%description |
166 |
|
|
The anaconda package contains the program which was used to install your |
167 |
|
|
system. These files are of little use on an already installed system. |
168 |
|
|
|
169 |
|
|
%prep |
170 |
|
|
|
171 |
|
|
%setup -q |
172 |
|
|
|
173 |
|
|
%patch1000 -p1 |
174 |
|
|
%patch1002 -p1 |
175 |
|
|
%patch1003 -p1 |
176 |
|
|
|
177 |
|
|
%build |
178 |
|
|
%configure --disable-static |
179 |
|
|
%{__make} %{?_smp_mflags} |
180 |
|
|
|
181 |
|
|
%install |
182 |
|
|
%{__rm} -rf %{buildroot} |
183 |
|
|
%{__make} install DESTDIR=%{buildroot} |
184 |
|
|
find %{buildroot} -type f -name "*.la" | xargs %{__rm} |
185 |
|
|
|
186 |
|
|
%ifarch %livearches |
187 |
|
|
desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop |
188 |
|
|
%else |
189 |
|
|
%{__rm} -rf %{buildroot}%{_bindir}/liveinst %{buildroot}%{_sbindir}/liveinst |
190 |
|
|
%endif |
191 |
|
|
|
192 |
|
|
%find_lang %{name} |
193 |
|
|
|
194 |
|
|
%clean |
195 |
|
|
%{__rm} -rf %{buildroot} |
196 |
|
|
|
197 |
|
|
%ifarch %livearches |
198 |
|
|
%post |
199 |
|
|
update-desktop-database &> /dev/null || : |
200 |
|
|
%endif |
201 |
|
|
|
202 |
|
|
%ifarch %livearches |
203 |
|
|
%postun |
204 |
|
|
update-desktop-database &> /dev/null || : |
205 |
|
|
%endif |
206 |
|
|
|
207 |
|
|
%files -f %{name}.lang |
208 |
|
|
%defattr(-,root,root) |
209 |
|
|
%doc COPYING |
210 |
|
|
%doc docs/command-line.txt |
211 |
|
|
%doc docs/install-methods.txt |
212 |
|
|
%doc docs/mediacheck.txt |
213 |
|
|
%doc docs/anaconda-release-notes.txt |
214 |
|
|
/lib/udev/rules.d/70-anaconda.rules |
215 |
|
|
%{_sbindir}/anaconda |
216 |
|
|
%ifarch i386 i486 i586 i686 x86_64 |
217 |
|
|
%{_sbindir}/gptsync |
218 |
|
|
%{_sbindir}/showpart |
219 |
|
|
%endif |
220 |
|
|
%{_datadir}/anaconda |
221 |
|
|
%{_prefix}/lib/anaconda |
222 |
|
|
%{_prefix}/lib/anaconda-runtime |
223 |
|
|
%ifarch %livearches |
224 |
|
|
%{_bindir}/liveinst |
225 |
|
|
%{_sbindir}/liveinst |
226 |
|
|
%config(noreplace) %{_sysconfdir}/pam.d/* |
227 |
|
|
%config(noreplace) %{_sysconfdir}/security/console.apps/* |
228 |
|
|
%{_sysconfdir}/X11/xinit/xinitrc.d/* |
229 |
|
|
%{_datadir}/applications/*.desktop |
230 |
|
|
%{_datadir}/icons/hicolor/* |
231 |
|
|
%endif |
232 |
|
|
|
233 |
|
|
%changelog |
234 |
|
|
* Mon Feb 25 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.195.1.el6.centos.1 |
235 |
|
|
- Build for CentOS-6.4 |
236 |
|
|
- Remove upstream branding from unsupported hardware report (#5863 kevbo) |
237 |
|
|
|
238 |
|
|
* Tue Jan 22 2013 Brian C. Lane <bcl@redhat.com> - 13.21.195-1 |
239 |
|
|
- Disconnect active slaves before activating bond (rvykydal) |
240 |
|
|
Related: rhbz#662007 |
241 |
|
|
Resolves: rhbz#662007 |
242 |
|
|
- Some modules for Microsoft PV have different names (vpodzime) |
243 |
|
|
Related: rhbz#834689 |
244 |
|
|
|
245 |
|
|
* Tue Jan 15 2013 Brian C. Lane <bcl@redhat.com> - 13.21.194-1 |
246 |
|
|
- Fix nompath handling in advanced storage filter path. (dlehman) |
247 |
|
|
Resolves: rhbz#821042 |
248 |
|
|
|
249 |
|
|
* Tue Jan 08 2013 Brian C. Lane <bcl@redhat.com> - 13.21.193-1 |
250 |
|
|
- catch runtime errors and display message to user (sbueno+anaconda) |
251 |
|
|
Resolves: rhbz#730023 |
252 |
|
|
- raise OSError with an error code and error string (sbueno+anaconda) |
253 |
|
|
Resolves: rhbz#730023 |
254 |
|
|
|
255 |
|
|
* Tue Dec 18 2012 Brian C. Lane <bcl@redhat.com> - 13.21.192-1 |
256 |
|
|
- Fix handling of nompath option. (dlehman) |
257 |
|
|
Related: rhbz#821042 |
258 |
|
|
|
259 |
|
|
* Fri Dec 14 2012 Brian C. Lane <bcl@redhat.com> - 13.21.191-1 |
260 |
|
|
- include .ssh.hmac in image (bcl) |
261 |
|
|
Resolves: rhbz#886479 |
262 |
|
|
- Pass lv name sans vg name to safeLvmName. (dlehman) |
263 |
|
|
Resolves: rhbz#886150 |
264 |
|
|
- Validate and correct vg names as needed. (dlehman) |
265 |
|
|
Related: rhbz#747278 |
266 |
|
|
|
267 |
|
|
* Tue Dec 11 2012 Brian C. Lane <bcl@redhat.com> - 13.21.190-1 |
268 |
|
|
- Don't perform unnecessary str formatting on boot dev name (sbueno+anaconda) |
269 |
|
|
Resolves: rhbz#875652 |
270 |
|
|
- Generate kickstart fcoe commands for devices added in UI (rvykydal) |
271 |
|
|
Related: rhbz#813998 |
272 |
|
|
Resolves: rhbz#813998 |
273 |
|
|
|
274 |
|
|
* Mon Dec 10 2012 Brian C. Lane <bcl@redhat.com> - 13.21.189-1 |
275 |
|
|
- Revert "Generate kickstart fcoe commands for devices added in UI" |
276 |
|
|
|
277 |
|
|
* Mon Dec 10 2012 Brian C. Lane <bcl@redhat.com> - 13.21.188-1 |
278 |
|
|
- Revert "Reserve 50% of VG for interactive installs (bcl)" |
279 |
|
|
Resolves: rhbz#875918 |
280 |
|
|
Resolves: rhbz#884761 |
281 |
|
|
- Fix fipvlan -f argument once more and for good (rvykydal) |
282 |
|
|
Related: rhbz#836321 |
283 |
|
|
- Generate kickstart fcoe commands for devices added in UI (rvykydal) |
284 |
|
|
Related: rhbz#813998 |
285 |
|
|
Resolves: rhbz#813998 |
286 |
|
|
|
287 |
|
|
* Thu Nov 29 2012 Brian C. Lane <bcl@redhat.com> - 13.21.187-1 |
288 |
|
|
- cleanup addon repo cache dirs before upgrade (bcl) |
289 |
|
|
Resolves: rhbz#746925 |
290 |
|
|
|
291 |
|
|
* Mon Nov 26 2012 Brian C. Lane <bcl@redhat.com> - 13.21.186-1 |
292 |
|
|
- always show reserved space in lvm dialog (bcl) |
293 |
|
|
Resolves: rhbz#879667 |
294 |
|
|
|
295 |
|
|
* Mon Nov 19 2012 Brian C. Lane <bcl@redhat.com> - 13.21.185-1 |
296 |
|
|
- update mdraid superBlock space calculation (bcl) |
297 |
|
|
Resolves: rhbz#876450 |
298 |
|
|
|
299 |
|
|
* Fri Nov 16 2012 Brian C. Lane <bcl@redhat.com> - 13.21.184-1 |
300 |
|
|
- Reserve 50% of VG for interactive installs (bcl) |
301 |
|
|
Resolves: rhbz#875918 |
302 |
|
|
|
303 |
|
|
* Fri Oct 26 2012 Brian C. Lane <bcl@redhat.com> - 13.21.183-1 |
304 |
|
|
- Add Microsoft PV drivers (vpodzime) |
305 |
|
|
Resolves: rhbz#834689 |
306 |
|
|
|
307 |
|
|
* Mon Oct 22 2012 Brian C. Lane <bcl@redhat.com> - 13.21.182-1 |
308 |
|
|
- Do not use boot= in grub with fips=1 and /boot on / (vpodzime) |
309 |
|
|
Resolves: rhbz#851249 |
310 |
|
|
- Add missing pieces for kickstart encryption cipher option. (dlehman) |
311 |
|
|
Related: rhbz#838736 |
312 |
|
|
|
313 |
|
|
* Mon Oct 15 2012 Brian C. Lane <bcl@redhat.com> - 13.21.181-1 |
314 |
|
|
- mpath: fix bug in parseMultipathOutput (wwoods) |
315 |
|
|
Resolves: rhbz#803883 |
316 |
|
|
- Configure new-kernel-pkg to keep tboot configuration on updates (pjones) |
317 |
|
|
Resolves: rhbz#742885 |
318 |
|
|
- Honor the nompath parameter. (dlehman) |
319 |
|
|
Resolves: rhbz#821042 |
320 |
|
|
- Validate lv names. (dlehman) |
321 |
|
|
Resolves: rhbz#747278 |
322 |
|
|
- Add support for specifying encryption cipher mode via kickstart. (dlehman) |
323 |
|
|
Related: rhbz#838736 |
324 |
|
|
- Implementing a delay algorithm for slow bios storage devices (B_B_Singh) |
325 |
|
|
Resolves: rhbz#848741 |
326 |
|
|
- Add support for fcoe --autovlan kickstart option (rvykydal) |
327 |
|
|
Resolves: rhbz#813998 |
328 |
|
|
- Add fcoe kickstart support (rvykydal) |
329 |
|
|
Resolves: rhbz#813998 |
330 |
|
|
- add unsupported_hardware kickstart command (bcl) |
331 |
|
|
Resolves: rhbz#824963 |
332 |
|
|
|
333 |
|
|
* Wed Oct 03 2012 Brian C. Lane <bcl@redhat.com> - 13.21.180-1 |
334 |
|
|
- use udev_resolve_devspec to resolve raid onpart members (bcl) |
335 |
|
|
Resolves: rhbz#809641 |
336 |
|
|
- fix duplicate raid error message on unsupported arch (kamalesh) |
337 |
|
|
Resolves: rhbz#811197 |
338 |
|
|
- handle zero size package metadata (bcl) |
339 |
|
|
Resolves: rhbz#823690 |
340 |
|
|
- Fix handling of non-valid nameserver ips (rvykydal) |
341 |
|
|
Resolves: rhbz#795535 |
342 |
|
|
Related: rhbz#795535 |
343 |
|
|
- Support multiple nameservers in loader TUI (rvykydal) |
344 |
|
|
Resolves: rhbz#795535 |
345 |
|
|
|
346 |
|
|
* Thu Sep 20 2012 Brian C. Lane <bcl@redhat.com> - 13.21.179-1 |
347 |
|
|
- Take into account all configured ifaces when setting GATEWAY (rvykydal) |
348 |
|
|
Resolves: rhbz#846393 |
349 |
|
|
- Use proper labeling of automatic ipv6 configuration in loader (rvykydal) |
350 |
|
|
Resolves: rhbz#656315 |
351 |
|
|
- Don't limit linksleep option to ksdevice="link" ifaces (dustymabe) |
352 |
|
|
Resolves: rhbz#784001 |
353 |
|
|
- Rescan all disks when moving back through UI (bcl) |
354 |
|
|
Resolves: rhbz#804557 |
355 |
|
|
- vlan support: enable vlan in NM in target system (rvykydal) |
356 |
|
|
Resolves: rhbz#668065 |
357 |
|
|
- Do not do kssendmac by default. That's what the parameter is for (mpoole). |
358 |
|
|
(clumens) |
359 |
|
|
Resolves: rhbz#814253 |
360 |
|
|
- bonding support: enable bonding in NM in target system (rvykydal) |
361 |
|
|
Resolves: rhbz#662007 |
362 |
|
|
- bonding support: only in loader (i.e. for activated devices) (rvykydal) |
363 |
|
|
Resolves: rhbz#662007 |
364 |
|
|
- bonding support: kickstart (rvykydal) |
365 |
|
|
Resolves: rhbz#662007 |
366 |
|
|
- bonding support: boot option (rvykydal) |
367 |
|
|
Resolves: rhbz#662007 |
368 |
|
|
- vlan support: only in loader (i.e. for activated devices) (rvykydal) |
369 |
|
|
Resolves: rhbz#668065 |
370 |
|
|
- vlan support: enable vlan in NM in installer (sysconfig/network) (rvykydal) |
371 |
|
|
Resolves: rhbz#668065 |
372 |
|
|
- vlan support: vlan device is found only when activated (rvykydal) |
373 |
|
|
Resolves: rhbz#668065 |
374 |
|
|
- vlan support: loader (rvykydal) |
375 |
|
|
Resolves: rhbz#668065 |
376 |
|
|
- Add missing '-fcoe' suffix to fipvlan -f option (rvykydal) |
377 |
|
|
Resolves: rhbz#836321 |
378 |
|
|
- Enable modprobe blacklists (msivak) |
379 |
|
|
Resolves: rhbz#840723 |
380 |
|
|
- Restore execute bits for DUD binaries (msivak) |
381 |
|
|
Resolves: rhbz#819564 |
382 |
|
|
- Require new version of pykickstart (vpodzime) |
383 |
|
|
Related: rhbz#848818 |
384 |
|
|
- Add support for swap --hibernation on LVM (vpodzime) |
385 |
|
|
Resolves: rhbz#848818 |
386 |
|
|
- Try to use both udev_resolve_devspec(pv) and pv as device name (vpodzime) |
387 |
|
|
Resolves: rhbz#809640 |
388 |
|
|
|
389 |
|
|
* Thu Aug 16 2012 Brian C. Lane <bcl@redhat.com> - 13.21.178-1 |
390 |
|
|
- verify package checksums against metadata (bcl) |
391 |
|
|
Resolves: rhbz#681224 |
392 |
|
|
- Include sha256sum in the installroot (jkeating) |
393 |
|
|
Resolves: rhbz#838742 |
394 |
|
|
- change missing boot partition error (bcl) |
395 |
|
|
Resolves: rhbz#821336 |
396 |
|
|
- fix typo in GPT warning (bcl) |
397 |
|
|
Resolves: rhbz#801337 |
398 |
|
|
|
399 |
|
|
* Tue Aug 14 2012 Brian C. Lane <bcl@redhat.com> - 13.21.177-1 |
400 |
|
|
- Enable all addon repos when doing upgrade (vpodzime) |
401 |
|
|
Resolves: rhbz#746925 |
402 |
|
|
- Add VMware PV drivers (vpodzime) |
403 |
|
|
Resolves: rhbz#837835 |
404 |
|
|
- Use udev_resolve_devspec to recognize the partition used in --onpart |
405 |
|
|
(vpodzime) |
406 |
|
|
Resolves: rhbz#809640 |
407 |
|
|
- Clear internal dasd list when resetting storage (jkeating) |
408 |
|
|
Resolves: rhbz#823534 |
409 |
|
|
- Reset selinux context on /etc/zipl.conf (jkeating) |
410 |
|
|
Resolves: rhbz#818875 |
411 |
|
|
- Remove unnecessary BOOTPROTO line from ifcfg files (jkeating) |
412 |
|
|
Resolves: rhbz#819486 |
413 |
|
|
- Make zipl call sensitive to non-zero exit (jkeating) |
414 |
|
|
Resolves: rhbz#730023 |
415 |
|
|
- Provide option to make non-zero exits fatal (jkeating) |
416 |
|
|
Related: rhbz#730023 |
417 |
|
|
- Keep format _mountType in sync with _type (jkeating) |
418 |
|
|
Resolves: rhbz#828650 |
419 |
|
|
- Check passphrase unless explicit cancel (jkeating) |
420 |
|
|
Resolves: rhbz#821724 |
421 |
|
|
- Accept iSCSI details on F12 press (jkeating) |
422 |
|
|
Resolves: rhbz#823447 |
423 |
|
|
- Add readonly disks to the ignored list (jkeating) |
424 |
|
|
Resolves: rhbz#772977 |
425 |
|
|
- Trigger udev to get device details visible (jkeating) |
426 |
|
|
Resolves: rhbz#729910 |
427 |
|
|
- Add ability to match sysname when triggering udev (jkeating) |
428 |
|
|
Related: rhbz#729910 |
429 |
|
|
|
430 |
|
|
* Tue Jun 12 2012 David Cantrell <dcantrell@redhat.com> - 13.21.176-1 |
431 |
|
|
- Find initiator name for partial offload iscsi bnx2i devices (rvykydal) |
432 |
|
|
Resolves: rhbz#830756 |
433 |
|
|
|
434 |
|
|
* Fri Jun 01 2012 David Cantrell <dcantrell@redhat.com> - 13.21.175-1 |
435 |
|
|
- Adapt to fipvlan naming change (rvykydal) |
436 |
|
|
Resolves: rhbz#823086 |
437 |
|
|
- Handle offload qla4xxx iscsi devices properly (rvykydal) |
438 |
|
|
Resolves: rhbz#823810 |
439 |
|
|
|
440 |
|
|
* Tue May 29 2012 David Cantrell <dcantrell@redhat.com> - 13.21.174-1 |
441 |
|
|
- Pick up latest translation work (dcantrell) |
442 |
|
|
Resolves: rhbz#816414 |
443 |
|
|
|
444 |
|
|
* Tue May 15 2012 David Cantrell <dcantrell@redhat.com> - 13.21.173-1 |
445 |
|
|
- Set network configuration for root on partial offload iscsi devices |
446 |
|
|
(rvykydal) |
447 |
|
|
Resolves: rhbz#819132 |
448 |
|
|
- Fix traceback trying to import textw.netconfig_text (dcantrell) |
449 |
|
|
Resolves: rhbz#785400 |
450 |
|
|
|
451 |
|
|
* Fri May 11 2012 David Cantrell <dcantrell@redhat.com> - 13.21.172-1 |
452 |
|
|
- Change swap suggestions to the chart proposed in the discussion |
453 |
|
|
(vpodzime) |
454 |
|
|
Resolves: rhbz#744129 |
455 |
|
|
|
456 |
|
|
* Mon May 07 2012 David Cantrell <dcantrell@redhat.com> - 13.21.171-1 |
457 |
|
|
- Load mlx4 modules after DDs to make updates possible (msivak) |
458 |
|
|
Resolves: rhbz#801094 |
459 |
|
|
- Make sure all kickstart partition reqs get appropriate weight setting. |
460 |
|
|
(dlehman) |
461 |
|
|
Resolves: rhbz#813158 |
462 |
|
|
- Show lvm vg free space as a whole number in the partition gui. (dlehman) |
463 |
|
|
Related: rhbz#734128 |
464 |
|
|
- Add sg_inq and sg_readcap to the install image (mgracik) |
465 |
|
|
Resolves: rhbz#737097 |
466 |
|
|
|
467 |
|
|
* Wed Apr 25 2012 David Cantrell <dcantrell@redhat.com> - 13.21.170-1 |
468 |
|
|
- Add ip= dracut parameter for iscsi nodes using default iface (rvykydal) |
469 |
|
|
Resolves: rhbz#500273 |
470 |
|
|
Related: rhbz#500273 |
471 |
|
|
- Do not pass :default:default iscsi nic specification to dracut (rvykydal) |
472 |
|
|
Resolves: rhbz#500273 |
473 |
|
|
Related: rhbz#500273 |
474 |
|
|
- Fix a question in a storage init, when no dispatcher is present (msivak) |
475 |
|
|
Resolves: rhbz#805910 |
476 |
|
|
|
477 |
|
|
* Mon Apr 16 2012 David Cantrell <dcantrell@redhat.com> - 13.21.169-1 |
478 |
|
|
- fall back to global proxy for repos (bcl) |
479 |
|
|
Resolves: rhbz#788537 |
480 |
|
|
- set PROXY environmental variables (bcl) |
481 |
|
|
Resolves: rhbz#800388 |
482 |
|
|
- Add /usr/bin/id to install image (mgracik) |
483 |
|
|
Resolves: rhbz#773545 |
484 |
|
|
- Disable NM for iface used by root on iscsi (rvykydal) |
485 |
|
|
Resolves: rhbz#500273 |
486 |
|
|
Related: rhbz#500273 |
487 |
|
|
|
488 |
|
|
* Fri Apr 13 2012 David Cantrell <dcantrell@redhat.com> - 13.21.168-1 |
489 |
|
|
- Don't write iscsi targets set up via ibft in generated ks (rvykydal) |
490 |
|
|
Resolves: rhbz#811426 |
491 |
|
|
Related: rhbz#811426 |
492 |
|
|
- Fix parsing of iscsi iface udev info for offload devices (rvykydal) |
493 |
|
|
Resolves: rhbz#811426 |
494 |
|
|
- Honour dhcptimeout set for NM in anaconda (rvykydal) |
495 |
|
|
Resolves: rhbz#769145 |
496 |
|
|
Related: rhbz#769145 |
497 |
|
|
|
498 |
|
|
* Thu Apr 05 2012 David Cantrell <dcantrell@redhat.com> - 13.21.167-1 |
499 |
|
|
- Use the translated repo name in the Edit Repository dialog (vpodzime) |
500 |
|
|
Resolves: rhbz#728556 |
501 |
|
|
|
502 |
|
|
* Thu Apr 05 2012 David Cantrell <dcantrell@redhat.com> - 13.21.166-1 |
503 |
|
|
- Unpack also auto_vlan item of fcoe.nic. (rvykydal) |
504 |
|
|
Related: rhbz#735857 |
505 |
|
|
- Add getopt to all architectures (mgracik) |
506 |
|
|
Resolves: rhbz#773545 |
507 |
|
|
|
508 |
|
|
* Wed Apr 04 2012 David Cantrell <dcantrell@redhat.com> - 13.21.165-1 |
509 |
|
|
- Set productIsFinal default value to False (mgracik) |
510 |
|
|
Resolves: rhbz#808935 |
511 |
|
|
- Correct and simplify handling of "bootable" partition requests (dlehman) |
512 |
|
|
Resolves: rhbz#804915 |
513 |
|
|
- Add semicolon to dhclient timeout option (rvykydal) |
514 |
|
|
Resolves: rhbz#769145 |
515 |
|
|
Related: rhbz#769145 |
516 |
|
|
|
517 |
|
|
* Thu Mar 29 2012 David Cantrell <dcantrell@redhat.com> - 13.21.164-1 |
518 |
|
|
- Fix onbiosdisk comparison for kickstart installs (dcantrell) |
519 |
|
|
Resolves: rhbz#802397 |
520 |
|
|
- Catch exception when returning tty control to init on s390(x) (vpodzime) |
521 |
|
|
Resolves: rhbz#747219 |
522 |
|
|
|
523 |
|
|
* Mon Mar 26 2012 David Cantrell <dcantrell@redhat.com> - 13.21.163-1 |
524 |
|
|
- Fix sense of test to identify /boot versus PReP. (dlehman) |
525 |
|
|
Related: rhbz#725418 |
526 |
|
|
- We have to return tty's control to init's process group at exit (vpodzime) |
527 |
|
|
Resolves: rhbz#747219 |
528 |
|
|
- ISIG is not an iflag but lflag (vpodzime) |
529 |
|
|
Related: rhbz#747219 |
530 |
|
|
|
531 |
|
|
* Tue Mar 20 2012 David Cantrell <dcantrell@redhat.com> - 13.21.162-1 |
532 |
|
|
- Fix for checking the number of CPUs on s390x (jstodola) |
533 |
|
|
Resolves: rhbz#736457 |
534 |
|
|
|
535 |
|
|
* Mon Mar 12 2012 Martin Sivak <msivak@redhat.com> - 13.21.161-1 |
536 |
|
|
- Use netdevices.items() to unpack values (mgracik) |
537 |
|
|
Resolves: rhbz#802222 |
538 |
|
|
|
539 |
|
|
* Fri Mar 09 2012 David Cantrell <dcantrell@redhat.com> - 13.21.160-1 |
540 |
|
|
- There is no product named 'Red Hat Enterprise Linux Public Beta' (dcantrell) |
541 |
|
|
Resolves: rhbz#801335 |
542 |
|
|
|
543 |
|
|
* Wed Mar 07 2012 David Cantrell <dcantrell@redhat.com> - 13.21.159-1 |
544 |
|
|
- Add auto_vlan option for fcoe devices in UI (rvykydal) |
545 |
|
|
Resolves: rhbz#735857 |
546 |
|
|
- Fix value for infiniband type used in ifcfg files (rvykydal) |
547 |
|
|
Related: rhbz#660686 |
548 |
|
|
Resolves: rhbz#660686 |
549 |
|
|
- Install and enable rdma service when using IPoIB network device (rvykydal) |
550 |
|
|
Related: rhbz#660686 |
551 |
|
|
Resolves: rhbz#660686 |
552 |
|
|
|
553 |
|
|
* Wed Mar 07 2012 David Cantrell <dcantrell@redhat.com> - 13.21.158-1 |
554 |
|
|
- Use read-only locking for lvm commands in udev rules. (dlehman) |
555 |
|
|
Related: rhbz#783841 |
556 |
|
|
- On PPC use only the boot disk in yaboot.conf (mgracik) |
557 |
|
|
Resolves: rhbz#753108 |
558 |
|
|
|
559 |
|
|
* Mon Mar 05 2012 David Cantrell <dcantrell@redhat.com> - 13.21.157-1 |
560 |
|
|
- Allow installation of optional packages from the base group via ks. (clumens) |
561 |
|
|
Resolves: rhbz#727186 |
562 |
|
|
- iscsi: add iface binding support to discovery and setup TUI (rvykydal) |
563 |
|
|
Resolves: rhbz#500273 |
564 |
|
|
- iscsi: add interface binding support to kickstart (rvykydal) |
565 |
|
|
Resolves: rhbz#500273 |
566 |
|
|
- iscsi: add Configure Network to advanced storage GUI (rvykydal) |
567 |
|
|
Resolves: rhbz#500273 |
568 |
|
|
Related: rhbz#500273 |
569 |
|
|
- iscsi: Display iface in login success dialog (rvykydal) |
570 |
|
|
Resolves: rhbz#500273 |
571 |
|
|
- iscsi: display iface in Discovered Nodes dialog (rvykydal) |
572 |
|
|
Resolves: rhbz#500273 |
573 |
|
|
- iscsi: add iface binding support to iscsi device class (nic) (rvykydal) |
574 |
|
|
Resolves: rhbz#500273 |
575 |
|
|
- iscsi: add iface binding support to discovery and setup GUI (rvykydal) |
576 |
|
|
Resolves: rhbz#500273 |
577 |
|
|
|
578 |
|
|
* Fri Mar 02 2012 David Cantrell <dcantrell@redhat.com> - 13.21.156-1 |
579 |
|
|
- Find the CMSDASD device on guests with one CPU active (dcantrell) |
580 |
|
|
Resolves: rhbz#736457 |
581 |
|
|
- Make sure /boot is on the same disk as prepboot (mgracik) |
582 |
|
|
Resolves: rhbz#727136 |
583 |
|
|
- Implement dhcptimeout boot option (rvykydal) |
584 |
|
|
Resolves: rhbz#769145 |
585 |
|
|
- Fix EFI boot from multipath device (msivak) |
586 |
|
|
Resolves: rhbz#691794 |
587 |
|
|
- ipoib support - write TYPE to ifcfg also for disabled devices (rvykydal) |
588 |
|
|
Related: rhbz#660686 |
589 |
|
|
Resolves: rhbz#660686 |
590 |
|
|
- Fix sense of disklabel size check and add some logging (bcl) |
591 |
|
|
Resolves: rhbz#671230 |
592 |
|
|
|
593 |
|
|
* Tue Feb 28 2012 David Cantrell <dcantrell@redhat.com> - 13.21.155-1 |
594 |
|
|
- Update the fs size limit for ext3/ext4 from 8TB to 16TB. (dlehman) |
595 |
|
|
Resolves: rhbz#767727 |
596 |
|
|
- Clean up obsolete extended partitions if partitioning fails. (dlehman) |
597 |
|
|
Resolves: rhbz#725395 |
598 |
|
|
- Yaboot cannot find /boot if it is on a logical partition. (dlehman) |
599 |
|
|
Resolves: rhbz#725418 |
600 |
|
|
- Add support for reserving space in lvm vgs via kickstart. (dlehman) |
601 |
|
|
Resolves: rhbz#663647 |
602 |
|
|
- Enforce lvm limit of 50 character name length for lvs, vgs. (dlehman) |
603 |
|
|
Resolves: rhbz#747278 |
604 |
|
|
|
605 |
|
|
* Mon Feb 27 2012 David Cantrell <dcantrell@redhat.com> - 13.21.154-1 |
606 |
|
|
- Revert "Support XFS on all filesystems except /boot" |
607 |
|
|
Related: rhbz#766878 |
608 |
|
|
|
609 |
|
|
* Mon Feb 27 2012 David Cantrell <dcantrell@redhat.com> - 13.21.153-1 |
610 |
|
|
- Support XFS on all filesystems except /boot (dcantrell) |
611 |
|
|
Resolves: rhbz#766878 |
612 |
|
|
- Add --same-as-ram kickstart option for swap size specification (vpodzime) |
613 |
|
|
Resolves: rhbz#744129 |
614 |
|
|
- Limit the size of swap partitions (vpodzime) |
615 |
|
|
Resolves: rhbz#744129 |
616 |
|
|
- Correctly handle reqs with max size no larger than base size. (vpodzime) |
617 |
|
|
Related: rhbz#744129 |
618 |
|
|
- Add swapSameAsRam and use it for autopartitioning (vpodzime) |
619 |
|
|
Resolves: rhbz#744129 |
620 |
|
|
- Change swap size suggestion to values from documentation (vpodzime) |
621 |
|
|
Resolves: rhbz#744129 |
622 |
|
|
- Pass ifname to dracut for disconnected fcoe ifaces (rvykydal) |
623 |
|
|
Resolves: rhbz#743784 |
624 |
|
|
- iscsi: fix listing of active nodes of a target (rvykydal) |
625 |
|
|
Resolves: rhbz#752066 |
626 |
|
|
Related: rhbz#752066 |
627 |
|
|
- Fix debug message (an oversight from the patch with fix) (rvykydal) |
628 |
|
|
Resolves: rhbz#752066 |
629 |
|
|
Related: rhbz#752066 |
630 |
|
|
- Generate repo= ks command only for repos added by user (rvykydal) |
631 |
|
|
Resolves: rhbz#738577 |
632 |
|
|
|
633 |
|
|
* Thu Feb 16 2012 David Cantrell <dcantrell@redhat.com> - 13.21.152-1 |
634 |
|
|
- Try nslookup for DNS test in linuxrc.s390 (dcantrell). |
635 |
|
|
Resolves: rhbz#756608 |
636 |
|
|
- Change the ordering of unmount, unlink and rename in shutdown sequence |
637 |
|
|
(vpodzime) |
638 |
|
|
Resolves: rhbz#750417 |
639 |
|
|
- Generate connection UUID in inital ifcfg files created by anaconda (rvykydal) |
640 |
|
|
Resolves: rhbz#705328 |
641 |
|
|
- Take in change of a binary name (brcm_iscsiuio -> iscsiuio) (rvykydal) |
642 |
|
|
Resolves: rhbz#731761 |
643 |
|
|
- Add xhci-hcd module to the initrd (mgracik) |
644 |
|
|
Resolves: rhbz#783245 |
645 |
|
|
- Fix the autogenerated kickstart (mgracik) |
646 |
|
|
Resolves: rhbz#738580 |
647 |
|
|
- Retry automatically when package download fails (mgracik) |
648 |
|
|
Resolves: rhbz#732108 |
649 |
|
|
- Clear partitions' metadata when 'clearpart --initlabel' used. (dlehman) |
650 |
|
|
Resolves: rhbz#783841 |
651 |
|
|
- Fix support for detecting existing mirrored lvs. (dlehman) |
652 |
|
|
Resolves: rhbz#734128 |
653 |
|
|
- Use proper binary (/usr/bin/udisks) to start livecd anaconda (msivak) |
654 |
|
|
Resolves: rhbz#746495 |
655 |
|
|
- Set ONBOOT=yes for FCoE devices (rvykydal) |
656 |
|
|
Resolves: rhbz#755147 |
657 |
|
|
- Added virt-what to install environment (mgracik) |
658 |
|
|
Resolves: rhbz#773545 |
659 |
|
|
- Added lsscsi (mgracik) |
660 |
|
|
Resolves: rhbz#737097 |
661 |
|
|
- Added sg3_utils (mgracik) |
662 |
|
|
Resolves: rhbz#737097 |
663 |
|
|
|
664 |
|
|
* Wed Feb 08 2012 David Cantrell <dcantrell@redhat.com> - 13.21.151-1 |
665 |
|
|
- Disable ipv6 on target system when using noipv6 option (rvykydal) |
666 |
|
|
Resolves: rhbz#735791 |
667 |
|
|
- set bootloader default when no bootloader detected (bcl) |
668 |
|
|
Resolves: rhbz#754375 |
669 |
|
|
- Focus the Add/Edit boot loader dialog after error (mgracik) |
670 |
|
|
Resolves: rhbz#745797 |
671 |
|
|
- iscsi: no discovery on each target login (ks + consolidate) (rvykydal) |
672 |
|
|
Resolves: rhbz#752066 |
673 |
|
|
- iscsi: no discovery on each target login (UI) (rvykydal) |
674 |
|
|
Resolves: rhbz#752066 |
675 |
|
|
|
676 |
|
|
* Tue Jan 31 2012 David Cantrell <dcantrell@redhat.com> - 13.21.150-1 |
677 |
|
|
- Set default BOOTPROTO=dhcp for network service (minimal installs) (rvykydal) |
678 |
|
|
Resolves: rhbz#723404 |
679 |
|
|
- Select the same device for ksdevice=link in loader and stage2 (jbastian) |
680 |
|
|
Resolves: rhbz#760250 |
681 |
|
|
- Add mnemonics to Configure Network button (rvykydal) |
682 |
|
|
Resolves: rhbz#766902 |
683 |
|
|
- Search /lib/firmware/updates and /tmp/DD/lib/firmware/updates (msivak) |
684 |
|
|
Resolves: rhbz#784327 |
685 |
|
|
- Single quote values in show_parms() in linuxrc.s390 (dcantrell) |
686 |
|
|
Resolves: rhbz#772970 |
687 |
|
|
- Fix scan of already-active mdbiosraidarrays before scan of container. |
688 |
|
|
(dlehman) |
689 |
|
|
Resolves: rhbz#740870 |
690 |
|
|
- i18n: Do not include newlines in the reinit dialog's label. (akozumpl) |
691 |
|
|
Resolves: rhbz#728556 |
692 |
|
|
- Silence xrandr. (akozumpl) |
693 |
|
|
Resolves: rhbz#732966 |
694 |
|
|
- Fix problems found by Coverity scan (dcantrell) |
695 |
|
|
Resolves: rhbz#727881 |
696 |
|
|
- Write isfinal to the buildstamp for sparc too (mgracik) |
697 |
|
|
Resolves: rhbz#740164 |
698 |
|
|
- Remove BETANAG, use productIsFinal instead (mgracik) |
699 |
|
|
Resolves: rhbz#740164 |
700 |
|
|
- Add productIsFinal variable (mgracik) |
701 |
|
|
Resolves: rhbz#740164 |
702 |
|
|
- Make the rhgb and quiet kernel arguments appear last (mgracik) |
703 |
|
|
Resolves: rhbz#742169 |
704 |
|
|
- Workaround a bash bug to install some packages also on ix86. (msivak) |
705 |
|
|
Resolves: rhbz#750126 |
706 |
|
|
- Allow the user to change his mind about drive reinitializing (msivak) |
707 |
|
|
Resolves: rhbz#730959 |
708 |
|
|
- Fix the parser for devel argument so it works when it is the last one. |
709 |
|
|
(msivak) |
710 |
|
|
Resolves: rhbz#754031 |
711 |
|
|
- Add netcat and it's requirement libbsd to anaconda (msivak) |
712 |
|
|
Resolves: rhbz#770486 |
713 |
|
|
- Pass the noprobe arguments to loadDriverFromMedia (msivak) |
714 |
|
|
Resolves: rhbz#690058 |
715 |
|
|
- Name the boot loader add/edit dialog better (mgracik) |
716 |
|
|
Resolves: rhbz#745942 |
717 |
|
|
- Show warning if the bootloader password is empty (mgracik) |
718 |
|
|
Resolves: rhbz#745805 |
719 |
|
|
- Focus the bootloader dialog after error message (mgracik) |
720 |
|
|
Resolves: rhbz#745797 |
721 |
|
|
- Add curl to the install image (mgracik) |
722 |
|
|
Resolves: rhbz#625697 |
723 |
|
|
- check if stdout and stderr are the same in execWithRedirect and open |
724 |
|
|
the file only once in such cases |
725 |
|
|
Resolves: rhbz#750710 |
726 |
|
|
- pass through the network step in text mode in both directions |
727 |
|
|
Resolves: rhbz#737452 |
728 |
|
|
|
729 |
|
|
* Fri Nov 04 2011 Chris Lumens <clumens@redhat.com> - 13.21.149-1 |
730 |
|
|
- use 800x600 as minimal mainWindow size (vpodzime) (mgracik) |
731 |
|
|
Resolves: rhbz#750764 |
732 |
|
|
|
733 |
|
|
* Wed Nov 02 2011 Chris Lumens <clumens@redhat.com> - 13.21.148-1 |
734 |
|
|
- Support prefix length in ipv6= cmdline option (rvykydal) |
735 |
|
|
Resolves: rhbz#679108 |
736 |
|
|
Related: rhbz#679108 |
737 |
|
|
|
738 |
|
|
* Tue Oct 25 2011 David Cantrell <dcantrell@redhat.com> - 13.21.147-1 |
739 |
|
|
- Make sure to clean up temp vg paths after lvm edit. (dlehman) |
740 |
|
|
Resolves: rhbz#747606 |
741 |
|
|
- Add xenfs module to initrd.img (dcantrell). |
742 |
|
|
Resolves: rhbz#747388 |
743 |
|
|
|
744 |
|
|
* Mon Oct 17 2011 David Cantrell <dcantrell@redhat.com> - 13.21.146-1 |
745 |
|
|
- mpath: flush more eagerly in filter_gui. (akozumpl) |
746 |
|
|
Resolves: rhbz#744772 |
747 |
|
|
|
748 |
|
|
* Thu Oct 13 2011 David Cantrell <dcantrell@redhat.com> - 13.21.145-1 |
749 |
|
|
- Block button handlers after a button is pressed (mgracik) |
750 |
|
|
Resolves: rhbz#738217 |
751 |
|
|
|
752 |
|
|
* Mon Oct 10 2011 David Cantrell <dcantrell@redhat.com> - 13.21.144-1 |
753 |
|
|
- Do not require transifex-client for builds. (dcantrell) |
754 |
|
|
Related: rhbz#744094 |
755 |
|
|
|
756 |
|
|
* Mon Oct 10 2011 David Cantrell <dcantrell@redhat.com> - 13.21.143-1 |
757 |
|
|
- Remove references to 'ku', 'lo', and 'my' languages. (dcantrell) |
758 |
|
|
Related: rhbz#744094 |
759 |
|
|
- Ignore po/*.po (dcantrell) |
760 |
|
|
Related: rhbz#744094 |
761 |
|
|
- Remove po/*.po files as we are using transifex now. (dcantrell) |
762 |
|
|
Related: rhbz#744094 |
763 |
|
|
- Use transifex to pull translations for rhel6-branch (dcantrell) |
764 |
|
|
Related: rhbz#744094 |
765 |
|
|
- Update ja translations (dcantrell) |
766 |
|
|
Resolves: rhbz#744094 |
767 |
|
|
- fcoe: modprobe the VLAN layer module. (akozumpl) |
768 |
|
|
Related: rhbz#641420 |
769 |
|
|
- Wait after udev settles in DD code as usb has hardcoded timeout in kernel |
770 |
|
|
module (msivak) |
771 |
|
|
Related: rhbz#732496 |
772 |
|
|
- Fix intendation error (dcantrell) |
773 |
|
|
Resolves: rhbz#740870 |
774 |
|
|
- Only check relevant devices for dirty filesystems. (dlehman) |
775 |
|
|
Resolves: rhbz#741206 |
776 |
|
|
|
777 |
|
|
* Mon Oct 03 2011 David Cantrell <dcantrell@redhat.com> - 13.21.142-1 |
778 |
|
|
- Fix logging= parameter for tboot.gz grub.conf configuration (dcantrell) |
779 |
|
|
Resolves: rhbz#742152 |
780 |
|
|
|
781 |
|
|
* Tue Sep 27 2011 David Cantrell <dcantrell@redhat.com> - 13.21.141-1 |
782 |
|
|
- grub: write 'ip=eth0:dhcp,auto6' instead of 'ip=eth0:dhcp ip=eth0:auto6' |
783 |
|
|
(akozumpl) |
784 |
|
|
Resolves: rhbz#740222 |
785 |
|
|
|
786 |
|
|
* Tue Sep 20 2011 David Cantrell <dcantrell@redhat.com> - 13.21.140-1 |
787 |
|
|
- Exclude Xen guests when configuring tboot (dcantrell) |
788 |
|
|
Resolves: rhbz#737094 |
789 |
|
|
- Fix format.majorminor caching. (akozumpl) |
790 |
|
|
Related: rhbz#731973 |
791 |
|
|
- Fix detection of RAW driverdisc partitions while in manual selection mode |
792 |
|
|
(msivak) |
793 |
|
|
Related: rhbz#732496 |
794 |
|
|
- fcoe: handle Broadcom fcoe devices correctly. (akozumpl) |
795 |
|
|
Resolves: rhbz#641420 |
796 |
|
|
- fcoe: the control path in sysfs is now /sys/module/libfcoe (akozumpl) |
797 |
|
|
Related: rhbz#641420 |
798 |
|
|
- fcoe: load bnx2fc if relevant. (akozumpl) |
799 |
|
|
Related: rhbz#641420 |
800 |
|
|
- Fix the list-harddrives test script (mgracik) |
801 |
|
|
Resolves: rhbz#706099 |
802 |
|
|
- Fix loadkeys-test (mgracik) |
803 |
|
|
Resolves: rhbz#706099 |
804 |
|
|
- Fix PartitionDevice.path to work with device-mapper disks. (dlehman) |
805 |
|
|
Related: rhbz#731973 |
806 |
|
|
- Allow DeviceFormat.cacheMajorminor to fail without an exception. (akozumpl) |
807 |
|
|
Resolves: rhbz#731973 |
808 |
|
|
- Set formats' device attr when associating the format with a device. (dlehman) |
809 |
|
|
Related: rhbz#731973 |
810 |
|
|
- Cache the value of Format.majorminor(). (akozumpl) |
811 |
|
|
Related: rhbz#731973 |
812 |
|
|
- More partition dialogs focusing after error (mgracik) |
813 |
|
|
Resolves: rhbz#679810 |
814 |
|
|
|
815 |
|
|
* Wed Sep 07 2011 David Cantrell <dcantrell@redhat.com> - 13.21.139-1 |
816 |
|
|
- mpath: create /etc/multipath/bindings if we are using friendly names. |
817 |
|
|
(akozumpl) |
818 |
|
|
Resolves: rhbz#734374 |
819 |
|
|
|
820 |
|
|
* Thu Sep 01 2011 David Cantrell <dcantrell@redhat.com> - 13.21.138-1 |
821 |
|
|
- On ppc64, call initrd image "initrd.img" (dcantrell) |
822 |
|
|
Related: rhbz#703914 |
823 |
|
|
- Do not exit when loadkeys hits SystemError (mgracik) |
824 |
|
|
Resolves: rhbz#733595 |
825 |
|
|
- Use loop7 instead of loop0 for the losetup test (mgracik) |
826 |
|
|
Resolves: rhbz#706099 |
827 |
|
|
|
828 |
|
|
* Fri Aug 26 2011 David Cantrell <dcantrell@redhat.com> - 13.21.137-1 |
829 |
|
|
- Fix import error in list-harddrives-test (mgracik) |
830 |
|
|
Resolves: rhbz#706099 |
831 |
|
|
- Rescan for netdevs after clearing blacklist in linuxrc.s390 (dcantrell) |
832 |
|
|
Resolves: rhbz#733299 |
833 |
|
|
|
834 |
|
|
* Wed Aug 24 2011 David Cantrell <dcantrell@redhat.com> - 13.21.136-1 |
835 |
|
|
- Fix parsing of network kickstart command (mmatsuya) |
836 |
|
|
Resolves: rhbz#731274 |
837 |
|
|
|
838 |
|
|
* Tue Aug 23 2011 David Cantrell <dcantrell@redhat.com> - 13.21.135-1 |
839 |
|
|
- Convert a None from libiscsi.discover() to an empty list. (akozumpl) |
840 |
|
|
Resolves: rhbz#732380 |
841 |
|
|
|
842 |
|
|
* Mon Aug 22 2011 David Cantrell <dcantrell@redhat.com> - 13.21.134-1 |
843 |
|
|
- Fix the partitioning section of interactive kickstart installs (clumens). |
844 |
|
|
Resolves: rhbz#641861 |
845 |
|
|
|
846 |
|
|
* Mon Aug 22 2011 David Cantrell <dcantrell@redhat.com> - 13.21.133-1 |
847 |
|
|
- Fix typo in d5cabdd21c9f3c20e1e39863c15bff153e9e608f. (akozumpl) |
848 |
|
|
Resolves: rhbz#732358 |
849 |
|
|
|
850 |
|
|
* Fri Aug 19 2011 David Cantrell <dcantrell@redhat.com> - 13.21.132-1 |
851 |
|
|
- Fix indentation errors in iw/lvm_dialog_gui.py (dcantrell) |
852 |
|
|
Related: rhbz#679810 |
853 |
|
|
- Use GPT on non-UEFI for disks larger than 2TB (dcantrell) |
854 |
|
|
Resolves: rhbz#671230 |
855 |
|
|
- Make sure we don't remove the lvm symlinks (mgracik) |
856 |
|
|
Resolves: rhbz#676404 |
857 |
|
|
- Do not show the lang and kbd screens again in stage2 (mgracik) |
858 |
|
|
Resolves: rhbz#706675 |
859 |
|
|
- Focus many partition dialogs after error (mgracik) |
860 |
|
|
Resolves: rhbz#679810 |
861 |
|
|
- Create the image file in losetup stub test (mgracik) |
862 |
|
|
Resolves: rhbz#706099 |
863 |
|
|
- Print a newline after error message (mgracik) |
864 |
|
|
Resolves: rhbz#706099 |
865 |
|
|
- Use Popen instead of check_output (mgracik) |
866 |
|
|
Resolves: rhbz#706099 |
867 |
|
|
|
868 |
|
|
* Thu Aug 18 2011 David Cantrell <dcantrell@redhat.com> - 13.21.131-1 |
869 |
|
|
- rescue mode: fix traceback calling progressWindow() (akozumpl) |
870 |
|
|
Resolves: rhbz#730714 |
871 |
|
|
|
872 |
|
|
* Wed Aug 17 2011 David Cantrell <dcantrell@redhat.com> - 13.21.130-1 |
873 |
|
|
- Move the trusted_boot setting into AnacondaYum.run (clumens). |
874 |
|
|
Resolves: rhbz#731260 |
875 |
|
|
- Do not invalidate _cachedDevices (dcantrell) |
876 |
|
|
Resolves: rhbz#618535 |
877 |
|
|
|
878 |
|
|
* Tue Aug 16 2011 David Cantrell <dcantrell@redhat.com> - 13.21.129-1 |
879 |
|
|
- Add multiboot support for tboot (gang.wei) |
880 |
|
|
Resolves: rhbz#697419 |
881 |
|
|
- Deal with zFCP multipath devices in the filter UI (dcantrell) |
882 |
|
|
Resolves: rhbz#618535 |
883 |
|
|
|
884 |
|
|
* Mon Aug 15 2011 David Cantrell <dcantrell@redhat.com> - 13.21.128-1 |
885 |
|
|
- Add /sbin/cio_ignore to s390x initrd.img (dcantrell) |
886 |
|
|
Resolves: rhbz#730650 |
887 |
|
|
- Copy /etc/multipath/wwids to the sysimage. (akozumpl) |
888 |
|
|
Resolves: rhbz#701371 |
889 |
|
|
- raid ui: compute max number of spares based on raid members selected. |
890 |
|
|
(akozumpl) |
891 |
|
|
Resolves: rhbz#729716 |
892 |
|
|
- Include the command-stubs test scripts in the archive (mgracik) |
893 |
|
|
Resolves: rhbz#706099 |
894 |
|
|
- Do not skip Lang and Kbd steps (mgracik) |
895 |
|
|
Resolves: rhbz#706675 |
896 |
|
|
- Focus the Add/Edit repo dialog after error (mgracik) |
897 |
|
|
Resolves: rhbz#679810 |
898 |
|
|
- Attempt to bring the network up before saving a bug report (clumens). |
899 |
|
|
Resolves: rhbz#668570 |
900 |
|
|
- Show the progress in cmdline mode (mgracik) |
901 |
|
|
Resolves: rhbz#663644 |
902 |
|
|
- Reuse existing /boot/efi and ignore vfat on non-boot devices (bcl) |
903 |
|
|
Resolves: rhbz#723976 |
904 |
|
|
Resolves: rhbz#729062 |
905 |
|
|
|
906 |
|
|
* Thu Aug 11 2011 David Cantrell <dcantrell@redhat.com> - 13.21.127-1 |
907 |
|
|
- Carry rdloaddriver= parameters through to the boot loader config. (dcantrell) |
908 |
|
|
Related: rhbz#689029 |
909 |
|
|
- Implement rdloaddriver= in loader (dcantrell) |
910 |
|
|
Resolves: rhbz#689029 |
911 |
|
|
- Support rdblacklist= boot parameter in addition to blacklist= (dcantrell) |
912 |
|
|
Related: rhbz#689029 |
913 |
|
|
- Allow DriverDisc to contain vendor provided tools (msivak) |
914 |
|
|
Resolves: rhbz#659790 |
915 |
|
|
- Raise informative error for ks=bootif, missing BOOTIF case (rvykydal). |
916 |
|
|
Resolves: rhbz#681803 |
917 |
|
|
Related: rhbz#681803 |
918 |
|
|
- edd: fix traceback on Xen. (akozumpl) |
919 |
|
|
Resolves: rhbz#728280 |
920 |
|
|
- Don't raise Retry dialog in loader kickstart networking (rvykydal) |
921 |
|
|
Resolves: rhbz#722276 |
922 |
|
|
- Don't write duplicate lines for encrypted block devices. (dlehman) |
923 |
|
|
Resolves: rhbz#605938 |
924 |
|
|
- Add a writeKS method for encrypted partitions. (cherry picked from commit |
925 |
|
|
509dd717e1fcd8dd0115ed9029878be9a0330222) (clumens) |
926 |
|
|
Related: rhbz#605938 |
927 |
|
|
|
928 |
|
|
* Wed Aug 03 2011 David Cantrell <dcantrell@redhat.com> - 13.21.126-1 |
929 |
|
|
- Honor linksleep boot option (rvykydal) |
930 |
|
|
Resolves: rhbz#713991 |
931 |
|
|
- Make the yum debuglevel more reasonable. (akozumpl) |
932 |
|
|
Resolves: rhbz#726804 |
933 |
|
|
- Prevent SIGSEGV when going back after driver source selection |
934 |
|
|
(yoshihide.sonoda.ua) |
935 |
|
|
Resolves: rhbz#718901 |
936 |
|
|
|
937 |
|
|
* Fri Jul 29 2011 David Cantrell <dcantrell@redhat.com> - 13.21.125-1 |
938 |
|
|
- Only warn when swaps with no UUID are preexisting. (dlehman) |
939 |
|
|
Related: rhbz#695740 |
940 |
|
|
- Skip cleardisks screen for custom partition layouts. (dlehman) |
941 |
|
|
Related: rhbz#709961 |
942 |
|
|
- Add a warning about the fstab implications of swap devices with no UUID. |
943 |
|
|
(dlehman) |
944 |
|
|
Resolves: rhbz#695740 |
945 |
|
|
- Fail gracefully when device name collisions occur in kickstart. (dlehman) |
946 |
|
|
Resolves: rhbz#691817 |
947 |
|
|
- Don't traceback if disks go missing before/during partitioning. (dlehman) |
948 |
|
|
Resolves: rhbz#709961 |
949 |
|
|
- Remove hasFreeDiskSpace and related code. (dlehman) |
950 |
|
|
Resolves: rhbz#683632 |
951 |
|
|
- ssl: 'noverifyssl' kernel boot argument. (akozumpl) |
952 |
|
|
Resolves: rhbz#696696 |
953 |
|
|
- edd: fix syntax in situation when two edd directories point to the same |
954 |
|
|
device. (akozumpl) |
955 |
|
|
Resolves: rhbz#725777 |
956 |
|
|
|
957 |
|
|
* Wed Jul 27 2011 David Cantrell <dcantrell@redhat.com> - 13.21.124-1 |
958 |
|
|
- Include the files required for libreport. (clumens) |
959 |
|
|
Resolves: rhbz#705274 |
960 |
|
|
- Add libnsspem.so to the stage1 image. (akozumpl) |
961 |
|
|
Related: rhbz#696696 |
962 |
|
|
- edd: do not traceback with cciss devices. (akozumpl) |
963 |
|
|
Resolves: rhbz#723194 |
964 |
|
|
- edd: do not traceback when can not find the respective pci device. (akozumpl) |
965 |
|
|
Resolves: rhbz#723344 |
966 |
|
|
|
967 |
|
|
* Mon Jul 25 2011 David Cantrell <dcantrell@redhat.com> - 13.21.123-1 |
968 |
|
|
- Get the ownership of terminal in stage2 (msivak) |
969 |
|
|
Resolves: rhbz#716920 |
970 |
|
|
- Do not traceback on mpath errors caused by faulty hardware. (akozumpl) |
971 |
|
|
Resolves: rhbz#689520 |
972 |
|
|
- If crashkernel= is given in kickstart, don't add crashkernel=auto (clumens). |
973 |
|
|
Resolves: rhbz#691910 |
974 |
|
|
- Check the format of /boot when using EFI (bcl) |
975 |
|
|
Resolves: rhbz#689996 |
976 |
|
|
- Catch .treeinfo errors (bcl) |
977 |
|
|
Resolves: rhbz#715130 |
978 |
|
|
- Don't allow creating a new bootloader config in text mode (clumens) |
979 |
|
|
Resolves: rhbz#676025 |
980 |
|
|
|
981 |
|
|
* Thu Jul 21 2011 David Cantrell <dcantrell@redhat.com> - 13.21.122-1 |
982 |
|
|
- Add accelerators to reinitialize dialog (bcl) |
983 |
|
|
Resolves: rhbz#673048 |
984 |
|
|
- Use getDiskPart for efibootmgr (bcl) |
985 |
|
|
Resolves: rhbz#704378 |
986 |
|
|
- Change xhost auth when doing a liveinst. (bcl) |
987 |
|
|
Resolves: rhbz#698282 |
988 |
|
|
- Raise an exception if X*Display functions fail. (clumens) |
989 |
|
|
Related: rhbz#698282 |
990 |
|
|
- Fix the filter UI to sort capacity as numbers, not characters. (clumens) |
991 |
|
|
Resolves: rhbz#614504 |
992 |
|
|
- Fix the filesystem migration dialog in text mode. (clumens) |
993 |
|
|
Resolves: rhbz#688314 |
994 |
|
|
- Add lvm symlinks to rescue image (mgracik) |
995 |
|
|
Resolves: rhbz#676404 |
996 |
|
|
|
997 |
|
|
* Thu Jul 14 2011 David Cantrell <dcantrell@redhat.com> - 13.21.121-1 |
998 |
|
|
- Fix network --device=bootif value processing in stage2 (vpodzime) |
999 |
|
|
Resolves: rhbz#681803 |
1000 |
|
|
- Enable support for static ipv6= cmdline option (rvykydal) |
1001 |
|
|
Resolves: rhbz#679108 |
1002 |
|
|
- Fix nfsiso install with options (mgracik) |
1003 |
|
|
Resolves: rhbz#699640 |
1004 |
|
|
- Copy the command stubs test scripts to initrd (mgracik) |
1005 |
|
|
Resolves: rhbz#706099 |
1006 |
|
|
- Remove raidstart-stub and raidstop-stub (mgracik) |
1007 |
|
|
Related: rhbz#706099 |
1008 |
|
|
- Improvements to loadkeys-stub (mgracik) |
1009 |
|
|
Related: rhbz#706099 |
1010 |
|
|
- Add test script for loadkeys-stub (mgracik) |
1011 |
|
|
Related: rhbz#706099 |
1012 |
|
|
- Improvements to losetup-stub (mgracik) |
1013 |
|
|
Related: rhbz#706099 |
1014 |
|
|
- Add test script for losetup-stub (mgracik) |
1015 |
|
|
Related: rhbz#706099 |
1016 |
|
|
- Improvements to list-harddrives-stub (mgracik) |
1017 |
|
|
Related: rhbz#706099 |
1018 |
|
|
- Add test script for list-harddrives-stub (mgracik) |
1019 |
|
|
Related: rhbz#706099 |
1020 |
|
|
- Improvements to mknod-stub (mgracik) |
1021 |
|
|
Related: rhbz#706099 |
1022 |
|
|
- Add test script for mknod-stub (mgracik) |
1023 |
|
|
Related: rhbz#706099 |
1024 |
|
|
- Compress initrd.img with lzma, not xz (wwoods) |
1025 |
|
|
Resolves: rhbz#694198 |
1026 |
|
|
|
1027 |
|
|
* Fri Jul 08 2011 David Cantrell <dcantrell@redhat.com> - 13.21.120-1 |
1028 |
|
|
- Hide header image on all but 800x600 displays (dcantrell). |
1029 |
|
|
Resolves: rhbz#712487 |
1030 |
|
|
- Use xz compression on initrd.img, add back gfx firmware (dcantrell) |
1031 |
|
|
Resolves: rhbz#703914 |
1032 |
|
|
- i18n: Maintain the translated repo name upon modifying. (akozumpl) |
1033 |
|
|
Resolves: rhbz#682599 |
1034 |
|
|
- Handle systems with more than 2147483647 kB of memory (dcantrell). |
1035 |
|
|
Resolves: rhbz#704593 |
1036 |
|
|
- Remove support for the ext4migrate option (dcantrell). |
1037 |
|
|
Resolves: rhbz#712195 |
1038 |
|
|
- Use a more general EnvironmentError to catch timezone-file errors. (akozumpl) |
1039 |
|
|
Resolves: rhbz#718099 |
1040 |
|
|
- edd: refactor and enhance the edd module. (akozumpl) |
1041 |
|
|
Related: rhbz#694800 |
1042 |
|
|
Resolves: rhbz#621175 |
1043 |
|
|
- unit tests: provide 'glob.glob' and 'os.listdir' in the DiskIO class. |
1044 |
|
|
(akozumpl) |
1045 |
|
|
Related: rhbz#621175 |
1046 |
|
|
|
1047 |
|
|
* Fri Jul 01 2011 David Cantrell <dcantrell@redhat.com> - 13.21.119-1 |
1048 |
|
|
- Pulsing progress bar instead of the static popup during device discovery. |
1049 |
|
|
(akozumpl) |
1050 |
|
|
Resolves: rhbz#616641 |
1051 |
|
|
- Add an exception to DUD version checking for 6.0 and 6.1 kernels (msivak) |
1052 |
|
|
Resolves: rhbz#699745 |
1053 |
|
|
- Keep dracut settings in sets instead of many long strings. (akozumpl) |
1054 |
|
|
Resolves: rhbz#711002 |
1055 |
|
|
- 'part' command checks if the disk is partitionable. (akozumpl) |
1056 |
|
|
Resolves: rhbz#679073 |
1057 |
|
|
- Honor noprobe flag during DUD loading (msivak) |
1058 |
|
|
Resolves: rhbz#690058 |
1059 |
|
|
- Show a message when ejecting media after test (msivak) |
1060 |
|
|
Resolves: rhbz#656378 |
1061 |
|
|
- Handle partition allocation failures due to alignment adjustments. (dlehman) |
1062 |
|
|
Resolves: rhbz#693271 |
1063 |
|
|
- Maximize extended partition even when logical reqs' sizes are capped. |
1064 |
|
|
(dlehman) |
1065 |
|
|
Resolves: rhbz#698429 |
1066 |
|
|
- Don't magically adjust fstype when mountpoint is set to "/boot". (dlehman) |
1067 |
|
|
Resolves: rhbz#695362 |
1068 |
|
|
- Implement an option that lets anaconda name mpath devices by the wwid. |
1069 |
|
|
(akozumpl) |
1070 |
|
|
Resolves: rhbz#709653 |
1071 |
|
|
- Add the tests/mock framework to rhel6-branch. (akozumpl) |
1072 |
|
|
Related: rhbz#709653 |
1073 |
|
|
- Remove unused udev_device_is_{multipath,dmraid}_partition functions. |
1074 |
|
|
(dlehman) |
1075 |
|
|
Related: rhbz#709653 |
1076 |
|
|
- Generalize some of the device-mapper partition handling. (dlehman) |
1077 |
|
|
Related: rhbz#709653 |
1078 |
|
|
- Use dm subsystem functions to identify dmraid,mpath partitions. (dlehman) |
1079 |
|
|
Related: rhbz#709653 |
1080 |
|
|
- In kickstart, specify multipaths by their wwids. (akozumpl) |
1081 |
|
|
Related: rhbz#709653 |
1082 |
|
|
Resolves: rhbz#677263 |
1083 |
|
|
- multipath: allow mpath<X> specfifications in kickstart. (akozumpl) |
1084 |
|
|
Resolves: rhbz#696876 |
1085 |
|
|
- multipath: do not set any mpath aliases explicitly. (akozumpl) |
1086 |
|
|
Related: rhbz#640735 |
1087 |
|
|
Resolves: rhbz#674241 |
1088 |
|
|
- Improve parsing and pass the devel flag to loader through the command line |
1089 |
|
|
(msivak) |
1090 |
|
|
Related: rhbz#664981 |
1091 |
|
|
- When in devel mode, do not catch tracebacks, we want the core file (msivak) |
1092 |
|
|
Related: rhbz#664981 |
1093 |
|
|
- Add better debugging capabilities to loader (msivak) |
1094 |
|
|
Related: rhbz#664981 |
1095 |
|
|
- Allow driver disc to be marked as usable for more than one kernel (msivak) |
1096 |
|
|
Resolves: rhbz#699745 |
1097 |
|
|
|
1098 |
|
|
* Tue Jun 14 2011 David Cantrell <dcantrell@redhat.com> - 13.21.118-1 |
1099 |
|
|
- Fix --mtu option to kickstart network command (icomfort) |
1100 |
|
|
Resolves: rhbz#689081 |
1101 |
|
|
- RAID gui: fix how the "Number of spares" spin button is manipulated. |
1102 |
|
|
(akozumpl) |
1103 |
|
|
Resolves: rhbz#700804 |
1104 |
|
|
- iscsi: use the --target parameter from the iscsi kickstart command. |
1105 |
|
|
(akozumpl) |
1106 |
|
|
Resolves: rhbz#676118 |
1107 |
|
|
- shutdown: kill processes in the anaconda process group. (akozumpl) |
1108 |
|
|
Related: rhbz#679397 |
1109 |
|
|
- fix mnemonics in the 'Add Repository' dialog (akozumpl) |
1110 |
|
|
Resolves: rhbz#679058 |
1111 |
|
|
- imount.c: first wait() for mount then close its stdin/stdout. (akozumpl) |
1112 |
|
|
Resolves: rhbz#693732 |
1113 |
|
|
- cosmetic, iscsi: make the 'no credentials' string more general. (akozumpl) |
1114 |
|
|
Resolves: rhbz#697849 |
1115 |
|
|
- iscsi: disable the 'Login' button with no nodes selected. (akozumpl) |
1116 |
|
|
Resolves: rhbz#701220 |
1117 |
|
|
- Fix rebooting after a kickstart error is detected. (akozumpl) |
1118 |
|
|
Resolves: rhbz#690748 |
1119 |
|
|
|
1120 |
|
|
* Tue May 10 2011 David Cantrell <dcantrell@redhat.com> - 13.21.117-1 |
1121 |
|
|
- Trim "/dev/" from dev.path for all architectures (dcantrell) |
1122 |
|
|
Resolves: rhbz#702430 |
1123 |
|
|
|
1124 |
|
|
* Fri May 06 2011 Chris Lumens <clumens@redhat.com> - 13.21.116-1 |
1125 |
|
|
- Fix list-harddrives output for CCISS devices (clumens). |
1126 |
|
|
Resolves: rhbz#702430 |
1127 |
|
|
|
1128 |
|
|
* Wed Apr 20 2011 David Cantrell <dcantrell@redhat.com> - 13.21.115-1 |
1129 |
|
|
- Write 'edd' instead of 'ethX' for fcoe= dracut parameter. (dcantrell) |
1130 |
|
|
Related: rhbz#692939 |
1131 |
|
|
|
1132 |
|
|
* Tue Apr 19 2011 Martin Sivak <msivak@redhat.com> - 13.21.114-1 |
1133 |
|
|
- Fix SIGSEGV for netwowrk --device=<MAC> which is not found (rvykydal) |
1134 |
|
|
Resolves: rhbz#697432 |
1135 |
|
|
- Set mainWindow size request to current res reported by xrandr (dcantrell) |
1136 |
|
|
Resolves: rhbz#694760 |
1137 |
|
|
|
1138 |
|
|
* Mon Apr 18 2011 Martin Sivak <msivak@redhat.com> - 13.21.113-1 |
1139 |
|
|
- If there are no RAID arrays, do not write an mdadm.conf (clumens). |
1140 |
|
|
Resolves: rhbz#696907 |
1141 |
|
|
- fipscheck has to be in /usr/bin (mgracik) |
1142 |
|
|
Resolves: rhbz#692825 |
1143 |
|
|
- Revert "Don't write HWADDR into ifcfg files (rvykydal)" |
1144 |
|
|
Related: rhbz#690589 |
1145 |
|
|
- Revert "Fix traceback of network --device=<MAC> (rvykydal)" |
1146 |
|
|
Related: rhbz#694768 |
1147 |
|
|
|
1148 |
|
|
* Wed Apr 13 2011 Martin Sivak <msivak@redhat.com> - 13.21.112-1 |
1149 |
|
|
- Add more files needed by sshd in fips mode (mgracik) |
1150 |
|
|
Resolves: rhbz#692825 |
1151 |
|
|
- Fix traceback of network --device=<MAC> (rvykydal) |
1152 |
|
|
Resolves: rhbz#694768 |
1153 |
|
|
- Remove maximum limit on EFI partition (bcl) |
1154 |
|
|
Resolves: rhbz#684860 |
1155 |
|
|
|
1156 |
|
|
* Wed Apr 06 2011 David Cantrell <dcantrell@redhat.com> - 13.21.111-1 |
1157 |
|
|
- Add libraries needed for fips mode to initrd on s390 (mgracik) |
1158 |
|
|
Resolves: rhbz#692825 |
1159 |
|
|
- Prevent debug and kdump kernels from becoming the default (dcantrell) |
1160 |
|
|
Resolves: rhbz#693702 |
1161 |
|
|
- Use znet_cio_free to clear network devices from cio_ignore. (dcantrell) |
1162 |
|
|
Related: rhbz#633469 |
1163 |
|
|
|
1164 |
|
|
* Tue Apr 05 2011 Martin Sivak <msivak@redhat.com> - 13.21.110-1 |
1165 |
|
|
- Use correct interface to obtain HwAddress property (rvykydal) |
1166 |
|
|
Resolves: rhbz#693614 |
1167 |
|
|
- Ignore --device=ibft in stage 2 kickstart handling (rvykydal) |
1168 |
|
|
Related: rhbz#638131 |
1169 |
|
|
Resolves: rhbz#638131 |
1170 |
|
|
- loader.c: remove stage2param, unused. (akozumpl) |
1171 |
|
|
Related: rhbz#688757 |
1172 |
|
|
- nfs/kickstart: do not throw away the --opts part (akozumpl) |
1173 |
|
|
Related: rhbz#688757 |
1174 |
|
|
|
1175 |
|
|
* Sat Apr 02 2011 David Cantrell <dcantrell@redhat.com> - 13.21.109-1 |
1176 |
|
|
- timeout= in yaboot.conf is in tenths of seconds (dcantrell) |
1177 |
|
|
Resolves: rhbz#692409 |
1178 |
|
|
- Install dracut-fips package when fips=1 is specified (dcantrell) |
1179 |
|
|
Resolves: rhbz#692350 |
1180 |
|
|
- Don't write HWADDR into ifcfg files (rvykydal) |
1181 |
|
|
Resolves: rhbz#690589 |
1182 |
|
|
- Stop user if we have no /boot and / is an LV (dcantrell) |
1183 |
|
|
Related: rhbz#618376 |
1184 |
|
|
- Prevent singlePV lv requests from being > the size of any pv (dcantrell) |
1185 |
|
|
Related: rhbz#618376 |
1186 |
|
|
- Implement a general version of InstallInterfaceBase.methodstrRepoWindow(). |
1187 |
|
|
(akozumpl) |
1188 |
|
|
Related: rhbz#688757 |
1189 |
|
|
|
1190 |
|
|
* Tue Mar 29 2011 David Cantrell <dcantrell@redhat.com> - 13.21.108-1 |
1191 |
|
|
- Fix missed conversion of createMetadataVer->metadataVersion. (dlehman) |
1192 |
|
|
Resolves: rhbz#690469 |
1193 |
|
|
- Ensure new kernel is default in zipl.conf on upgrade installs (dcantrell) |
1194 |
|
|
Resolves: rhbz#683891 |
1195 |
|
|
|
1196 |
|
|
* Wed Mar 23 2011 David Cantrell <dcantrell@redhat.com> - 13.21.107-1 |
1197 |
|
|
- Don't touch resolv.conf which is handled by NM. (rvykydal) |
1198 |
|
|
Resolves: rhbz#687953 |
1199 |
|
|
- Check size limits on pre-existing partitions (bcl) |
1200 |
|
|
Resolves: rhbz#684860 |
1201 |
|
|
- Do on-demand scanning of md container if needed. (cherry picked from commit |
1202 |
|
|
9f83e8e70302d04b13645d5f65f8be8384bf6547) (dlehman) |
1203 |
|
|
Resolves: rhbz#683113 |
1204 |
|
|
- Fix kickstart handling of md spares. (cherry picked from commit |
1205 |
|
|
7194ca6edd44545037b4aa1f4711996ceffb667d) (dlehman) |
1206 |
|
|
Resolves: rhbz#683605 |
1207 |
|
|
|
1208 |
|
|
* Mon Mar 21 2011 Martin Sivak <msivak@redhat.com> - 13.21.106-1 |
1209 |
|
|
- Don't write out a duplicate mtab to /mnt/sysimage (clumens). |
1210 |
|
|
Resolves: rhbz#657257 |
1211 |
|
|
- Align lv sizes when adding to vg total space used. (dlehman) |
1212 |
|
|
Resolves: rhbz#682156 |
1213 |
|
|
- Don't include incomplete md arrays in the devicetree. (dlehman) |
1214 |
|
|
Resolves: rhbz#683614 |
1215 |
|
|
- Only pass --update=super-minor when activating v0 metadata md arrays. |
1216 |
|
|
(dlehman) |
1217 |
|
|
Resolves: rhbz#681136 |
1218 |
|
|
- Set context on files as well as directories (clumens). |
1219 |
|
|
Resolves: rhbz#685090 |
1220 |
|
|
|
1221 |
|
|
* Wed Mar 16 2011 Martin Sivak <msivak@redhat.com> - 13.21.105-1 |
1222 |
|
|
- IB: add missing modules to the image. (akozumpl) |
1223 |
|
|
Related: rhbz#660686 |
1224 |
|
|
- Support for IPoIB. (akozumpl) |
1225 |
|
|
Related: rhbz#660686 |
1226 |
|
|
|
1227 |
|
|
* Wed Mar 09 2011 David Cantrell <dcantrell@redhat.com> - 13.21.104-1 |
1228 |
|
|
- Remove 'Back' button on depsolving exception for ks installs (dcantrell) |
1229 |
|
|
Resolves: rhbz#673170 |
1230 |
|
|
- Make our resetFileContext loop truly recursive (clumens). |
1231 |
|
|
Resolves: rhbz#681494 |
1232 |
|
|
|
1233 |
|
|
* Tue Mar 08 2011 David Cantrell <dcantrell@redhat.com> - 13.21.103-1 |
1234 |
|
|
- Handle boot loader upgrades on s390 (dcantrell) |
1235 |
|
|
Resolves: rhbz#682783 |
1236 |
|
|
- Fix test for resized LV to ensure we schedule the format resize action. |
1237 |
|
|
(dlehman) |
1238 |
|
|
Resolves: rhbz#681597 |
1239 |
|
|
|
1240 |
|
|
* Mon Mar 07 2011 David Cantrell <dcantrell@redhat.com> - 13.21.102-1 |
1241 |
|
|
- Fix md array spares test. (dlehman) |
1242 |
|
|
Related: rhbz#652874 |
1243 |
|
|
- Add /var/lib/yum to the list of directories we set context on (clumens). |
1244 |
|
|
Resolves: rhbz#681494 |
1245 |
|
|
- Check all PV ancestor devices for growable partitions. (dlehman) |
1246 |
|
|
Resolves: rhbz#677915 |
1247 |
|
|
- Gotta catch 'em all parted exceptions. (akozumpl) |
1248 |
|
|
Resolves: rhbz#680248 |
1249 |
|
|
|
1250 |
|
|
* Wed Mar 02 2011 David Cantrell <dcantrell@redhat.com> - 13.21.101-1 |
1251 |
|
|
- Fixed uninitialized GError* variable (mganisin) |
1252 |
|
|
Resolves: rhbz#681511 |
1253 |
|
|
- Remove 'Back' button on depsolving exception for ks installs (dcantrell) |
1254 |
|
|
Resolves: rhbz#673170 |
1255 |
|
|
- Ensure remount requests go through isys.mount() (dcantrell) |
1256 |
|
|
Resolves: rhbz#678520 |
1257 |
|
|
- Do not activate first ks network device in non-network installs. (rvykydal) |
1258 |
|
|
Related: rhbz#638131 |
1259 |
|
|
|
1260 |
|
|
* Wed Feb 23 2011 David Cantrell <dcantrell@redhat.com> - 13.21.100-1 |
1261 |
|
|
- Fix problem with /boot on LVM on a zFCP multipath device (dcantrell) |
1262 |
|
|
Related: rhbz#670856 |
1263 |
|
|
- Don't show the cleardisk dialog on upgrades (clumens). |
1264 |
|
|
Resolves: rhbz#679725 |
1265 |
|
|
- Add the fipscheck library (mgracik) |
1266 |
|
|
Resolves: rhbz#679072 |
1267 |
|
|
- Fix downloading .treeinfo files for --noverifyssl repos. (akozumpl) |
1268 |
|
|
Resolves: rhbz#678574 |
1269 |
|
|
- Only apply global passphrase to devices with no passphrase. (dlehman) |
1270 |
|
|
Resolves: rhbz#679224 |
1271 |
|
|
- Write --noverifyssl to repos and urls in kickstart where fit. (akozumpl) |
1272 |
|
|
Resolves: rhbz#678576 |
1273 |
|
|
|
1274 |
|
|
* Mon Feb 21 2011 Martin Sivak <msivak@redhat.com> - 13.21.99-1 |
1275 |
|
|
- Be better at handling killed metacity. (akozumpl) |
1276 |
|
|
Resolves: rhbz#677605 |
1277 |
|
|
- Fix calculation of md array spare count. (dlehman) |
1278 |
|
|
Resolves: rhbz#678028 |
1279 |
|
|
- Revert "beaker debugging" (pushed by accident, was just a debugging patch) |
1280 |
|
|
(akozumpl) |
1281 |
|
|
Related: rhbz#677689 |
1282 |
|
|
- Support cciss devices in get_sysfs_path_by_name(). (akozumpl) |
1283 |
|
|
Resolves: rhbz#677689 |
1284 |
|
|
|
1285 |
|
|
* Tue Feb 15 2011 David Cantrell <dcantrell@redhat.com> - 13.21.98-1 |
1286 |
|
|
- Halt build if ramdisk.image.gz on ppc64 is too large. (dcantrell) |
1287 |
|
|
Related: rhbz#675685 |
1288 |
|
|
- s390x has firstboot now (dcantrell) |
1289 |
|
|
Related: rhbz#463564 |
1290 |
|
|
- Don't add --enablefingerprint unless fprintd-pam is installed (clumens). |
1291 |
|
|
Resolves: rhbz#676854 |
1292 |
|
|
|
1293 |
|
|
* Thu Feb 10 2011 David Cantrell <dcantrell@redhat.com> - 13.21.97-1 |
1294 |
|
|
- Fix mis-management of luks dict when renaming encrypted lvs. (dlehman) |
1295 |
|
|
Resolves: rhbz#674773 |
1296 |
|
|
- iscsi: better IBFT logging. (akozumpl) |
1297 |
|
|
Related: rhbz#529443 |
1298 |
|
|
|
1299 |
|
|
* Tue Feb 08 2011 David Cantrell <dcantrell@redhat.com> - 13.21.96-1 |
1300 |
|
|
- Fix logMessage() call in loader/cdinstall.c (dcantrell) |
1301 |
|
|
Related: rhbz#604614 |
1302 |
|
|
|
1303 |
|
|
* Tue Feb 08 2011 David Cantrell <dcantrell@redhat.com> - 13.21.95-1 |
1304 |
|
|
- Ensure ppc64 ramdisk.image file is <= 32MB (dcantrell) |
1305 |
|
|
Resolves: rhbz#675685 |
1306 |
|
|
- Perform terminations before unmounting filesystems on shutdown. (dlehman) |
1307 |
|
|
Resolves: rhbz#604614 |
1308 |
|
|
- Include killall5 and pidof from sysvinit-tools in the initrd. (dlehman) |
1309 |
|
|
Related: rhbz#604614 |
1310 |
|
|
- Don't unmount /proc or /sys during shutdown. (dlehman) |
1311 |
|
|
Related: rhbz#604614 |
1312 |
|
|
- Remove unused lochangefd functionality. (dlehman) |
1313 |
|
|
Related: rhbz#604614 |
1314 |
|
|
- Don't transfer the stage2 image to the target system. (dlehman) |
1315 |
|
|
Related: rhbz#604614 |
1316 |
|
|
- URL installs no longer have special memory requirements. (dlehman) |
1317 |
|
|
Related: rhbz#604614 |
1318 |
|
|
- Always put stage2 into RAM. (dlehman) |
1319 |
|
|
Related: rhbz#604614 |
1320 |
|
|
- In text mode we have to treat strings and lists separately while printing |
1321 |
|
|
them (msivak) |
1322 |
|
|
Resolves: rhbz#674322 |
1323 |
|
|
|
1324 |
|
|
* Thu Feb 03 2011 Martin Sivak <msivak@redhat.com> - 13.21.94-1 |
1325 |
|
|
- Don't write our own udev persistent net rules; use udev's generator. (notting) |
1326 |
|
|
Resolves: rhbz#674685 |
1327 |
|
|
- There's no more MainframeDiskDevice, so don't call its __str__ (clumens) |
1328 |
|
|
Resolves: rhbz#674242 |
1329 |
|
|
- Honour network --nodefroute option also in case of network configuration. |
1330 |
|
|
(rvykydal) |
1331 |
|
|
Related: rhbz#638131 |
1332 |
|
|
- Set default resolution of anaconda.glade to 800x600 (dcantrell) |
1333 |
|
|
Related: rhbz#663411 |
1334 |
|
|
- Make singlePV a more useful boolean, clean up _getSinglePV() (dcantrell) |
1335 |
|
|
Related: rhbz#618376 |
1336 |
|
|
- Sort singlePV=True requests so they come first. (dcantrell) |
1337 |
|
|
Related: rhbz#618376 |
1338 |
|
|
- Remove width and height parameters from gui.readImageFromFile() (dcantrell) |
1339 |
|
|
Related: rhbz#663411 |
1340 |
|
|
- Do not scale image on welcome screen. (dcantrell) |
1341 |
|
|
Related: rhbz#663411 |
1342 |
|
|
|
1343 |
|
|
* Thu Jan 27 2011 David Cantrell <dcantrell@redhat.com> - 13.21.93-1 |
1344 |
|
|
- Move reipl step to be after instbootloader step. (dcantrell) |
1345 |
|
|
Related: rhbz#618376 |
1346 |
|
|
- Remove 'Change device' button from bootloader screen on EFI systems (wwoods) |
1347 |
|
|
Resolves: rhbz#582143 |
1348 |
|
|
- Remove forced 800x600 geometry switch for Xvnc (dcantrell) |
1349 |
|
|
Related: rhbz#663411 |
1350 |
|
|
- Disable partition resize support for DASD labels (dcantrell) |
1351 |
|
|
Resolves: rhbz#605912 |
1352 |
|
|
|
1353 |
|
|
* Wed Jan 26 2011 Martin Sivak <msivak@redhat.com> - 13.21.92-1 |
1354 |
|
|
- Add noeject support anaconda (bcl) |
1355 |
|
|
Resolves: rhbz#665094 |
1356 |
|
|
- Add noeject support to loader (bcl) |
1357 |
|
|
Related: rhbz#665094 |
1358 |
|
|
Resolves: rhbz#665094 |
1359 |
|
|
- biosdevname is in sbin not bin (mgracik) |
1360 |
|
|
Related: rhbz#654063 |
1361 |
|
|
- Initialize loaderData values in kickstart network command. (rvykydal) |
1362 |
|
|
Resolves: rhbz#638131 |
1363 |
|
|
- Always activate first kickstart network device (rvykydal) |
1364 |
|
|
Resolves: rhbz#668395 |
1365 |
|
|
- Make kickstart network command reconfigure active device in loader (rvykydal) |
1366 |
|
|
Resolves: rhbz#668395 |
1367 |
|
|
- Use NM for ibft configuration (rvykydal) |
1368 |
|
|
Resolves: rhbz#634016 |
1369 |
|
|
- Reset only ifcfg file of device we failed to activate (rvykydal) |
1370 |
|
|
Resolves: rhbz#638131 |
1371 |
|
|
- Initialize iface structure properly (rvykydal) |
1372 |
|
|
Resolves: rhbz#638131 |
1373 |
|
|
- Add kickstart network --nodefroute option (rvykydal) |
1374 |
|
|
Resolves: rhbz#638131 |
1375 |
|
|
- Add support for ks network --bootproto=ibft (rvykydal) |
1376 |
|
|
Resolves: rhbz#638131 |
1377 |
|
|
- Wait for activation of specific devices instead of NM (rvykydal) |
1378 |
|
|
Resolves: rhbz#638131 |
1379 |
|
|
- Parse all kickstart network commands in loader too (rvykydal) |
1380 |
|
|
Resolves: rhbz#638131 |
1381 |
|
|
- Activate all devices set by kickstart network --activate command (rvykydal) |
1382 |
|
|
Resolves: rhbz#638131 |
1383 |
|
|
- Pick RHEL6 kickstart superclass in rhel 6 (rvykydal) |
1384 |
|
|
Related: rhbz#638131 |
1385 |
|
|
- VNC does not support runtime SecurityTypes changes (mgracik) |
1386 |
|
|
Resolves: rhbz#670832 |
1387 |
|
|
|
1388 |
|
|
* Tue Jan 25 2011 Martin Sivak <msivak@redhat.com> - 13.21.91-1 |
1389 |
|
|
- Add confirmation dialog to dlabel code and make one DD dialog less confusing |
1390 |
|
|
(msivak) |
1391 |
|
|
Resolves: rhbz#669647 |
1392 |
|
|
|
1393 |
|
|
* Mon Jan 24 2011 David Cantrell <dcantrell@redhat.com> - 13.21.90-1 |
1394 |
|
|
- Make sure /sbin/biosdevname is included in initrd.img (dcantrell) |
1395 |
|
|
Related: rhbz#654063 |
1396 |
|
|
- gui: remove "swapped" attribute from anaconda.glade (akozumpl) |
1397 |
|
|
Related: rhbz#663411 |
1398 |
|
|
- Introduce flags.preexisting_x11. (akozumpl) |
1399 |
|
|
Related: rhbz#663411 |
1400 |
|
|
- Adjust main window size based on install type. (bcl) |
1401 |
|
|
Related: rhbz#663411 |
1402 |
|
|
- Run anaconda in fullscreen mode (clumens). |
1403 |
|
|
Resolves: rhbz#663411 |
1404 |
|
|
- On interactive text kickstart installs, still skip certain steps (clumens). |
1405 |
|
|
Resolves: rhbz#652222 |
1406 |
|
|
- Make sure /boot is mapped to a single LVM PV on s390x (dcantrell) |
1407 |
|
|
Related: rhbz#618376 |
1408 |
|
|
- Unmount filesystems before shutdown or reboot on s390x (dcantrell) |
1409 |
|
|
Resolves: rhbz#605577 |
1410 |
|
|
- Make the advanced storage dialogs stay in the foreground. (akozumpl) |
1411 |
|
|
Resolves: rhbz#671107 |
1412 |
|
|
- Revert "Bold the warning for GPT on non-EFI (bcl) |
1413 |
|
|
Resolves: rhbz#614585 |
1414 |
|
|
|
1415 |
|
|
* Thu Jan 20 2011 Martin Sivak <msivak@redhat.com> - 13.21.89-1 |
1416 |
|
|
- Don't offer minors of ignored md devices when creating new md devices. |
1417 |
|
|
(dlehman) |
1418 |
|
|
Resolves: rhbz#559973 |
1419 |
|
|
- Make sure devices ignored by the devicetree are in _ignoredDisks. (dlehman) |
1420 |
|
|
Related: rhbz#559973 |
1421 |
|
|
- Do disklabel handling for whole disk formats unknown to anaconda (hdegoede) |
1422 |
|
|
Resolves: rhbz#619721 |
1423 |
|
|
- Add support for detecting lvm vorigin snapshot volumes. (dlehman) |
1424 |
|
|
Resolves: rhbz#633038 |
1425 |
|
|
- Don't display free space at end of extended unless > 1MB. (dlehman) |
1426 |
|
|
Resolves: rhbz#626025 |
1427 |
|
|
- Don't try to add spares to active md arrays. (dlehman) |
1428 |
|
|
Resolves: rhbz#652874 |
1429 |
|
|
- Fix booty error on s390 when /boot is not on LVM. (dcantrell) |
1430 |
|
|
Related: rhbz#618376 |
1431 |
|
|
- Add biosdevname to installer environment (dcantrell) |
1432 |
|
|
Resolves: rhbz#654063 |
1433 |
|
|
- Fix the traceback from afbf164a1ce35aef50075cf0e22b9ece057bf1a1. (akozumpl) |
1434 |
|
|
Related: rhbz#640735 |
1435 |
|
|
- mpath: create /etc/multipath/bindings file. (akozumpl) |
1436 |
|
|
Resolves: rhbz#640735 |
1437 |
|
|
|
1438 |
|
|
* Tue Jan 18 2011 Martin Sivak <msivak@redhat.com> - 13.21.88-1 |
1439 |
|
|
- When discovering dirtiness of filesystems, mount the /mnt/sysimage read only |
1440 |
|
|
(msivak) |
1441 |
|
|
Resolves: rhbz#601862 |
1442 |
|
|
- If DD cannot be copied to destination, only throw error into log file |
1443 |
|
|
(msivak) |
1444 |
|
|
Resolves: rhbz#640260 |
1445 |
|
|
- Don't assume BOOTIF present for ksdevice=bootif. (rvykydal) |
1446 |
|
|
Related: rhbz#647462 |
1447 |
|
|
- We have to mount /boot/efi when we find an old one. (pjones) |
1448 |
|
|
Related: rhbz#593984 |
1449 |
|
|
- Only allow one EFI System Partition to exist at a time. (pjones) |
1450 |
|
|
Resolves: rhbz#593984 |
1451 |
|
|
- Check fstab entries against fmt.mountType not fmt.type (pjones) |
1452 |
|
|
Resolves: rhbz#594032 |
1453 |
|
|
- Fix writing of network --hostname option in generated ks. (rvykydal) |
1454 |
|
|
Related: rhbz#643008 |
1455 |
|
|
- Bold the warning for GPT on non-EFI (bcl) |
1456 |
|
|
Related: rhbz#614585 |
1457 |
|
|
Resolves: rhbz#614585 |
1458 |
|
|
- Warn the user when using a GPT bootdisk on non-EFI systems (bcl) |
1459 |
|
|
Resolves: rhbz#614585 |
1460 |
|
|
- Support /boot on logical volume on s390x (dcantrell) |
1461 |
|
|
Resolves: rhbz#618376 |
1462 |
|
|
- Update example ssh command in linuxrc.s390 (dcantrell) |
1463 |
|
|
Related: rhbz#621590 |
1464 |
|
|
- Start rsyslogd from linuxrc.s390 (dcantrell) |
1465 |
|
|
Resolves: rhbz#601337 |
1466 |
|
|
- Update spinbutton value in dialogs (bcl) |
1467 |
|
|
Related: rhbz#621490 |
1468 |
|
|
Resolves: rhbz#621490 |
1469 |
|
|
|
1470 |
|
|
* Wed Jan 12 2011 Martin Sivak <msivak@redhat.com> - 13.21.87-1 |
1471 |
|
|
- Use the same error message in text mode and GUI (rvykydal) |
1472 |
|
|
Resolves: rhbz#625809 |
1473 |
|
|
- mpath: use both 'multipath -d' and 'multipath -ll' to get the topology. |
1474 |
|
|
(akozumpl) |
1475 |
|
|
Related: rhbz#636570 |
1476 |
|
|
- mpath: remove a harmful udev_trigger() in filter_gui (akozumpl) |
1477 |
|
|
Related: rhbz#636570 |
1478 |
|
|
- Merge rsyslogd from master, the loader part. (akozumpl) |
1479 |
|
|
Related: rhbz#601337 |
1480 |
|
|
- ppc: do not allow creating a second PReP partition on one drive. (akozumpl) |
1481 |
|
|
Resolves: rhbz#625831 |
1482 |
|
|
- image: put nss libraries to /usr/lib/ where they belong. (akozumpl) |
1483 |
|
|
Resolves: rhbz#667122 |
1484 |
|
|
- Properly identify device-mapper partitions set up by kpartx. (dlehman) |
1485 |
|
|
Resolves: rhbz#659324 |
1486 |
|
|
- mpath: filter out the slave devices and their partitions |
1487 |
|
|
Related: rhbz#659324 |
1488 |
|
|
|
1489 |
|
|
* Thu Jan 06 2011 Martin Sivak <msivak@redhat.com> - 13.21.86-1 |
1490 |
|
|
- Use a different method to get the sysfs_path for device-mapper devices. |
1491 |
|
|
(clumens) |
1492 |
|
|
Related: rhbz#591713 |
1493 |
|
|
- Allow existing /var/log during liveinst (bcl) |
1494 |
|
|
Resolves: rhbz#667606 |
1495 |
|
|
|
1496 |
|
|
* Tue Jan 04 2011 Martin Sivak <msivak@redhat.com> - 13.21.85-1 |
1497 |
|
|
- Merge rsyslogd from master, the buildinstall parts. (akozumpl) |
1498 |
|
|
Related: rhbz#601337 |
1499 |
|
|
- Use cio_ignore and *_cio_free commands in linuxrc.s390 (dcantrell) |
1500 |
|
|
Resolves: rhbz#633469 |
1501 |
|
|
- Add /sbin/cio_ignore to the KEEPFILE list on s390x (dcantrell) |
1502 |
|
|
Related: rhbz#633469 |
1503 |
|
|
- Remove MainframeDiskDevice class, use description property. (dcantrell) |
1504 |
|
|
Related: rhbz#632325 |
1505 |
|
|
- Change the device reinitialization dialog (mgracik) |
1506 |
|
|
Resolves: rhbz#657376 |
1507 |
|
|
- Fix looking up storage device IDs when writing out anaconda-ks.cfg (clumens). |
1508 |
|
|
Resolves: rhbz#591713 |
1509 |
|
|
- mpath: make sure /var/log exists exists early. (akozumpl) |
1510 |
|
|
Related: rhbz#636570 |
1511 |
|
|
- mpath: flush mpath devices in iw/filter_gui.py (akozumpl) |
1512 |
|
|
Resolves: rhbz#636570 |
1513 |
|
|
- mpath: log the /etc/multipath.conf contents (akozumpl) |
1514 |
|
|
Related: rhbz#636570 |
1515 |
|
|
- logging: put timestamps in /tmp/syslog. (akozumpl) |
1516 |
|
|
Related: rhbz#636570 |
1517 |
|
|
|
1518 |
|
|
* Mon Dec 13 2010 Martin Sivak <msivak@redhat.com> - 13.21.84-1 |
1519 |
|
|
- memory: bump epsilon in within_available_memory() (akozumpl). |
1520 |
|
|
Resolves: rhbz#624355 |
1521 |
|
|
- Use chreipl to set the IPL device on s390x (dcantrell) |
1522 |
|
|
Resolves: rhbz#632325 |
1523 |
|
|
- Add /usr/sbin/chreipl to KEEPFILE. (dcantrell) |
1524 |
|
|
Related: rhbz#632325 |
1525 |
|
|
- Create a MainframeDiskDevice class for common s390 attributes. (dcantrell) |
1526 |
|
|
Related: rhbz#632325 |
1527 |
|
|
- Do not shut down zFCP storage in Storage.shutdown() (dcantrell) |
1528 |
|
|
Resolves: rhbz#612626 |
1529 |
|
|
- Clarify the ssh modes for installation on s390x (dcantrell). |
1530 |
|
|
Resolves: rhbz#621590 |
1531 |
|
|
- Set installer environment hostname for sw raid LABELs (rvykydal) |
1532 |
|
|
Resolves: rhbz#640743 |
1533 |
|
|
- Improve network (ifcfg) logging (rvykydal). |
1534 |
|
|
Resolves: rhbz#642998 |
1535 |
|
|
- Do not backtrace if repo is specified through kickstart only (akozumpl). |
1536 |
|
|
Related: rhbz#632526 |
1537 |
|
|
Resolves: rhbz#659781 |
1538 |
|
|
- Add proxy handling to .treeinfo (bcl) |
1539 |
|
|
Resolves: rhbz#634655 |
1540 |
|
|
- Move setProxy to AnacondaYum (bcl) |
1541 |
|
|
Related: rhbz#634655 |
1542 |
|
|
Resolves: rhbz#634655 |
1543 |
|
|
- Restore list-harddrives output to what users expect (dcantrell) |
1544 |
|
|
Resolves: rhbz#654436 |
1545 |
|
|
- Permit ext4 and ext2 for /boot on s390x (dcantrell) |
1546 |
|
|
Resolves: rhbz#638734 |
1547 |
|
|
- Check for ARPHRD_ETHER and ARPHRD_SLIP types in getDevices (dcantrell) |
1548 |
|
|
Resolves: rhbz#596826 |
1549 |
|
|
- Fix "logvol --percent=" (jruemker). |
1550 |
|
|
Resolves: rhbz#651445 |
1551 |
|
|
- Update generating of anaconda-ks.cfg for ipv6 (rvykydal) |
1552 |
|
|
Resolves: rhbz#643008 |
1553 |
|
|
- Fix default of network --device option to match rhel5 (rvykydal). |
1554 |
|
|
Resolves: rhbz#647462 |
1555 |
|
|
- Update ks network command for ipv6 in stage 2 (rvykydal) |
1556 |
|
|
Resolves: rhbz#643005 |
1557 |
|
|
- gui: hide text in the proxy password field (akozumpl). |
1558 |
|
|
Resolves: rhbz#611825 |
1559 |
|
|
- support for partial offload in udev_*_iscsi() functions. (akozumpl) |
1560 |
|
|
Related: rhbz#442980 |
1561 |
|
|
- iscsi: partial offload drivers. (akozumpl) |
1562 |
|
|
Related: rhbz#442980 |
1563 |
|
|
- Add command-line.txt back into the package (clumens). |
1564 |
|
|
Resolves: rhbz#650316 |
1565 |
|
|
- Revert "Do not use _rnetdev as fstab option for network based /" (clumens) |
1566 |
|
|
Resolves: rhbz#644525 |
1567 |
|
|
- Don't ignore %packages if --default is given (dcantrell). |
1568 |
|
|
Resolves: rhbz#621349 |
1569 |
|
|
- Don't traceback when displaying %post error messages (clumens). |
1570 |
|
|
Resolves: rhbz#654074 |
1571 |
|
|
- Display a warning message on TAINT_HARDWARE_UNSUPPORTED (clumens). |
1572 |
|
|
Resolves: rhbz#623140 |
1573 |
|
|
- If getting .treeinfo fails, try treeinfo (clumens). |
1574 |
|
|
Resolves: rhbz#635065 |
1575 |
|
|
- Add rdate, tty, which to install image (mgracik) |
1576 |
|
|
Resolves: rhbz#654432 |
1577 |
|
|
- Fix a missing _ped import. (clumens) |
1578 |
|
|
Resolves: rhbz#640829 |
1579 |
|
|
- Focus the window after changing language (mgracik) |
1580 |
|
|
Resolves: rhbz#628426 |
1581 |
|
|
- Ignore immutable disks in clearPartitions (bcl) |
1582 |
|
|
Resolves: rhbz#657115 |
1583 |
|
|
Related: rhbz#614812 |
1584 |
|
|
- Rescan disks when moving back through upgrade check (bcl) |
1585 |
|
|
Resolves: rhbz#614812 |
1586 |
|
|
- Enable network when getting .treeinfo (rvykydal) |
1587 |
|
|
Resolves: rhbz#632526 |
1588 |
|
|
- Preset default config for immediate Close in nm-c-e enablement (rvykydal) |
1589 |
|
|
Resolves: rhbz#636526 |
1590 |
|
|
- Write out correct nfs url for repo= in /root/anaconda-ks.cfg (rvykydal) |
1591 |
|
|
Resolves: rhbz#635201 |
1592 |
|
|
- Fix non-dhcp network enablement in stage 2 (rvykydal) |
1593 |
|
|
Resolves: rhbz#641324 |
1594 |
|
|
- Do not try to prompt for network for escrow in kickstart (rvykydal) |
1595 |
|
|
Resolves: rhbz#636533 |
1596 |
|
|
- After cancelled stage 2 network enablement remove temporary repo (rvykydal) |
1597 |
|
|
Resolves: rhbz#623641 |
1598 |
|
|
- Fix traceback when using duplicate name for added/edited repo (rvykydal) |
1599 |
|
|
Resolves: rhbz#623149 |
1600 |
|
|
- Add support for ipv6 to text UI network enablement (rvykydal) |
1601 |
|
|
Resolves: rhbz#612476 |
1602 |
|
|
- Remember user's choice when going back in Configure TCP/IP (rvykydal) |
1603 |
|
|
Resolves: rhbz#609570 |
1604 |
|
|
- It's /usr/bin/gdbserver. (akozumpl) |
1605 |
|
|
Related: rhbz#442980 |
1606 |
|
|
- Handle dm-N devices pointed to by /dev/disk/ paths (bcl) |
1607 |
|
|
Related: rhbz#605312 |
1608 |
|
|
Resolves: rhbz#605312 |
1609 |
|
|
- Resolve /dev/disk/ devices during rescue (bcl) |
1610 |
|
|
Resolves: rhbz#605312 |
1611 |
|
|
- Add ntpdate to install.img (mgracik) |
1612 |
|
|
Resolves: rhbz#614399 |
1613 |
|
|
- Do not auto-check all drives when creating a RAID partition (akozumpl). |
1614 |
|
|
Resolves: rhbz#641910 |
1615 |
|
|
- (Un)select all button in Partition Editor. (akozumpl) |
1616 |
|
|
Related: rhbz#641910 |
1617 |
|
|
- iscsi, cosmetic: fix grammar in the iscsi dialogs. (akozumpl) |
1618 |
|
|
Related: rhbz#607827 |
1619 |
|
|
- iscsi: call iscsi.stabilize() at the end of the iscsi configuration. |
1620 |
|
|
(akozumpl) |
1621 |
|
|
Related: rhbz#607827 |
1622 |
|
|
- iscsi: consolidate logging in the UI (akozumpl) |
1623 |
|
|
Related: rhbz#607827 |
1624 |
|
|
- iscsi: allow separate discovery/login credentials in TUI. (akozumpl) |
1625 |
|
|
Related: rhbz#607827 |
1626 |
|
|
- iscsi: migrate the CRED_ constants and parse_ip() to partIntfHelpers. |
1627 |
|
|
(akozumpl) |
1628 |
|
|
Related: rhbz#607827 |
1629 |
|
|
- iscsi gui: use abstract methods in the iSCSIWizard interface. (akozumpl) |
1630 |
|
|
Related: rhbz#607827 |
1631 |
|
|
- iscsi gui: factor out the drive adding code. (akozumpl) |
1632 |
|
|
Related: rhbz#607827 |
1633 |
|
|
- iscsi gui: make the iSCSI wizard never return gtk constants. (akozumpl) |
1634 |
|
|
Related: rhbz#607827 |
1635 |
|
|
- text.messageWindow(): make it more resilient to the input. (akozumpl) |
1636 |
|
|
Related: rhbz#607827 |
1637 |
|
|
- iscsi: copyright notice in add_drive_text.py (akozumpl) |
1638 |
|
|
Related: rhbz#607827 |
1639 |
|
|
- iscsi: discovery and node login wizard. (akozumpl) |
1640 |
|
|
Related: rhbz#607827 |
1641 |
|
|
- ui: C_reate mnemonics in Create Storage dialog (akozumpl). |
1642 |
|
|
Resolves: rhbz#626600 |
1643 |
|
|
- Use SHA-512 for bootloader password encryption (mitr) |
1644 |
|
|
Related: rhbz#554874 |
1645 |
|
|
- Set focus after error message (tmlcoch) |
1646 |
|
|
Resolves: rhbz#611430 |
1647 |
|
|
- Fix support for "part --ondisk=/dev/disk/by-..." (clumens). |
1648 |
|
|
Resolves: rhbz#621515 |
1649 |
|
|
|
1650 |
|
|
* Mon Oct 18 2010 Chris Lumens <clumens@redhat.com> - 13.21.83-1 |
1651 |
|
|
- Add the subscription manager yum plugin (dgregor). |
1652 |
|
|
Resolves: rhbz#643438 |
1653 |
|
|
|
1654 |
|
|
* Mon Aug 30 2010 David Cantrell <dcantrell@redhat.com> - 13.21.82-1 |
1655 |
|
|
- Disable BETANAG for RHEL6 (clumens). |
1656 |
|
|
Resolves: rhbz#628459 |
1657 |
|
|
|
1658 |
|
|
* Wed Aug 25 2010 David Cantrell <dcantrell@redhat.com> - 13.21.81-1 |
1659 |
|
|
- mpath: put quotes around the wwids, they can have spaces. (akozumpl) |
1660 |
|
|
Related: rhbz#626842 |
1661 |
|
|
- filtering UI: don't be picky about udev wwid length. (akozumpl) |
1662 |
|
|
Related: rhbz#626842 |
1663 |
|
|
- Use ID_SERIAL_RAW for multipath, if available (clumens). |
1664 |
|
|
Resolves: rhbz#626842 |
1665 |
|
|
|
1666 |
|
|
* Tue Aug 24 2010 David Cantrell <dcantrell@redhat.com> - 13.21.80-1 |
1667 |
|
|
- mpath: filter member partitions wiser in lvm. (akozumpl) |
1668 |
|
|
Related: rhbz#624175 |
1669 |
|
|
- mpath: do not deactivate mpath partitions in teardown(). (akozumpl) |
1670 |
|
|
Related: rhbz#624175 |
1671 |
|
|
|
1672 |
|
|
* Thu Aug 19 2010 David Cantrell <dcantrell@redhat.com> - 13.21.79-1 |
1673 |
|
|
- lvm: filter 'sda[0-9]*' when filtering 'sda' (akozumpl) |
1674 |
|
|
Resolves: rhbz#624175 |
1675 |
|
|
- mpath: do not deactivate mpath device upon its teardown. (akozumpl) |
1676 |
|
|
Related: rhbz#624175 |
1677 |
|
|
|
1678 |
|
|
* Tue Aug 17 2010 David Cantrell <dcantrell@redhat.com> - 13.21.78-1 |
1679 |
|
|
- Fix the provides we look for when installing DUD (msivak) |
1680 |
|
|
Resolves: rhbz#618862 |
1681 |
|
|
|
1682 |
|
|
* Mon Aug 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.77-1 |
1683 |
|
|
- Fix the paths for DD in postinstall phase (msivak) |
1684 |
|
|
Related: rhbz#619745 |
1685 |
|
|
|
1686 |
|
|
* Fri Aug 13 2010 David Cantrell <dcantrell@redhat.com> - 13.21.76-1 |
1687 |
|
|
- NetworkManager uses a different config file now (clumens). |
1688 |
|
|
Resolves: rhbz#623937 |
1689 |
|
|
- mpath: teardown format from MultipathDevice.teardown() (akozumpl). |
1690 |
|
|
Resolves: rhbz#616273 |
1691 |
|
|
- Do not use autoconfiguration for DHCPv6 (rvykydal) |
1692 |
|
|
Resolves: rhbz#623216 |
1693 |
|
|
- Remove spurious colon (misvak) |
1694 |
|
|
Related: rhbz#619745 |
1695 |
|
|
|
1696 |
|
|
* Thu Aug 12 2010 David Cantrell <dcantrell@redhat.com> - 13.21.75-1 |
1697 |
|
|
- Fix "Cancel" in stage 2 network enablement dialog (rvykydal) |
1698 |
|
|
Resolves: rhbz#623151 |
1699 |
|
|
- Proper detection of successful module update (msivak) |
1700 |
|
|
Resolves: rhbz#618862 |
1701 |
|
|
- We checked for updated driver with wrong path prefix (msivak) |
1702 |
|
|
Resolves: rhbz#619745 |
1703 |
|
|
|
1704 |
|
|
* Wed Aug 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.74-1 |
1705 |
|
|
- LVM and LUKS now align everything to 1MB boundaries. (dlehman) |
1706 |
|
|
Resolves: rhbz#623458 |
1707 |
|
|
|
1708 |
|
|
* Wed Aug 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.73-1 |
1709 |
|
|
- Rebuild to include latest translation updates |
1710 |
|
|
Resolves: rhbz#593202 |
1711 |
|
|
|
1712 |
|
|
* Tue Aug 10 2010 David Cantrell <dcantrell@redhat.com> - 13.21.72-1 |
1713 |
|
|
- Translate task and repo names based on the product.img (clumens). |
1714 |
|
|
Resolves: rhbz#622064 |
1715 |
|
|
|
1716 |
|
|
* Tue Aug 10 2010 David Cantrell <dcantrell@redhat.com> - 13.21.71-1 |
1717 |
|
|
- Rebuild to include latest translation updates |
1718 |
|
|
Resolves: rhbz#527925 |
1719 |
|
|
|
1720 |
|
|
* Fri Aug 06 2010 David Cantrell <david.l.cantrell@gmail.com> - 13.21.70-1 |
1721 |
|
|
- Require newest pykickstart. (david.l.cantrell) |
1722 |
|
|
Related: rhbz#620855 |
1723 |
|
|
- Correct processing of driverdisk --biospart=. (clumens) |
1724 |
|
|
Related: rhbz#620855 |
1725 |
|
|
- Log exclusiveDisks, ignoredDisks, and reasons for ignoring devices. (dlehman) |
1726 |
|
|
Related: rhbz#596468 |
1727 |
|
|
- Include mpath/fwraid member devices in exclusiveDisks. (dlehman) |
1728 |
|
|
Resolves: rhbz#596468 |
1729 |
|
|
- Use full EFI path to map drives for grub (bcl) |
1730 |
|
|
Resolves: rhbz#598572 |
1731 |
|
|
|
1732 |
|
|
* Thu Aug 05 2010 David Cantrell <david.l.cantrell@gmail.com> - 13.21.69-1 |
1733 |
|
|
- Use part instead of device in PartitionWindow.populate() (dcantrell) |
1734 |
|
|
Resolves: rhbz#575749 |
1735 |
|
|
- Display the method selection details dialog on boot.iso (clumens). |
1736 |
|
|
Resolves: rhbz#620746 |
1737 |
|
|
- mpath: add MultipathDevices first, before their partitions. (akozumpl) |
1738 |
|
|
Related: rhbz#595866 |
1739 |
|
|
Resolves: rhbz#615987 |
1740 |
|
|
|
1741 |
|
|
* Wed Aug 04 2010 David Cantrell <dcantrell@redhat.com> - 13.21.68-1 |
1742 |
|
|
- Fix typo and set mpaths' sysfs path before querying udevdb. (dlehman) |
1743 |
|
|
Resolves: rhbz#620712 |
1744 |
|
|
|
1745 |
|
|
* Tue Aug 03 2010 David Cantrell <dcantrell@redhat.com> - 13.21.67-1 |
1746 |
|
|
- Honor bootdrive selection when autopartitioning (hdegoede) |
1747 |
|
|
Resolves: rhbz#620442 |
1748 |
|
|
- mdadm -I no longer accepts --no-degraded (hdegoede) |
1749 |
|
|
Resolves: rhbz#620359 |
1750 |
|
|
- Set AUTO_VLAN=yes in fcoe config files (dcantrell) |
1751 |
|
|
Resolves: rhbz#618875 |
1752 |
|
|
- ibft: always configure network devices if there's ibft available (akozumpl). |
1753 |
|
|
Resolves: rhbz#617860 |
1754 |
|
|
|
1755 |
|
|
* Fri Jul 30 2010 Chris Lumens <clumens@redhat.com> - 13.21.66-1 |
1756 |
|
|
- fix typo in 7c540b2cd19db3e098e768f88ac8a42272b22e06 (akozumpl) |
1757 |
|
|
Resolves: rhbz#619659 |
1758 |
|
|
|
1759 |
|
|
* Thu Jul 29 2010 David Cantrell <dcantrell@redhat.com> - 13.21.65-1 |
1760 |
|
|
- Fix quoting that was causing boot.iso to not be made (dgregor). |
1761 |
|
|
Resolves: rhbz#619279 |
1762 |
|
|
|
1763 |
|
|
* Thu Jul 29 2010 David Cantrell <dcantrell@redhat.com> - 13.21.64-1 |
1764 |
|
|
- Add missing parameter (rvykydal) |
1765 |
|
|
Resolves: rhbz#619269 |
1766 |
|
|
|
1767 |
|
|
* Wed Jul 28 2010 David Cantrell <dcantrell@redhat.com> - 13.21.63-1 |
1768 |
|
|
- DEBUG -> DEBUGLVL (dcantrell) |
1769 |
|
|
Related: rhbz#611154 |
1770 |
|
|
- Make sure multipathd starts on systems using mpath storage (dcantrell) |
1771 |
|
|
Resolves: rhbz#615040 |
1772 |
|
|
|
1773 |
|
|
* Wed Jul 28 2010 David Cantrell <dcantrell@redhat.com> - 13.21.62-1 |
1774 |
|
|
- Check if an mpath should be ignored before adding it to the devicetree. |
1775 |
|
|
(dlehman) |
1776 |
|
|
Resolves: rhbz#596468 |
1777 |
|
|
- Add handling for mpath and fwraid devices in exclusiveDisks. (dlehman) |
1778 |
|
|
Related: rhbz#596468 |
1779 |
|
|
- Add functions to identify specific types of device-mapper devices. (dlehman) |
1780 |
|
|
Related: rhbz#596468 |
1781 |
|
|
- Ignore active fwraids and mpaths when setting up the filter ui. (dlehman) |
1782 |
|
|
Related: rhbz#596468 |
1783 |
|
|
- Handle systems where all disks have a whole disk format (dcantrell) |
1784 |
|
|
Resolves: rhbz#617554 |
1785 |
|
|
- Include modprobe file for Mellanox 10GB driver (dcantrell) |
1786 |
|
|
Resolves: rhbz#611997 |
1787 |
|
|
- Revert "Set stage2= on x86 boot.iso" (clumens) |
1788 |
|
|
Related: rhbz#611154 |
1789 |
|
|
- Skip the askmethod dialog on boot.iso+method= (clumens). |
1790 |
|
|
Resolves: rhbz#611154 |
1791 |
|
|
|
1792 |
|
|
* Fri Jul 23 2010 David Cantrell <dcantrell@redhat.com> - 13.21.61-1 |
1793 |
|
|
- does not properly recognize hpt45x_raid_member (hdegoede) |
1794 |
|
|
Resolves: rhbz#617438 |
1795 |
|
|
- Show allowable prepboot size range in exception (dcantrell) |
1796 |
|
|
Resolves: rhbz#603188 |
1797 |
|
|
- Skip the Filter UI in Basic Storage mode (hdegoede) |
1798 |
|
|
Resolves: rhbz#605544 |
1799 |
|
|
- Propagate MACADDR from loaderData to iface (dcantrell) |
1800 |
|
|
Resolves: rhbz#595388 |
1801 |
|
|
- Only write changed DASD attributes to rd_DASD params (dcantrell) |
1802 |
|
|
Resolves: rhbz#606783 |
1803 |
|
|
|
1804 |
|
|
* Tue Jul 20 2010 David Cantrell <dcantrell@redhat.com> - 13.21.60-1 |
1805 |
|
|
- Support for ks: --ipv6 command, and ipv6 values for --gateway (rvykydal) |
1806 |
|
|
Resolves: rhbz#490794 |
1807 |
|
|
- Enforce limits on partition start/end sectors. (dlehman) |
1808 |
|
|
Related: rhbz#604059 |
1809 |
|
|
- Revert "Add "askmethod" as a default argument." (clumens) |
1810 |
|
|
Related: rhbz#611154 |
1811 |
|
|
- Don't skip method selection if using media with no packages (clumens). |
1812 |
|
|
Resolves: rhbz#611154 |
1813 |
|
|
- Handle serial = None in the right place (clumens). |
1814 |
|
|
Resolves: rhbz#615936 |
1815 |
|
|
|
1816 |
|
|
* Fri Jul 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.59-1 |
1817 |
|
|
- Add uname to initrd.img (dcantrell) |
1818 |
|
|
Resolves: rhbz#614770 |
1819 |
|
|
- Permanently skip the filter UI steps in text mode (clumens). |
1820 |
|
|
Resolves: rhbz#611000 |
1821 |
|
|
- Fix indentypo (rvykydal) |
1822 |
|
|
Resolves: rhbz#614001 |
1823 |
|
|
- Fix config of ipv6 and ipv4 (auto + manual) in loader (rvykydal) |
1824 |
|
|
Resolves: rhbz#609576 |
1825 |
|
|
- Reset resolver after network device activation (rvykydal) |
1826 |
|
|
Resolves: rhbz#614001 |
1827 |
|
|
- Use blacklist_exceptions for mpath devices (mfuruta) |
1828 |
|
|
Resolves: rhbz#612399 |
1829 |
|
|
- Revert "Skip the bootloader placement window if we're on UEFI (pjones)" |
1830 |
|
|
Resolves: rhbz#582143 |
1831 |
|
|
|
1832 |
|
|
* Wed Jul 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.58-1 |
1833 |
|
|
- Use long ints for comparisons, not floats (bcl) |
1834 |
|
|
Related: rhbz#608172 |
1835 |
|
|
- Enforce the same logic on autopart shrink as on resize (bcl) |
1836 |
|
|
Related: rhbz#608172 |
1837 |
|
|
- Don't crash when putting mpath devices into the filter name cache (clumens). |
1838 |
|
|
Resolves: rhbz#597223 |
1839 |
|
|
|
1840 |
|
|
* Thu Jul 08 2010 David Cantrell <dcantrell@redhat.com> - 13.21.57-1 |
1841 |
|
|
- Handle 16 digit hex strings for ID_SERIAL_SHORT (dcantrell) |
1842 |
|
|
Resolves: rhbz#611554 |
1843 |
|
|
- Focus default advanced storage type in add dialog (dcantrell) |
1844 |
|
|
Resolves: rhbz#603726 |
1845 |
|
|
- Add multipath member with addUdevDiskDevice instead of DiskDevice (dcantrell) |
1846 |
|
|
Resolves: rhbz#582254 |
1847 |
|
|
- Pass short type names for PartSpec ctor. (dlehman) |
1848 |
|
|
Related: rhbz#579715 |
1849 |
|
|
- During an update don't erase old kernels (bcl) |
1850 |
|
|
Resolves: rhbz#594411 |
1851 |
|
|
- Fix a file descriptor leak in getDevices (mganisin). |
1852 |
|
|
Resolves: rhbz#612153 |
1853 |
|
|
- Pass size of structure not a size of ointer to calloc (msivak) |
1854 |
|
|
Resolves: rhbz#592227 |
1855 |
|
|
- Properly iterate over the netdevices list (clumens). |
1856 |
|
|
Resolves: rhbz#610769 |
1857 |
|
|
|
1858 |
|
|
* Wed Jun 30 2010 David Cantrell <dcantrell@redhat.com> - 13.21.56-1 |
1859 |
|
|
- Translate MAC addresses to devices in the second stage, too. (clumens) |
1860 |
|
|
Related: rhbz#185522 |
1861 |
|
|
- Fix prototype of getIPAddresses (rvykydal) |
1862 |
|
|
Resolves: rhbz#605659 |
1863 |
|
|
- anaconda's lvm vgreduce invocation is not filtering out disks (hdegoede) |
1864 |
|
|
Resolves: rhbz#609479 |
1865 |
|
|
|
1866 |
|
|
* Tue Jun 29 2010 David Cantrell <dcantrell@redhat.com> - 13.21.55-1 |
1867 |
|
|
- Write out missing space on 'part' lines in ks file (dcantrell) |
1868 |
|
|
Resolves: rhbz#605938 |
1869 |
|
|
- Make sure swap devices are included in dracut args (dcantrell) |
1870 |
|
|
Resolves: rhbz#607646 |
1871 |
|
|
- Catch DeviceNotFoundError in cleardisks (dcantrell) |
1872 |
|
|
Resolves: rhbz#607661 |
1873 |
|
|
- anaconda: Disable X server regenerations (ajax) |
1874 |
|
|
Resolves: rhbz#609245 |
1875 |
|
|
- Do not proceed after partitioning errors in text mode (bcl) |
1876 |
|
|
Resolves: rhbz#599484 |
1877 |
|
|
- Add a slash to the path pointing to hdinstall dir (msivak) |
1878 |
|
|
Resolves: rhbz#592154 |
1879 |
|
|
- Check for proper Proxy URL in loader (bcl) |
1880 |
|
|
Resolves: rhbz#604126 |
1881 |
|
|
- Don't resize lv's formatting unless also resizing the lv. (dlehman) |
1882 |
|
|
Resolves: rhbz#575046 |
1883 |
|
|
- Use progressbar instead of waitwindow for repo setup (rvykydal) |
1884 |
|
|
Resolves: rhbz#584996 |
1885 |
|
|
- Account for ipv6 addresses too (rvykydal) |
1886 |
|
|
Resolves: rhbz#605659 |
1887 |
|
|
- Don't deactivate active device before running nm-c-e (rvykydal) |
1888 |
|
|
Resolves: rhbz#608773 |
1889 |
|
|
- Clean up proxy handling in yuminstall.py (bcl) |
1890 |
|
|
Resolves: rhbz#604137 |
1891 |
|
|
- Add full proxy URL to writeKS (bcl) |
1892 |
|
|
Related: rhbz#602705 |
1893 |
|
|
Resolves: rhbz#602705 |
1894 |
|
|
- loader: print if anaconda was killed by a signal and dump core. (akozumpl) |
1895 |
|
|
Related: rhbz#607650 |
1896 |
|
|
- fixup exclude/excludepkgs usage (bcl) |
1897 |
|
|
Resolves: rhbz#607664 |
1898 |
|
|
- Control all devs by NM by default + filtering (iSCSI, FCoE) (rvykydal) |
1899 |
|
|
Resolves: rhbz#606745 |
1900 |
|
|
- network.dracutSetupstring: properly handle ipv6 (hdegoede) |
1901 |
|
|
Resolves: rhbz#605232 |
1902 |
|
|
- Support for converged traffic during install to FCoE LUN (hdegoede) |
1903 |
|
|
Resolves: rhbz#604763 |
1904 |
|
|
- Show sane non-removable drives too in the DD dialog (msivak) |
1905 |
|
|
Resolves: rhbz#594548 |
1906 |
|
|
|
1907 |
|
|
* Sat Jun 26 2010 David Cantrell <dcantrell@redhat.com> - 13.21.54-1 |
1908 |
|
|
- Take into account the fact that some formats have no min/max size. (dlehman) |
1909 |
|
|
Related: rhbz#603188 |
1910 |
|
|
- Add more stuff to the install image for report (clumens). |
1911 |
|
|
Resolves: rhbz#605958 |
1912 |
|
|
- Put dhcp configuration files in /etc/dhcp (dcantrell) |
1913 |
|
|
Resolves: rhbz#607741 |
1914 |
|
|
- Enforce format min/max size for fixed-size requests. (dlehman) |
1915 |
|
|
Resolves: rhbz#603188 |
1916 |
|
|
- Fix min/max size definitions for PReP Boot format class. (dlehman) |
1917 |
|
|
Related: rhbz#603188 |
1918 |
|
|
- Constrain lvmpv, mdmember, and swap partitions to a single disk. (dlehman) |
1919 |
|
|
Resolves: rhbz#605756 |
1920 |
|
|
- Enforce maximum start sector for partitions. (dlehman) |
1921 |
|
|
Resolves: rhbz#604059 |
1922 |
|
|
- Handle nm-c-e using prefix instead of netmask (hdegoede) |
1923 |
|
|
Resolves: rhbz#607762 |
1924 |
|
|
- Fix repo --includepkgs=, and add more to anaconda-ks.cfg's repo line |
1925 |
|
|
(clumens). |
1926 |
|
|
Resolves: rhbz#602705 |
1927 |
|
|
- yum calls it "exclude" instead of "excludepkgs" (clumens). |
1928 |
|
|
Resolves: rhbz#607664 |
1929 |
|
|
- Force the comps object to be reloaded after adding repos (clumens). |
1930 |
|
|
Resolves: rhbz#606765 |
1931 |
|
|
- Remove reference to undefined variable (rvykydal) |
1932 |
|
|
Resolves: rhbz#604164 |
1933 |
|
|
|
1934 |
|
|
* Tue Jun 22 2010 David Cantrell <dcantrell@redhat.com> - 13.21.53-1 |
1935 |
|
|
- Be specific when telling lvm to ignore devices. (dlehman) |
1936 |
|
|
Resolves: rhbz#594433 |
1937 |
|
|
Related: rhbz#578813 |
1938 |
|
|
- Use baseurl instead of methodstr to get .treeinfo (rvykydal) |
1939 |
|
|
Resolves: rhbz#604246 |
1940 |
|
|
- rpm doesn't always give the callback a tuple (clumens). |
1941 |
|
|
Resolves: rhbz#605172 |
1942 |
|
|
- Handle questionInitializeDASD in cmdline mode (dcantrell) |
1943 |
|
|
Resolves: rhbz#605846 |
1944 |
|
|
- Set SELinux context on dasd.conf and zfcp.conf (dcantrell) |
1945 |
|
|
Resolves: rhbz#605597 |
1946 |
|
|
- Add --fsprofile= to the anaconda-ks.cfg (clumens). |
1947 |
|
|
Resolves: rhbz#605944 |
1948 |
|
|
- Check before running post scripts on kickstart rescue (atodorov). |
1949 |
|
|
Resolves: rhbz#605755 |
1950 |
|
|
- Automatic partitioning should yield no more than one PReP partition. |
1951 |
|
|
(dlehman) |
1952 |
|
|
Resolves: rhbz#579715 |
1953 |
|
|
- Put [] around ipv6 addr on the dracut cmdline (hdegoede) |
1954 |
|
|
Resolves: rhbz#605300 |
1955 |
|
|
- Set repo.proxy only after fully assembled (bcl) |
1956 |
|
|
Resolves: rhbz#602712 |
1957 |
|
|
Related: rhbz#602712 |
1958 |
|
|
- Change proxy regex in loader to match python proxy regex (bcl) |
1959 |
|
|
Resolves: rhbz#602712 |
1960 |
|
|
Related: rhbz#602712 |
1961 |
|
|
- Add test cases for proxy regex (bcl) |
1962 |
|
|
Resolves: rhbz#602712 |
1963 |
|
|
Related: rhbz#602712 |
1964 |
|
|
- Replace POSIX regex classes with character ranges (bcl) |
1965 |
|
|
Resolves: rhbz#602712 |
1966 |
|
|
|
1967 |
|
|
* Fri Jun 18 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-9 |
1968 |
|
|
- Revert "Select default and mandatory packages when enabling repos." |
1969 |
|
|
(clumens). |
1970 |
|
|
Resolves: rhbz#605289 |
1971 |
|
|
|
1972 |
|
|
* Thu Jun 17 2010 David Cantrell <dcantrell@redhat.com> - 13.21.52-1 |
1973 |
|
|
- Set wireless devices to NM_CONTROLLED by default (rvykydal) |
1974 |
|
|
Resolves: rhbz#594881 |
1975 |
|
|
- gui: "_use anyway" mnemonic. (akozumpl) |
1976 |
|
|
Resolves: rhbz#603137 |
1977 |
|
|
- Add iSCSI radio button to button group (dcantrell) |
1978 |
|
|
Resolves: rhbz#603726 |
1979 |
|
|
- Honor --timeout=NUM from kickstart files on s390 (dcantrell) |
1980 |
|
|
Resolves: rhbz#603032 |
1981 |
|
|
- Use Decimal instead of float for label calculations (bcl) |
1982 |
|
|
Resolves: rhbz#604639 |
1983 |
|
|
- Fix a typo (rvykydal) |
1984 |
|
|
Resolves: rhbz#604628 |
1985 |
|
|
- fix: zfcp.startup() survives without an interface (akozumpl). |
1986 |
|
|
Resolves: rhbz#604542 |
1987 |
|
|
|
1988 |
|
|
* Thu Jun 17 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-8 |
1989 |
|
|
- Add md arrays to the devicetree with a md# name rather then md/# (hdegoede) |
1990 |
|
|
Related: rhbz#591970 |
1991 |
|
|
- Handle FCoE over vlan properly (hdegoede) |
1992 |
|
|
Resolves: rhbz#486244 |
1993 |
|
|
- No longer remove persistent udev rules files (clumens) |
1994 |
|
|
Resolves: rhbz#605262 |
1995 |
|
|
|
1996 |
|
|
* Wed Jun 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-7 |
1997 |
|
|
- Fall back on regular device name (dcantrell) |
1998 |
|
|
Resolves: rhbz#604776 |
1999 |
|
|
|
2000 |
|
|
* Mon Jun 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.51-1 |
2001 |
|
|
- Properly rescan storage with Reset in partition GUI (bcl) |
2002 |
|
|
Related: rhbz#595659 |
2003 |
|
|
Resolves: rhbz#595659 |
2004 |
|
|
- Save the partition type selection when moving back (bcl) |
2005 |
|
|
Related: rhbz#595659 |
2006 |
|
|
Resolves: rhbz#595659 |
2007 |
|
|
- Properly rescan disks when moving back (bcl) |
2008 |
|
|
Related: rhbz#595659 |
2009 |
|
|
Resolves: rhbz#595659 |
2010 |
|
|
- Show zFCP errors in dialog boxes rather than tracebacks (maier) |
2011 |
|
|
Resolves: rhbz#598087 |
2012 |
|
|
- Show by-path names for DASD and zFCP, WWID for mpath (maier) |
2013 |
|
|
Resolves: rhbz#580507 |
2014 |
|
|
- Remember autopart UI choice when going back (dcantrell) |
2015 |
|
|
Resolves: rhbz#596146 |
2016 |
|
|
- Make parent directories for ks scriptlet log files (dcantrell) |
2017 |
|
|
Resolves: rhbz#597279 |
2018 |
|
|
- Do not ask for interface twice in stage 1 (rvykydal) |
2019 |
|
|
Resolves: rhbz#594802 |
2020 |
|
|
- Fix parsing of ifcfg OPTIONS parameter (rvykydal) |
2021 |
|
|
Resolves: rhbz#597205 |
2022 |
|
|
- Don't overwrite 70-persistent-net.rules (rvykydal) |
2023 |
|
|
Resolves: rhbz#597625 |
2024 |
|
|
- Wait only for activation of devices controlled by NM (rvykydal) |
2025 |
|
|
Resolves: rhbz#598432 |
2026 |
|
|
- Add the .sshd.hmac file to initrd (mgracik) |
2027 |
|
|
Resolves: rhbz#592186 |
2028 |
|
|
- Raise an exception when an md dev is in the tree under the wrong name |
2029 |
|
|
(hdegoede) |
2030 |
|
|
Related: rhbz#591970 |
2031 |
|
|
- Make sure lvm2 gets installed when we are using lvm (hdegoede) |
2032 |
|
|
Resolves: rhbz#601644 |
2033 |
|
|
- Fix backtrace when a vg starts with freespace (hdegoede) |
2034 |
|
|
Resolves: rhbz#597925 |
2035 |
|
|
- Add md arrays to the devicetree with a md# name rather then md/# (hdegoede) |
2036 |
|
|
Related: rhbz#591970 |
2037 |
|
|
- Handle FCoE over vlan properly (hdegoede) |
2038 |
|
|
Resolves: rhbz#486244 |
2039 |
|
|
- Ignore errors upon restoring /lib and /usr after unmounting filesystems |
2040 |
|
|
(hdegoede) |
2041 |
|
|
Related: rhbz#598222 |
2042 |
|
|
- Make sure we still have an elf interpreter after unmounting fs (hdegoede) |
2043 |
|
|
Resolves: rhbz#598222 |
2044 |
|
|
- Rebind hybrid lcs/ctc network devices to correct driver if necessary (maier) |
2045 |
|
|
Related: rhbz#561814 |
2046 |
|
|
Resolves: rhbz#596826 |
2047 |
|
|
Related: rhbz#557522 |
2048 |
|
|
- Get netdev name without CONFIG_SYSFS_DEPRECATED_V2 in linuxrc.s390 (maier) |
2049 |
|
|
Resolves: rhbz#596826 |
2050 |
|
|
- Replace rd_CCW with final dracut option rd_ZNET for network-rootfs on s390 |
2051 |
|
|
(maier) |
2052 |
|
|
Related: rhbz#577193 |
2053 |
|
|
Related: rhbz#533494 |
2054 |
|
|
- Do parse DOMAIN for DNS search suffixes in loader (maier) |
2055 |
|
|
Resolves: rhbz#595388 |
2056 |
|
|
- Allow loader to parse DNS and write DNS1, DNS2, ... itself (again). (maier) |
2057 |
|
|
Resolves: rhbz#595388 |
2058 |
|
|
- GATEWAY in linuxrc.s390's ifcfg is really IPv4 only (maier) |
2059 |
|
|
Resolves: rhbz#595388 |
2060 |
|
|
- Handle OPTIONS in ifcfg files transparently in loader (dcantrell) |
2061 |
|
|
Resolves: rhbz#595388 |
2062 |
|
|
- Catch and display KickstartErrors coming from execute() cleanly (clumens). |
2063 |
|
|
Resolves: rhbz#603059 |
2064 |
|
|
- Forcibly remove packages from deselected groups (clumens). |
2065 |
|
|
Resolves: rhbz#495621 |
2066 |
|
|
- Default to aes-xts-plain64 for new luks devices. (dlehman) |
2067 |
|
|
Resolves: rhbz#600295 |
2068 |
|
|
- Make minimum shrink size 1 not 0 (bcl) |
2069 |
|
|
Resolves: rhbz#602442 |
2070 |
|
|
- Initialize Decimal for partition slices (bcl) |
2071 |
|
|
Related: rhbz#599614 |
2072 |
|
|
Resolves: rhbz#602376 |
2073 |
|
|
- Fix driver disc repo baseurl (msivak) |
2074 |
|
|
Resolves: rhbz#602343 |
2075 |
|
|
- or -> and (clumens) |
2076 |
|
|
Related: rhbz#594803 |
2077 |
|
|
- fix: kickstart sshpw command dysfunctional (akozumpl). |
2078 |
|
|
Resolves: rhbz#602308 |
2079 |
|
|
- Include /sbin/blkid in the initrd.img (dcantrell) |
2080 |
|
|
Related: rhbz#599197 |
2081 |
|
|
Related: rhbz#591970 |
2082 |
|
|
- Correct initrd.img load address on s390 (dcantrell) |
2083 |
|
|
Related: rhbz#546422 |
2084 |
|
|
- "Finding" -> "Examining" storage devices (clumens). |
2085 |
|
|
Resolves: rhbz#594804 |
2086 |
|
|
- In the filter UI, also ignore devices that do not report a size (clumens). |
2087 |
|
|
Resolves: rhbz#594803 |
2088 |
|
|
- translations: loader header files strings missing in anaconda.pot. (akozumpl) |
2089 |
|
|
Related: rhbz#598413 |
2090 |
|
|
- Re-get partedPartition after re-adding failed-to-remove partition. (dlehman) |
2091 |
|
|
Related: rhbz#592339 |
2092 |
|
|
Resolves: rhbz#602351 |
2093 |
|
|
- Select default and mandatory packages when enabling repos. (dlehman) |
2094 |
|
|
Related: rhbz#561164 |
2095 |
|
|
- Minor fix for parsing of "multipath -d" (pjones) |
2096 |
|
|
Resolves: rhbz#592297 |
2097 |
|
|
- loader: con Newt into thinking LANG is always en_US.UTF-8 (akozumpl). |
2098 |
|
|
Resolves: rhbz#601101 |
2099 |
|
|
- translations: xgettext: _P for plural forms takes two arguments (akozumpl). |
2100 |
|
|
Resolves: rhbz#598413 |
2101 |
|
|
- fix: the po path has to be bound for gtk.glade too. (akozumpl) |
2102 |
|
|
Related: rhbz#598413 |
2103 |
|
|
- translations: don't say context=yes if you don't mean it. (akozumpl) |
2104 |
|
|
Related: rhbz#598413 |
2105 |
|
|
- fix error saving screenshots during package install (akozumpl). |
2106 |
|
|
Resolves: rhbz#594826 |
2107 |
|
|
- The keyboard object is in instdata on rhel6 (clumens). |
2108 |
|
|
Resolves: rhbz#601159 |
2109 |
|
|
- Remember disk selections when going back to the text partition UI (clumens). |
2110 |
|
|
Resolves: rhbz#596113 |
2111 |
|
|
- Fix green strips showing up in partition dialog (bcl) |
2112 |
|
|
Resolves: rhbz#599614 |
2113 |
|
|
- Assign the trimmed identifier so it gets used in the UI. (clumens) |
2114 |
|
|
Related: rhbz#560666 |
2115 |
|
|
- Remember when IPv4 IPADDR has been read from ifcfg file in loader (maier) |
2116 |
|
|
Resolves: rhbz#595388 |
2117 |
|
|
- Don't let loader write HWADDR to ifcfg file on s390. (maier) |
2118 |
|
|
Resolves: rhbz#595388 |
2119 |
|
|
- Tell which stacks to configure in /etc/sysconfig/network on s390 (maier) |
2120 |
|
|
Resolves: rhbz#595388 |
2121 |
|
|
- Really ignore deprecated parm/conf file options in linuxrc.s390 (maier) |
2122 |
|
|
Resolves: rhbz#595388 |
2123 |
|
|
- Correctly pass netdev name from linuxrc.s390 to loader (maier) |
2124 |
|
|
Resolves: rhbz#595382 |
2125 |
|
|
- Re-enable usable pdb with vnc on s390x (maier) |
2126 |
|
|
Related: rhbz#597223 |
2127 |
|
|
- Fix most of what is necessary for install over IPv6 on s390 (dcantrell) |
2128 |
|
|
Resolves: rhbz#594090 |
2129 |
|
|
- Only kill init for reboot/halt and then exit linuxrc.s390 (maier) |
2130 |
|
|
Related: rhbz#571370 |
2131 |
|
|
- If only @Core is installed, add --nobase to the anaconda-ks.cfg. (clumens) |
2132 |
|
|
Resolves: rhbz#593548 |
2133 |
|
|
- translations: scdate can translate timezones better then us. (akozumpl) |
2134 |
|
|
Related: rhbz#598413 |
2135 |
|
|
- Update font list (clumens) |
2136 |
|
|
Resolves: rhbz#601501 |
2137 |
|
|
|
2138 |
|
|
* Fri Jun 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-6 |
2139 |
|
|
- Select default and mandatory packages when enabling repos. (dlehman) |
2140 |
|
|
Related: rhbz#561164 |
2141 |
|
|
|
2142 |
|
|
* Thu Jun 10 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-5 |
2143 |
|
|
- Remove duplicate md handling code from 70-anaconda.rules (dcantrell) |
2144 |
|
|
Resolves: rhbz#599197 |
2145 |
|
|
Resolves: rhbz#591970 |
2146 |
|
|
- Correct initrd.img load address on s390 (dcantrell) |
2147 |
|
|
Related: rhbz#546422 |
2148 |
|
|
- Remove python-bugzilla requirement (dcantrell) |
2149 |
|
|
Resolves: rhbz#602793 |
2150 |
|
|
- Include /sbin/blkid in the initrd.img (dcantrell) |
2151 |
|
|
Related: rhbz#591970 |
2152 |
|
|
Related: rhbz#599197 |
2153 |
|
|
|
2154 |
|
|
* Mon Jun 07 2010 Chris Lumens <clumens@redhat.com> - 13.21.50-4 |
2155 |
|
|
- Fix the patch fuzz so the build system doesn't complain (clumens). |
2156 |
|
|
Related: rhbz#600225 |
2157 |
|
|
|
2158 |
|
|
* Mon Jun 07 2010 Chris Lumens <clumens@redhat.com> - 13.21.50-3 |
2159 |
|
|
- Back out part of the previous patch that removed the call to blkid (clumens). |
2160 |
|
|
Resolves: rhbz#600225 |
2161 |
|
|
|
2162 |
|
|
* Wed Jun 02 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-2 |
2163 |
|
|
- Remove duplicate md handling code from 70-anaconda.rules (dcantrell) |
2164 |
|
|
Resolves: rhbz#599197 |
2165 |
|
|
|
2166 |
|
|
* Tue Jun 01 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-1 |
2167 |
|
|
- Replace the Serial Number column with an Identifier column (clumens). |
2168 |
|
|
Resolves: rhbz#560666 |
2169 |
|
|
- Adjust mdraid size estimates (bcl) |
2170 |
|
|
Resolves: rhbz#587442 |
2171 |
|
|
- Extra debugging output (bcl) |
2172 |
|
|
Related: rhbz#587442 |
2173 |
|
|
Resolves: rhbz#587442 |
2174 |
|
|
- Require newer pykickstart (dcantrell) |
2175 |
|
|
Related: rhbz#596804 |
2176 |
|
|
- Give blkid the final word on device format detection. (dlehman) |
2177 |
|
|
Resolves: rhbz#593637 |
2178 |
|
|
- Set NM_CONTROLLED=no iscsi for storage devices only on system (rvykydal) |
2179 |
|
|
Resolves: rhbz#598070 |
2180 |
|
|
- Allow ignoredisk to be interactive without the rest of the UI (pjones) |
2181 |
|
|
Resolves: rhbz#596804 |
2182 |
|
|
- booty: Make getPhysicalDevices only return physical devices (hdegoede) |
2183 |
|
|
Resolves: rhbz#593718 |
2184 |
|
|
- booty: Don't create device.map entries for devices backing / (hdegoede) |
2185 |
|
|
Related: rhbz#593718 |
2186 |
|
|
- Do not allow editing of extended partitions (hdegoede) |
2187 |
|
|
Resolves: rhbz#593754 |
2188 |
|
|
|
2189 |
|
|
* Sun May 30 2010 David Cantrell <dcantrell@redhat.com> - 13.21.49-1 |
2190 |
|
|
- Add more sanity checks to the mountpoint (bcl) |
2191 |
|
|
Resolves: rhbz#592185 |
2192 |
|
|
- Make sure the product.img directory is mounted before copying (clumens). |
2193 |
|
|
Resolves: rhbz#587696 |
2194 |
|
|
|
2195 |
|
|
* Wed May 26 2010 David Cantrell <dcantrell@redhat.com> - 13.21.48-1 |
2196 |
|
|
- Fixed the setting of LD_LIBRARY_PATH in rescue (mgracik) |
2197 |
|
|
Resolves: rhbz#594034 |
2198 |
|
|
- Set repository in kickstart harddrive command (rvykydal) |
2199 |
|
|
Resolves: rhbz#592239 |
2200 |
|
|
- Give pre-existing mdraid arrays the proper name in the UI (hdegoede) |
2201 |
|
|
Resolves: rhbz#596227 |
2202 |
|
|
- Add nm-c-e translations to stage 2 (rvykydal) |
2203 |
|
|
Resolves: rhbz#594982 |
2204 |
|
|
- set the resolution with resolution= from the cmdline (akozumpl). |
2205 |
|
|
Resolves: rhbz#594918 |
2206 |
|
|
|
2207 |
|
|
* Tue May 25 2010 David Cantrell <dcantrell@redhat.com> - 13.21.47-1 |
2208 |
|
|
- Skip the bootloader placement window if we're on UEFI (pjones) |
2209 |
|
|
Resolves: rhbz#582143 |
2210 |
|
|
- Support cio_ignore functionality for zFCP devices (dcantrell) |
2211 |
|
|
Resolves: rhbz#533492 |
2212 |
|
|
- Add missing newline for 'nfs' line in ks file (dcantrell) |
2213 |
|
|
Resolves: rhbz#591479 |
2214 |
|
|
- Correct problem with initrd.addrsize generation (dcantrell) |
2215 |
|
|
Resolves: rhbz#546422 |
2216 |
|
|
- Add fipscheck to the install.img (mgracik) |
2217 |
|
|
Resolves: rhbz#592186 |
2218 |
|
|
- Don't unconditionally unskip the partition step on failure (clumens). |
2219 |
|
|
Resolves: rhbz#595604 |
2220 |
|
|
- Fix rescue mode startup with kickstart file and without (msivak) |
2221 |
|
|
Resolves: rhbz#515896 |
2222 |
|
|
- fix: traceback in check_memory() (akozumpl). |
2223 |
|
|
Resolves: rhbz#595284 |
2224 |
|
|
- Make re-init all inconsistent lvm mean re-init all instead of ignore all |
2225 |
|
|
(hdegoede) |
2226 |
|
|
Related: rhbz#591469 |
2227 |
|
|
|
2228 |
|
|
* Mon May 24 2010 David Cantrell <dcantrell@redhat.com> - 13.21.46-1 |
2229 |
|
|
- Read cciss devices correctly from 'multipath -d' output (dcantrell) |
2230 |
|
|
Resolves: rhbz#559507 |
2231 |
|
|
- Do not enable addon repos by default (dcantrell) |
2232 |
|
|
Resolves: rhbz#561164 |
2233 |
|
|
- On NFS installs, look for product.img and updates.img under images/ |
2234 |
|
|
(clumens). |
2235 |
|
|
Resolves: rhbz#594811 |
2236 |
|
|
- Remove yum cache for anaconda's temporary repos (clumens). |
2237 |
|
|
Resolves: rhbz#593649 |
2238 |
|
|
- Change the configuration of depmod and link modules to better place (msivak) |
2239 |
|
|
Resolves: rhbz#593941 |
2240 |
|
|
- Fix a syntax error in the advanced storage code (clumens). |
2241 |
|
|
Resolves: rhbz#595290 |
2242 |
|
|
- clearer error messages for missing iscsi initiator name (hdegoede) |
2243 |
|
|
Related: rhbz#594434 |
2244 |
|
|
- fedora is part of iSCSI initiator name (hdegoede) |
2245 |
|
|
Resolves: rhbz#594659 |
2246 |
|
|
- Add default iSCSI initiator name in rescue mode (hdegoede) |
2247 |
|
|
Resolves: rhbz#594434 |
2248 |
|
|
- Make vesa and rescue options available in UEFI (pjones) |
2249 |
|
|
Resolves: rhbz#576828 |
2250 |
|
|
|
2251 |
|
|
* Fri May 21 2010 David Cantrell <dcantrell@redhat.com> - 13.21.45-1 |
2252 |
|
|
- Use correct NM dbus interfaces (rvykydal) |
2253 |
|
|
Resolves: rhbz#594716 |
2254 |
|
|
- Don't autostep past the end of the install screens (bcl) |
2255 |
|
|
Resolves: rhbz#593556 |
2256 |
|
|
|
2257 |
|
|
* Thu May 20 2010 David Cantrell <dcantrell@redhat.com> - 13.21.44-1 |
2258 |
|
|
- Add missing rpm macros file to get rid of the rpm warnings (msivak) |
2259 |
|
|
Related: rhbz#593941 |
2260 |
|
|
- Keep track of pvcount for non existing vgs (hdegoede) |
2261 |
|
|
Resolves: rhbz#593871 |
2262 |
|
|
- Don't clear immutable devices (hdegoede) |
2263 |
|
|
Resolves: rhbz#593642 |
2264 |
|
|
- Store immutable info into the device for easier access (hdegoede) |
2265 |
|
|
Related: rhbz#593642 |
2266 |
|
|
- Check for sane mountpoint in raid dialog (bcl) |
2267 |
|
|
Resolves: rhbz#592185 |
2268 |
|
|
- Check for sane mountpoint in lvm dialog (bcl) |
2269 |
|
|
Resolves: rhbz#592185 |
2270 |
|
|
- Check for sane mountpoint in partition dialog (bcl) |
2271 |
|
|
Resolves: rhbz#592185 |
2272 |
|
|
- Cleaned up sanityCheckMountPoint (bcl) |
2273 |
|
|
Related: rhbz#592185 |
2274 |
|
|
- Return disk to prior state following failed partition removal. (dlehman) |
2275 |
|
|
Resolves: rhbz#592339 |
2276 |
|
|
- Remove partitions after unpartitioned non-partition devices. (dlehman) |
2277 |
|
|
Resolves: rhbz#592337 |
2278 |
|
|
- Pick up mountpoint for existing formats on encrypted LVs. (dlehman) |
2279 |
|
|
Resolves: rhbz#587002 |
2280 |
|
|
- Display unpartitioned disks in main partitioning gui. (dlehman) |
2281 |
|
|
Resolves: rhbz#588637 |
2282 |
|
|
- Don't drop encryption when re-editing new encrypted partitions. (dlehman) |
2283 |
|
|
Resolves: rhbz#592340 |
2284 |
|
|
|
2285 |
|
|
* Wed May 19 2010 David Cantrell <dcantrell@redhat.com> - 13.21.43-1 |
2286 |
|
|
- Handle vgs with duplicate names (hdegoede) |
2287 |
|
|
Resolves: rhbz#591469 |
2288 |
|
|
- Delay setting up lvs until other devices are scanned (hdegoede) |
2289 |
|
|
Related: rhbz#591469 |
2290 |
|
|
- anaconda udev rules should not get lvm info based in volgroup name (hdegoede) |
2291 |
|
|
Related: rhbz#591469 |
2292 |
|
|
- Move creation of lv devices into its own function (hdegoede) |
2293 |
|
|
Related: rhbz#591469 |
2294 |
|
|
- FcoeDiskDevice.dracutSetupString(): use the right dracut syntax (hdegoede) |
2295 |
|
|
Resolves: rhbz#486244 |
2296 |
|
|
|
2297 |
|
|
* Tue May 18 2010 David Cantrell <dcantrell@redhat.com> - 13.21.42-1 |
2298 |
|
|
- Fix the order of arguments in archive read callback and archive closing. |
2299 |
|
|
(msivak) |
2300 |
|
|
Related: rhbz#508242 |
2301 |
|
|
- Use "kernel-modules = version" style for locating rpms providing driver |
2302 |
|
|
updates (msivak) |
2303 |
|
|
Related: rhbz#508242 |
2304 |
|
|
- Move depmod configuration into new directory structure to get rid of depmod |
2305 |
|
|
warning (msivak) |
2306 |
|
|
Resolves: rhbz#508242 |
2307 |
|
|
- Fix descriptor leak and iteration progress in driverdisc code (msivak) |
2308 |
|
|
Resolves: rhbz#592225 |
2309 |
|
|
- Add the rpmrc file to the initrd.img (mgracik) |
2310 |
|
|
Resolves: rhbz#508242 |
2311 |
|
|
- Add the eject package to packages list (mgracik) |
2312 |
|
|
Resolves: rhbz#591070 |
2313 |
|
|
- Add support to livecd for arbitrarily complex dir structures. (dlehman) |
2314 |
|
|
Related: rhbz#590384 |
2315 |
|
|
- livecd.py: set the selected keyboard. (akozumpl) |
2316 |
|
|
Related: rhbz#590384 |
2317 |
|
|
- On live installs, the syslog is /var/log/dmesg. (clumens) |
2318 |
|
|
Related: rhbz#590384 |
2319 |
|
|
- Set up udev environment so anaconda's udev rules run in livecd. (dlehman) |
2320 |
|
|
Related: rhbz#590384 |
2321 |
|
|
- Check for the real device-mapper nodes in /proc/swaps (dlehman). |
2322 |
|
|
Resolves: rhbz#590384 |
2323 |
|
|
- Make checksum error message user-friendlier (rvykydal) |
2324 |
|
|
Resolves: rhbz#592324 |
2325 |
|
|
|
2326 |
|
|
* Fri May 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.41-1 |
2327 |
|
|
- Only install non-branded anaconda icon on liveinst arches (dcantrell) |
2328 |
|
|
Related: rhbz#588737 |
2329 |
|
|
|
2330 |
|
|
* Fri May 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.40-1 |
2331 |
|
|
- Add the best package for this arch to the optional package selector |
2332 |
|
|
(clumens). |
2333 |
|
|
Resolves: rhbz#591653 |
2334 |
|
|
- Add hmac file for sshd (mgracik) |
2335 |
|
|
Resolves: rhbz#592186 |
2336 |
|
|
- Enable fips mode after fips mode installation (mgracik) |
2337 |
|
|
Resolves: rhbz#592188 |
2338 |
|
|
- Remove wireless support bit causing traceback (rvykydal) |
2339 |
|
|
Resolves: rhbz#520146 |
2340 |
|
|
- Determine if an mdmember is biosraid earlier (hdegoede) |
2341 |
|
|
Resolves: rhbz#586298 |
2342 |
|
|
- cleanup booty x86 flag.serial handling (hdegoede) |
2343 |
|
|
Resolves: rhbz#590653 |
2344 |
|
|
- Update po/POTFILES.in for nm-connection-editor integration. (dcantrell) |
2345 |
|
|
Related: rhbz#520146 |
2346 |
|
|
- Fix typo in loader/nfsinstall.c (dcantrell) |
2347 |
|
|
Related: rhbz#587696 |
2348 |
|
|
- Swap server and opts on the split() call (dcantrell) |
2349 |
|
|
Resolves: rhbz#591479 |
2350 |
|
|
- Handle devices that don't have a /dev/disk/by-path/ symlink (pjones) |
2351 |
|
|
Resolves: rhbz#563242 |
2352 |
|
|
- Make sure we write out multipath.conf before discovery (pjones) |
2353 |
|
|
Resolves: rhbz#563242 |
2354 |
|
|
- Handle >2 way /sbin/multipath output better (pjones) |
2355 |
|
|
Resolves: rhbz#563242 |
2356 |
|
|
- Add non-branded default liveinst icons for anaconda (dcantrell) |
2357 |
|
|
Resolves: rhbz#588737 |
2358 |
|
|
- Look for updates.img and product.img on NFS installs. (clumens) |
2359 |
|
|
Related: rhbz#587696 |
2360 |
|
|
- And add a menu to the right hand side so you can see the new column. |
2361 |
|
|
(clumens) |
2362 |
|
|
Related: rhbz#560666 |
2363 |
|
|
- Be more resilient to config files missing sections and options (clumens). |
2364 |
|
|
Resolves: rhbz#590591 |
2365 |
|
|
- Write out ifcfg files only when necessary (rvykydal) |
2366 |
|
|
Resolves: rhbz#520146 |
2367 |
|
|
- Use separate method for copying network configuration to system (rvykydal). |
2368 |
|
|
Resolves: rhbz#520146 |
2369 |
|
|
- Network: remove functions that are not used anymore (rvykydal) |
2370 |
|
|
Resolves: rhbz#520146 |
2371 |
|
|
- Wait for specific activated network devices (rvykydal). |
2372 |
|
|
Resolves: rhbz#520146 |
2373 |
|
|
- Set network devices configured in ks to be nm-controlled (rvykydal). |
2374 |
|
|
Resolves: rhbz#520146 |
2375 |
|
|
- Remove no longer needed devices argument from Network.write() (rvykydal) |
2376 |
|
|
Resolves: rhbz#520146 |
2377 |
|
|
- Actually generate contents of 70-persistent-net.rules (rvykydal) |
2378 |
|
|
Resolves: rhbz#520146 |
2379 |
|
|
- Disable [Network Configuration] button if there are no net devs (rvykydal) |
2380 |
|
|
Resolves: rhbz#520146 |
2381 |
|
|
- Add net device description into selection dialog (rvykydal) |
2382 |
|
|
Resolves: rhbz#520146 |
2383 |
|
|
- Check preselected install network device as nm controlled (rvykydal) |
2384 |
|
|
Resolves: rhbz#520146 |
2385 |
|
|
- Don't ask when configuring net if we have only one network device (rvykydal) |
2386 |
|
|
Resolves: rhbz#520146 |
2387 |
|
|
- Do not mess value change with line formatting (rvykydal) |
2388 |
|
|
Resolves: rhbz#520146 |
2389 |
|
|
- Log change of ifcfg files by nm-c-e (rvykydal) |
2390 |
|
|
Resolves: rhbz#520146 |
2391 |
|
|
- Enable networking in stage 2 using nm-c-e (rvykydal) |
2392 |
|
|
Resolves: rhbz#520146 |
2393 |
|
|
- Write ifcfg files via NetworkDevice in Network.write() method (rvykydal) |
2394 |
|
|
Resolves: rhbz#520146 |
2395 |
|
|
- Use ifcfg files via NetworkDevice in Network class (rvykydal) |
2396 |
|
|
Resolves: rhbz#520146 |
2397 |
|
|
- Use proper attribute instead of NetworkDevice 'DESC' hack (rvykydal) |
2398 |
|
|
Resolves: rhbz#520146 |
2399 |
|
|
- Quote values when writing out to ifcfg files (rvykydal) |
2400 |
|
|
Resolves: rhbz#520146 |
2401 |
|
|
- Network.__str__() little cleanup (rvykydal) |
2402 |
|
|
Resolves: rhbz#520146 |
2403 |
|
|
- Use IfcfgFile class to back NetworkDevice objects (rvykydal) |
2404 |
|
|
Resolves: rhbz#520146 |
2405 |
|
|
- Move some consts to module globals for use in other places (rvykydal) |
2406 |
|
|
Resolves: rhbz#520146 |
2407 |
|
|
- Add class to manupulate ifcfg files (rvykydal) |
2408 |
|
|
Resolves: rhbz#520146 |
2409 |
|
|
- Add nslookup to the install.img (mgracik) |
2410 |
|
|
Resolves: rhbz#591064 |
2411 |
|
|
- Redirect uncpio errors to syslog (bcl) |
2412 |
|
|
Resolves: rhbz#588671 |
2413 |
|
|
- Reset the resolver cache after bringing up the network (clumens). |
2414 |
|
|
Resolves: rhbz#587032 |
2415 |
|
|
- Set runlevel 5 based on the presence of both a display manager and X server. |
2416 |
|
|
(notting) |
2417 |
|
|
Resolves: rhbz#591610 |
2418 |
|
|
- Add "Serial Number" column to the right side of the cleardisks UI. (clumens) |
2419 |
|
|
Related: rhbz#560666 |
2420 |
|
|
|
2421 |
|
|
* Wed May 12 2010 David Cantrell <dcantrell@redhat.com> - 13.21.39-1 |
2422 |
|
|
- Set permissions on initrd.addrsize to 0644 (dcantrell) |
2423 |
|
|
Resolves: rhbz#591455 |
2424 |
|
|
- Add the chk files for libraries to the install.img (mgracik) |
2425 |
|
|
Resolves: rhbz#590701 |
2426 |
|
|
- Add the eject command to the install.img (mgracik) |
2427 |
|
|
Resolves: rhbz#591070 |
2428 |
|
|
- Remove raid clone option and code (hdegoede) |
2429 |
|
|
Resolves: rhbz#589957 |
2430 |
|
|
- Correctly parse system-release (lkundrak) |
2431 |
|
|
Resolves: rhbz#590407 |
2432 |
|
|
|
2433 |
|
|
* Tue May 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.38-1 |
2434 |
|
|
- Add hmac file for libgcrypt to install.img (mgracik) |
2435 |
|
|
Resolves: rhbz#590701 |
2436 |
|
|
- Make sure a given path exists before calling os.statvfs on it. (clumens) |
2437 |
|
|
Related: rhbz#591030 |
2438 |
|
|
- Require a format to have a mountpoint before testing for RO (clumens). |
2439 |
|
|
Resolves: rhbz#591030 |
2440 |
|
|
- Fix verification of DDs, we were looking for wrong path (msivak) |
2441 |
|
|
Resolves: rhbz#508242 |
2442 |
|
|
- isys/auditd was missing from .gitingore. (akozumpl) |
2443 |
|
|
Related: rhbz#549653 |
2444 |
|
|
- Offer to ignore unformatted DASDs rather than forcing exit (dcantrell) |
2445 |
|
|
Resolves: rhbz#580456 |
2446 |
|
|
Related: rhbz#582638 |
2447 |
|
|
- Fix usage of deviceNameToDiskByPath in devicetree.py (dcantrell) |
2448 |
|
|
Resolves: rhbz#589967 |
2449 |
|
|
- Use iBFT if present and user didn't asked for anything else. (msivak) |
2450 |
|
|
Resolves: rhbz#581428 |
2451 |
|
|
- storage: LUKSDevice takes req_grow after its slave (akozumpl). |
2452 |
|
|
Resolves: rhbz#589450 |
2453 |
|
|
|
2454 |
|
|
* Fri May 07 2010 David Cantrell <dcantrell@redhat.com> - 13.21.37-1 |
2455 |
|
|
- Make Format and Resize checkboxes mutually exclusive (dcantrell) |
2456 |
|
|
Resolves: rhbz#589977 |
2457 |
|
|
- Advance line pointer & don't strdup(val) on error in readNetInfo (dcantrell) |
2458 |
|
|
Related: rhbz#522064 |
2459 |
|
|
- Correct a typo in processModuleLines (dcantrell) |
2460 |
|
|
Related: rhbz#586905 |
2461 |
|
|
- Use module reloading in driver disc operations (msivak) |
2462 |
|
|
Resolves: rhbz#586905 |
2463 |
|
|
- Remove the check for partitions (msivak) |
2464 |
|
|
Resolves: rhbz#508242 |
2465 |
|
|
- Close the dir descriptor after usage. (msivak) |
2466 |
|
|
Resolves: rhbz#589574 |
2467 |
|
|
|
2468 |
|
|
* Thu May 06 2010 David Cantrell <dcantrell@redhat.com> - 13.21.36-1 |
2469 |
|
|
- Just use /dev/dasdX if we can't get a by-path link (dcantrell) |
2470 |
|
|
Related: rhbz#589713 |
2471 |
|
|
- Do not prepend /dev/disk/by-path in format DASD window (dcantrell) |
2472 |
|
|
Related: rhbz#589717 |
2473 |
|
|
Related: rhbz#589713 |
2474 |
|
|
- Use udev_device_get_by_path() to get /dev/disk/by-path link (dcantrell) |
2475 |
|
|
Resolves: rhbz#589717 |
2476 |
|
|
Resolves: rhbz#589713 |
2477 |
|
|
- Add udev_device_get_by_path() to return /dev/disk/by-path link (dcantrell) |
2478 |
|
|
Related: rhbz#589717 |
2479 |
|
|
Related: rhbz#589713 |
2480 |
|
|
- Expand the details pane when showing unformatted DASDs (dcantrell) |
2481 |
|
|
Resolves: rhbz#580463 |
2482 |
|
|
- Log problem line if unquoting failed in readNetInfo() (dcantrell) |
2483 |
|
|
Related: rhbz#522064 |
2484 |
|
|
- Update generic.ins for s390x (dcantrell) |
2485 |
|
|
Resolves: rhbz#546422 |
2486 |
|
|
- Rename geninitrdsz.c to addrsize.c (dcantrell) |
2487 |
|
|
Resolves: rhbz#546422 |
2488 |
|
|
- Generate initrd.addrsize file correctly for LPAR booting (dcantrell) |
2489 |
|
|
Resolves: rhbz#546422 |
2490 |
|
|
- Only allow upgrading from one minor release of RHEL to another (clumens). |
2491 |
|
|
Resolves: rhbz#589052 |
2492 |
|
|
- fcoe: use fipvlan instead of fcoemon to bring up fcoe (hdegoede) |
2493 |
|
|
Resolves: rhbz#486244 |
2494 |
|
|
- memory: increase the RAM limits, check for URL installs (akozumpl). |
2495 |
|
|
Resolves: rhbz#549653 |
2496 |
|
|
- memory: build auditd as a standalone binary and run it so. (akozumpl) |
2497 |
|
|
Related: rhbz#549653 |
2498 |
|
|
- gui: don't let metacity display the title right-click menu (akozumpl). |
2499 |
|
|
Resolves: rhbz#588642 |
2500 |
|
|
- Align extended partitions like we do other partitions. (dlehman) |
2501 |
|
|
Resolves: rhbz#560908 |
2502 |
|
|
- Link /sbin/reboot and /sbin/halt to /sbin/init on s390x (dcantrell) |
2503 |
|
|
Resolves: rhbz#571370 |
2504 |
|
|
- Allow displaying groups that only contain conditional packages (clumens). |
2505 |
|
|
Resolves: rhbz#588735 |
2506 |
|
|
- Don't remove *.hmac files when creating install images (mgracik) |
2507 |
|
|
Resolves: rhbz#568295 |
2508 |
|
|
|
2509 |
|
|
* Tue May 04 2010 David Cantrell <dcantrell@redhat.com> - 13.21.35-1 |
2510 |
|
|
- Make deviceNameToDiskByPath check udev info instead of sysfs (dcantrell) |
2511 |
|
|
Related: rhbz#560702 |
2512 |
|
|
- Fix some minor problems in storage/dasd.py (dcantrell) |
2513 |
|
|
Resolves: rhbz#560702 |
2514 |
|
|
- Read in network settings correctly, as configured by linuxrc.s390 (dcantrell) |
2515 |
|
|
Related: rhbz#522064 |
2516 |
|
|
- Clean up wording for oversized LVs (dcantrell) |
2517 |
|
|
Resolves: rhbz#587459 |
2518 |
|
|
- Tell dracut it should activate the first swap device (hdegoede) |
2519 |
|
|
Resolves: rhbz#588351 |
2520 |
|
|
- Don't add recovery partitions to the grub boot menu (hdegoede) |
2521 |
|
|
Resolves: rhbz#588664 |
2522 |
|
|
- Add nfs options to kickstart if we use nfsiso (mgracik) |
2523 |
|
|
Resolves: rhbz#585136 |
2524 |
|
|
|
2525 |
|
|
* Mon May 03 2010 David Cantrell <dcantrell@redhat.com> - 13.21.34-1 |
2526 |
|
|
- Use g_str_has_suffix() to check end of string (dcantrell) |
2527 |
|
|
Related: rhbz#522064 |
2528 |
|
|
- Add repos for all addons in all enabled repositories (clumens). |
2529 |
|
|
Resolves: rhbz#580697 |
2530 |
|
|
- Remove an unnecessary network test and bringup in doConfigSetup. (clumens) |
2531 |
|
|
Related: rhbz#580697 |
2532 |
|
|
- Add a method that fetches and returns the .treeinfo file. (clumens) |
2533 |
|
|
Related: rhbz#580697 |
2534 |
|
|
- Find stage2 install.img on local hd installs (dcantrell) |
2535 |
|
|
Related: rhbz#522064 |
2536 |
|
|
- Copy install.img to install target on http installs. (pjones) |
2537 |
|
|
Resolves: rhbz#549653 |
2538 |
|
|
- Make sure the install.img exists before attempting to copy (clumens). |
2539 |
|
|
Resolves: rhbz#549653 |
2540 |
|
|
- Copy install.img and remount no matter how many discs (pjones) |
2541 |
|
|
Resolves: rhbz#549653 |
2542 |
|
|
- Prevent root-on-xfs (akozumpl). |
2543 |
|
|
Resolves: rhbz#498002 |
2544 |
|
|
- gui: gray out OK button while adding raid set (akozumpl). |
2545 |
|
|
Resolves: rhbz#587161 |
2546 |
|
|
- Strip quoting from OPTIONS when composing rd_CCW line (dcantrell). |
2547 |
|
|
Resolves: rhbz#577193 |
2548 |
|
|
- Add all possible install class locations to the search path (clumens). |
2549 |
|
|
Resolves: rhbz#587696 |
2550 |
|
|
- Print out device sizes in list-harddrives-stub as well (clumens). |
2551 |
|
|
Resolves: rhbz#587395 |
2552 |
|
|
- Wait for scsi adapters to be done with scanning their busses (hdegoede) |
2553 |
|
|
Resolves: rhbz#583143 |
2554 |
|
|
- Add new return code check for isomd5sum's mediaCheckFile (rvykydal). |
2555 |
|
|
Resolves: rhbz#586359 |
2556 |
|
|
- fix: mnemonics don't work in the welcome screen until user clicks (akozumpl). |
2557 |
|
|
Resolves: rhbz#587157 |
2558 |
|
|
- Set CURL_FAILONERROR to catch url download errors (dcantrell) |
2559 |
|
|
Resolves: rhbz#586925 |
2560 |
|
|
- Bring up network for local hd vnc kickstart installs (dcantrell) |
2561 |
|
|
Resolves: rhbz#522064 |
2562 |
|
|
- gui: no close buttons etc. in window decoration (akozumpl) |
2563 |
|
|
Resolves: rhbz#582645 |
2564 |
|
|
- Added clear command to the install.img (mgracik) |
2565 |
|
|
Resolves: rhbz#586499 |
2566 |
|
|
- Added chvt to the install.img (mgracik) |
2567 |
|
|
Resolves: rhbz#575844 |
2568 |
|
|
- Don't clear BIOS RAID member disks (hdegoede) |
2569 |
|
|
Resolves: rhbz#586985 |
2570 |
|
|
- Remove devices from libparted's cache when destroying them (hdegoede) |
2571 |
|
|
Resolves: rhbz#568346 |
2572 |
|
|
|
2573 |
|
|
* Wed Apr 28 2010 David Cantrell <dcantrell@redhat.com> - 13.21.33-1 |
2574 |
|
|
- Offer to format unformatted DASD devices (dcantrell) |
2575 |
|
|
Resolves: rhbz#560702 |
2576 |
|
|
- Make sure we use 1.0 mdraid metadata when the set is used for boot (hdegoede) |
2577 |
|
|
Resolves: rhbz#585106 |
2578 |
|
|
- Add a preCommitFixup hook to StorageDevice classes (hdegoede) |
2579 |
|
|
Related: rhbz#585106 |
2580 |
|
|
- Check for not having found any disks after populating the tree (hdegoede) |
2581 |
|
|
Resolves: rhbz#585105 |
2582 |
|
|
- init: switch back to tty1 after the installer finishes. (akozumpl) |
2583 |
|
|
Resolves: rhbz#576851 |
2584 |
|
|
- Don't traceback on CD-ROM driver in list-harddrives-stub (clumens). |
2585 |
|
|
Resolves: rhbz#586410 |
2586 |
|
|
- Fetch ks files over NFS when ksdevice is not given (dcantrell) |
2587 |
|
|
Resolves: rhbz#541873 |
2588 |
|
|
|
2589 |
|
|
* Mon Apr 26 2010 David Cantrell <dcantrell@redhat.com> - 13.21.32-1 |
2590 |
|
|
- Revert "Set minswap suggestion on s390x to 1 (dcantrell)." |
2591 |
|
|
Resolves: rhbz#466289 |
2592 |
|
|
- Properly align the first partition we create (hdegoede) |
2593 |
|
|
Resolves: rhbz#586144 |
2594 |
|
|
- Remove the README files (clumens). |
2595 |
|
|
Resolves: rhbz#584595 |
2596 |
|
|
- Make it more clear what the purpose of the "Boot" column is (clumens). |
2597 |
|
|
Resolves: rhbz#586177 |
2598 |
|
|
|
2599 |
|
|
* Thu Apr 22 2010 David Cantrell <dcantrell@redhat.com> - 13.21.31-1 |
2600 |
|
|
- Prune resize and format create/migrate actions if destroying a device. |
2601 |
|
|
(dlehman) |
2602 |
|
|
Resolves: rhbz#575070 |
2603 |
|
|
Resolves: rhbz#585026 |
2604 |
|
|
- Schedule actions when removing existing extended partitions. (dlehman) |
2605 |
|
|
Resolves: rhbz#585028 |
2606 |
|
|
- Don't try to zero out extended partitions. (dlehman) |
2607 |
|
|
Resolves: rhbz#585025 |
2608 |
|
|
- lvm: check resizing against format's targetSize (akozumpl). |
2609 |
|
|
Resolves: rhbz#580171 |
2610 |
|
|
- Restore storage.clearPartType after reset when backing out of GUI. (dlehman) |
2611 |
|
|
Resolves: rhbz#559233 |
2612 |
|
|
- Make Cancel button the default for 'Weak Password' dialog (bcl) |
2613 |
|
|
Resolves: rhbz#582660 |
2614 |
|
|
- Set Create Storage focus to first active radio button (bcl) |
2615 |
|
|
Resolves: rhbz#582676 |
2616 |
|
|
|
2617 |
|
|
* Mon Apr 19 2010 David Cantrell <dcantrell@redhat.com> - 13.21.30-1 |
2618 |
|
|
- Don't make all devices on the boot device selector immutable (clumens). |
2619 |
|
|
Resolves: rhbz#583028 |
2620 |
|
|
- Careful with that WINDOW_TYPE_HINT_DESKTOP, Eugene. (akozumpl) |
2621 |
|
|
Resolves: rhbz#582998 |
2622 |
|
|
- Prevent low-level formatting of DASDs in rescue mode (hdegoede) |
2623 |
|
|
Resolves: rhbz#582638 |
2624 |
|
|
- Move the question about formatting DASD's to the interface class (hdegoede) |
2625 |
|
|
Related: rhbz#582638 |
2626 |
|
|
- Let the user know if adding a zfcp drive fails (hdegoede) |
2627 |
|
|
Resolves: rhbz#582632 |
2628 |
|
|
- Check for presence of filesystem module in FS.mountable (dcantrell) |
2629 |
|
|
Resolves: rhbz#580520 |
2630 |
|
|
- Check for fs utils when determining if an fs can be resized (dcantrell) |
2631 |
|
|
Resolves: rhbz#572431 |
2632 |
|
|
|
2633 |
|
|
* Fri Apr 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.29-1 |
2634 |
|
|
- Fix hiding the advanced button on the filter UI (clumens). |
2635 |
|
|
Resolves: rhbz#565425 |
2636 |
|
|
Resolves: rhbz#555769 |
2637 |
|
|
- Select "Advanced Storage Devices" by default on s390 (clumens). |
2638 |
|
|
Resolves: rhbz#580433 |
2639 |
|
|
- Don't sigsegv on stage2= derived from invalid repo= parameter (rvykydal). |
2640 |
|
|
Resolves: rhbz#574746 |
2641 |
|
|
- Removed the tooltips showing glade.gnome.org link (mgracik) |
2642 |
|
|
Resolves: rhbz#566773 |
2643 |
|
|
|
2644 |
|
|
* Thu Apr 15 2010 David Cantrell <dcantrell@redhat.com> - 13.21.28-1 |
2645 |
|
|
- PkgWrangler fixes (dcantrell) |
2646 |
|
|
Related: rhbz#543948 |
2647 |
|
|
- Do not append "rhgb quiet" to s390 boot loader config (dcantrell) |
2648 |
|
|
Related: rhbz#526364 |
2649 |
|
|
Resolves: rhbz#570743 |
2650 |
|
|
- Try to get boot reqs onto the selected boot device. (dlehman) |
2651 |
|
|
Resolves: rhbz#560387 |
2652 |
|
|
- Ensure proper disklabel type on boot disk if CLEARPART_TYPE_ALL. (dlehman) |
2653 |
|
|
Resolves: rhbz#570483 |
2654 |
|
|
- Add proper support for destruction of disklabels. (dlehman) |
2655 |
|
|
Related: rhbz#570483 |
2656 |
|
|
- Three small fixes to action sorting. (dlehman) |
2657 |
|
|
Related: rhbz#570483 |
2658 |
|
|
- add_drive_text: Pass interface to iscsi.addTarget (hdegoede) |
2659 |
|
|
Related: rhbz#571808 |
2660 |
|
|
- Add a questionInitializeDisk method to the rescue interface (hdegoede) |
2661 |
|
|
Resolves: rhbz#582304 |
2662 |
|
|
- Fix syntax error in kickstart.py (hdegoede) |
2663 |
|
|
Related: rhbz#578937 |
2664 |
|
|
- Add advanced storage support to rescue mode (hdegoede) |
2665 |
|
|
Resolves: rhbz#571808 |
2666 |
|
|
- rescue.py: Put our mount / rw, ro, skip question in a loop (hdegoede) |
2667 |
|
|
Related: rhbz#571808 |
2668 |
|
|
- Move addDriveDialog() and friends to their own class (hdegoede) |
2669 |
|
|
Related: rhbz#571808 |
2670 |
|
|
- partition_text: Make addDriveDialog() not depend on anaconda.storage |
2671 |
|
|
(hdegoede) |
2672 |
|
|
Related: rhbz#571808 |
2673 |
|
|
|
2674 |
|
|
* Wed Apr 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.27-1 |
2675 |
|
|
- Simplify HWADDR removal check on s390x (dcantrell) |
2676 |
|
|
Resolves: rhbz#546005 |
2677 |
|
|
- Set minswap suggestion on s390x to 1 (dcantrell). |
2678 |
|
|
Resolves: rhbz#466289 |
2679 |
|
|
- Check for and offer to format unformatted DASD devices (dcantrell). |
2680 |
|
|
Resolves: rhbz#560702 |
2681 |
|
|
- Add /sbin/reboot and /sbin/halt to s390 initrd.img (dcantrell) |
2682 |
|
|
Resolves: rhbz#571370 |
2683 |
|
|
- Do not append "rhgb quiet" to s390 boot loader config (dcantrell) |
2684 |
|
|
Resolves: rhbz#570743 |
2685 |
|
|
- filter_gui.py: fixup isProtected changes for biosraid and mpath (clumens) |
2686 |
|
|
Resolves: rhbz#582418 |
2687 |
|
|
- Show protected devices in the filter UI, but make them immutable (clumens). |
2688 |
|
|
Resolves: rhbz#582380 |
2689 |
|
|
- Turn protected devices into a property on the Anaconda object (clumens) |
2690 |
|
|
Related: rhbz#582380 |
2691 |
|
|
- Don't make UEFI boot media for i386 (pjones) |
2692 |
|
|
Resolves: rhbz#576580 |
2693 |
|
|
|
2694 |
|
|
* Tue Apr 13 2010 David Cantrell <dcantrell@redhat.com> - 13.21.26-1 |
2695 |
|
|
- Write an AUTO ... line to mdadm.conf (hdegoede) |
2696 |
|
|
Resolves: rhbz#581984 |
2697 |
|
|
- Add udev_settle after setup of LUKSDevice. (dlehman) |
2698 |
|
|
Resolves: rhbz#534043 |
2699 |
|
|
- Fix creation of encrypted md members and pvs in kickstart. (dlehman) |
2700 |
|
|
Resolves: rhbz#578890 |
2701 |
|
|
- Preserve encryption setting when re-editing new encrypted LVs. (dlehman) |
2702 |
|
|
Resolves: rhbz#579930 |
2703 |
|
|
- Enforce maximum partition sizes. (dlehman) |
2704 |
|
|
Resolves: rhbz#580302 |
2705 |
|
|
- Remove rules handled by the device-mapper package's rules. (dlehman) |
2706 |
|
|
Resolves: rhbz#580304 |
2707 |
|
|
- Fix ordering of arguments to xfs_admin for writing fs label. (dlehman) |
2708 |
|
|
Resolves: rhbz#580305 |
2709 |
|
|
- Show the correct device path when formatting as swap or luks. (dlehman) |
2710 |
|
|
Resolves: rhbz#580488 |
2711 |
|
|
- Inherit the ZFCP command from the correct pykickstart class (clumens). |
2712 |
|
|
Resolves: rhbz#581829 |
2713 |
|
|
|
2714 |
|
|
* Mon Apr 12 2010 David Cantrell <dcantrell@redhat.com> - 13.21.25-1 |
2715 |
|
|
- Fix traceback in booty when ppc /boot lives on mdraid (hdegoede) |
2716 |
|
|
Resolves: rhbz#531722 |
2717 |
|
|
- Add some better printing to init for future debugging. (clumens) |
2718 |
|
|
Related: rhbz#579044 |
2719 |
|
|
- Get rid of iutil.exec*()'s searchPath argument, it is harmful. (pjones) |
2720 |
|
|
Resolves: rhbz#579654 |
2721 |
|
|
- Unify two wait*() paths, so we only have two, not three... (pjones) |
2722 |
|
|
Resolves: rhbz#579044 |
2723 |
|
|
- Default to /images/install.img if no dir is given in stage2=hd: (rvykydal) |
2724 |
|
|
Resolves: rhbz#549398 |
2725 |
|
|
- Don't segfault if proxyUser or proxyPassword are empty (clumens). |
2726 |
|
|
Resolves: rhbz#580683 |
2727 |
|
|
- Allow using pre-existing gpt labels for /boot on non EFI x86 (hdegoede) |
2728 |
|
|
Resolves: rhbz#580404 |
2729 |
|
|
- storage/udev.py handle iscsi ID_PATH IPV6 address containing : (hdegoede) |
2730 |
|
|
Resolves: rhbz#579761 |
2731 |
|
|
- Catch errors when downloading the escrow cert (clumens). |
2732 |
|
|
Resolves: rhbz#579992 |
2733 |
|
|
- fix: Tackle race condition issues during X startup (akozumpl). |
2734 |
|
|
Resolves: rhbz#579654 |
2735 |
|
|
|
2736 |
|
|
* Tue Apr 06 2010 David Cantrell <dcantrell@redhat.com> - 13.21.24-1 |
2737 |
|
|
- Update installclasses/rhel.py for latest comps changes (dcantrell) |
2738 |
|
|
Resolves: rhbz#579903 |
2739 |
|
|
- Sort partition create actions before other unpartitioned devices. |
2740 |
|
|
(dlehman) |
2741 |
|
|
Resolves: rhbz#574379 |
2742 |
|
|
- Fix up device dialogs' handling of preexisting formatting. (dlehman) |
2743 |
|
|
Related: rhbz#572331 |
2744 |
|
|
- Set up devices using their original formats for certain action types. |
2745 |
|
|
(dlehman) |
2746 |
|
|
Resolves: rhbz#572331 |
2747 |
|
|
- Keep a handle to devices' original format instance. (dlehman) |
2748 |
|
|
Related: rhbz#572331 |
2749 |
|
|
- Automatically select devices added via the "Add Advanced" button (clumens) |
2750 |
|
|
Resolves: rhbz#579051 |
2751 |
|
|
- Schedule removal actions for any format on a --onpart= device (clumens) |
2752 |
|
|
Resolves: rhbz#578937 |
2753 |
|
|
- Take the request's format into account when deciding to resize (clumens) |
2754 |
|
|
Resolves: rhbz#578471 |
2755 |
|
|
- DiskLabel.status can't be determined so return False. (dlehman) |
2756 |
|
|
Resolves: rhbz#563526 |
2757 |
|
|
- Ignore probably-spurious disklabels on unpartitionable devices. (dlehman) |
2758 |
|
|
Resolves: rhbz#570474 |
2759 |
|
|
- Remove newly added partition from disk if subsequent commit fails. |
2760 |
|
|
(dlehman) |
2761 |
|
|
Resolves: rhbz#559907 |
2762 |
|
|
|
2763 |
|
|
* Wed Mar 31 2010 David Cantrell <dcantrell@redhat.com> - 13.21.23-1 |
2764 |
|
|
- network.dracutSetupString(): handle hosts outside the subnet (#577193) |
2765 |
|
|
(hdegoede) |
2766 |
|
|
Resolves: rhbz#577193 |
2767 |
|
|
- Write rd_CCW when root fs is on a network device on s390x (#577193) |
2768 |
|
|
(dcantrell) |
2769 |
|
|
Resolves: rhbz#577193 |
2770 |
|
|
- Keep /usr/bin/seq for the initrd.img (#558881). (dcantrell) |
2771 |
|
|
Related: rhbz#558881 |
2772 |
|
|
- Fix syntax for passing a mapping to a translatable string (#578489). |
2773 |
|
|
(clumens) |
2774 |
|
|
Resolves: rhbz#578489 |
2775 |
|
|
- Keep the selected device count right when going back to filtering |
2776 |
|
|
(#578451). (clumens) |
2777 |
|
|
Resolves: rhbz#578451 |
2778 |
|
|
- Enable network if it is needed when repo is added in UI (#577899) |
2779 |
|
|
(rvykydal) |
2780 |
|
|
Resolves: rhbz#577899 |
2781 |
|
|
- Do not try to commit diskLabels on non partitionable devices (#576145) |
2782 |
|
|
(hdegoede) |
2783 |
|
|
Resolves: rhbz#576145 |
2784 |
|
|
- Fix typo in linuxrc.s390. ctm should be ctcm (#561816) (dcantrell) |
2785 |
|
|
Related: rhbz#561816 |
2786 |
|
|
- Remove dasdSetup() from loader (#558881) (dcantrell) |
2787 |
|
|
Resolves: rhbz#558881 |
2788 |
|
|
- Include /sbin/*_cio_free commands in s390x initrd.img (#558881). |
2789 |
|
|
(dcantrell) |
2790 |
|
|
Resolves: rhbz#558881 |
2791 |
|
|
- Wait for SIGCHILD signals (#540923) (msivak) |
2792 |
|
|
Resolves: rhbz#540923 |
2793 |
|
|
- fcoe: sysfs_edd.sh has been renamed to fcoe_edd.sh (hdegoede) |
2794 |
|
|
Related: rhbz#513018 |
2795 |
|
|
- Use /sbin/dasd_cio_free to free blacklisted DASDs (#558881) (dcantrell) |
2796 |
|
|
Resolves: rhbz#558881 |
2797 |
|
|
- Increase ping timeout for gateway/dns server reachability check (#536815) |
2798 |
|
|
(dcantrell) |
2799 |
|
|
Resolves: rhbz#536815 |
2800 |
|
|
- Fix off-by-one error in string initialization (#563210) (msivak) |
2801 |
|
|
Resolves: rhbz#563210 |
2802 |
|
|
- exception.py: switch to tty1 before exit (#576851) (akozumpl) |
2803 |
|
|
Resolves: rhbz#576851 |
2804 |
|
|
|
2805 |
|
|
* Fri Mar 26 2010 David Cantrell <dcantrell@redhat.com> - 13.21.22-1 |
2806 |
|
|
- Try to pull in generic libraries as well as optimized ones (#572178) |
2807 |
|
|
(pjones) |
2808 |
|
|
- Translate the Back button in glade (#576894) (akozumpl) |
2809 |
|
|
- Make the kernel 'sshd' parameter work as expected (#572493) (akozumpl) |
2810 |
|
|
- Redo the 'sshd' flag. (#572493) (ajax) |
2811 |
|
|
- yum requires the proxy settings to include a protocol (#484788, #567982). |
2812 |
|
|
(clumens) |
2813 |
|
|
- Only look for extended partitions on partitioned devices (#577383) |
2814 |
|
|
(hdegoede) |
2815 |
|
|
- Include the report module and related support files (#562656). (clumens) |
2816 |
|
|
- report handles exn saving now, and doesn't require a Filer (#562656). |
2817 |
|
|
(clumens) |
2818 |
|
|
- Adapt to using report's UI API (#562656). (clumens) |
2819 |
|
|
- Fix referring to disks by-label, by-uuid, etc (#577385). (clumens) |
2820 |
|
|
- Add support for recognizing BIOS EDD configured FCoE drives (#513018) |
2821 |
|
|
(hdegoede) |
2822 |
|
|
- Update format of cdrom devices when looking for repos on media (#576542) |
2823 |
|
|
(rvykydal) |
2824 |
|
|
|
2825 |
|
|
* Tue Mar 23 2010 David Cantrell <dcantrell@redhat.com> - 13.21.21-1 |
2826 |
|
|
- Update filter for translation log entries. (dlehman) |
2827 |
|
|
- Reset comps/groups info after editing repo in UI (#574761) (rvykydal) |
2828 |
|
|
- Set cache base directory for repos added/edited in UI (#574757). (rvykydal) |
2829 |
|
|
- Reset conditionals of transaction info too. (#574777) (rvykydal) |
2830 |
|
|
- Update po/POTFILES.in and anaconda.pot file. (dcantrell) |
2831 |
|
|
- Fix: "Hookup new python EDD code" mismerge (hdegoede) |
2832 |
|
|
- Make python start with correct default unicode encoding (#576237). |
2833 |
|
|
(akozumpl) |
2834 |
|
|
- Add boot= argument to kernel cmdline when in fips mode (#573178) (hdegoede) |
2835 |
|
|
- Catch NotImplementedError when scanning for disklabels (#566722) (hdegoede) |
2836 |
|
|
- BIOS RAID sets get shown double when adding advanced storage (#574715) |
2837 |
|
|
(hdegoede) |
2838 |
|
|
- Filter UI do not start / stop BIOS RAID sets to get there size (#574682) |
2839 |
|
|
(hdegoede) |
2840 |
|
|
- Make filter UI honor nodmraid cmdline option (#574683) (hdegoede) |
2841 |
|
|
- Revert "Fix cio_ignore handling for zFCP devices (#533492)." (dcantrell) |
2842 |
|
|
- Fix cio_ignore handling for zFCP devices (#533492). (dcantrell) |
2843 |
|
|
- Fix focus, repaint, and stack issues for nm-c-e (#520146) (rvykydal) |
2844 |
|
|
- Connect nm-connection-editor to network config button (#520146). (rvykydal) |
2845 |
|
|
- Add "Configure Network" button to network UI screen (#520146). (rvykydal) |
2846 |
|
|
- Add nm-connection-editor to stage2 (#520146). (rvykydal) |
2847 |
|
|
- Keep default metacity schema generated for gconf. (#520146) (rvykydal) |
2848 |
|
|
- platform.checkBootRequest(): Fix use of map instead of filter (#574940) |
2849 |
|
|
(hdegoede) |
2850 |
|
|
- If no devices were found do not SIGSEGV (#576240) (msivak) |
2851 |
|
|
- Use new API in libblkid to look for driverdiscs on removable devices |
2852 |
|
|
(#508242) (msivak) |
2853 |
|
|
- metacity, fix a displaying problem with WaitWindow and ProgressWindow |
2854 |
|
|
(#520146) (akozumpl) |
2855 |
|
|
- Nuke addFrame()'s showtitle parameter (#520146). (akozumpl) |
2856 |
|
|
- Remove gui code we no longer need when mini-wm is gone (#520146) (akozumpl) |
2857 |
|
|
- Remove mini-wm.c. (#520146) (akozumpl) |
2858 |
|
|
- Introduces metacity window manager (#520146) (akozumpl) |
2859 |
|
|
- Update Assamese translation (#552197). (clumens) |
2860 |
|
|
- Prompt user for install method when going back to STEP_METHOD (#574510) |
2861 |
|
|
(dcantrell) |
2862 |
|
|
- Add hmac checksums to the initrd image (#568295) (mgracik) |
2863 |
|
|
- parted.PartedDisk can throw IOExceptions too (#574481) (hdegoede) |
2864 |
|
|
- cleardisk_gui: Fix going back to the cleardisks gui (#574454) (hdegoede) |
2865 |
|
|
- Add "crashkernel=auto" to grub.conf for RHEL installs (#561729) (hdegoede) |
2866 |
|
|
- FcoeDiskDevice.dracutSetupString: handle DCB on / off option (hdegoede) |
2867 |
|
|
- dcbd is being replaced with lldpad (#563790) (hdegoede) |
2868 |
|
|
- RescueInterface should inherit from InstallInterfaceBase too (hdegoede) |
2869 |
|
|
- Warn when ignoring BIOS RAID members (#560932) (hdegoede) |
2870 |
|
|
- Don't traceback when a user tries to put /boot on an LV (#567515) |
2871 |
|
|
(hdegoede) |
2872 |
|
|
- Fix backtrace when trying to use LV for /boot (#567515) (hdegoede) |
2873 |
|
|
- Fix backtrace when adding mdraid arrays (#560360) (hdegoede) |
2874 |
|
|
- Remove no longer used isys EDD code (hdegoede) |
2875 |
|
|
- Hookup new python EDD code (#478996) (hdegoede) |
2876 |
|
|
- Add pure python EDD code parsing and compareDrives substitute (#478996) |
2877 |
|
|
(hdegoede) |
2878 |
|
|
- Wait for all DASDs to be online after autodetection (#558881). (dcantrell) |
2879 |
|
|
- Use lsznet.raw from s390utils package (#563548). (dcantrell) |
2880 |
|
|
- Use /sys/devices/{lcs,ctcm} instead of /sys/devices/cu3088 (#561816). |
2881 |
|
|
(dcantrell) |
2882 |
|
|
- Derive stage2= from repo=nfsiso: correctly (#565885) (rvykydal) |
2883 |
|
|
- Include USB ATA bridge modules in initrd (#531532) (rvykydal) |
2884 |
|
|
- Select/Deselect All should only apply to the current tab (#516143). |
2885 |
|
|
(clumens) |
2886 |
|
|
- Add device node names to the filter UI, hidden by default (#566375). |
2887 |
|
|
(clumens) |
2888 |
|
|
- Display ID_PATH for zFCP devices instead of looking for a WWID. (clumens) |
2889 |
|
|
- Fix a couple filtering UI problems caused by switching models around |
2890 |
|
|
(#574469). (clumens) |
2891 |
|
|
- Fix visibility counting on filter notebook pages. (clumens) |
2892 |
|
|
- Fix thinko in displaying the first filter notebook page that disks. |
2893 |
|
|
(pjones) |
2894 |
|
|
- gtk.TreeStores are iterable, so use indices instead of iterators. (clumens) |
2895 |
|
|
- Build sorted models on top of filtered models to make column sorting work. |
2896 |
|
|
(clumens) |
2897 |
|
|
- Change what columns are shown by default on the basic filtering tab |
2898 |
|
|
(#560666). (clumens) |
2899 |
|
|
- Add ID_SERIAL in as a backup in case there's no ID_SERIAL_SHORT (#574467). |
2900 |
|
|
(clumens) |
2901 |
|
|
- Put ZFCP devices on the "Other" tab of the filtering UI. (clumens) |
2902 |
|
|
- Display ID_PATH instead of WWID for DASDs as well. (clumens) |
2903 |
|
|
- Rename the WWID column to Identifier. (clumens) |
2904 |
|
|
- cosmetic: tell them we expect NFSv3 path in loader (#560101). (akozumpl) |
2905 |
|
|
- Allow --ignoremissing to work for ) |
2906 |
|
|
- Add a Requires: for tigervnc-server (#561498). (clumens) |
2907 |
|
|
- doReIPL should return when going back through steps, too (#563862). |
2908 |
|
|
(clumens) |
2909 |
|
|
- By default, libcurl does not appear to follow redirects (#572528). |
2910 |
|
|
(clumens) |
2911 |
|
|
- Before running shouldClear, make sure a real disk was specified (#572523). |
2912 |
|
|
(clumens) |
2913 |
|
|
|
2914 |
|
|
* Thu Mar 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.20-1 |
2915 |
|
|
- Tell ld.so and friends not to use hardware optimized libs (#572178) |
2916 |
|
|
(pjones) |
2917 |
|
|
|
2918 |
|
|
* Wed Mar 10 2010 David Cantrell <dcantrell@redhat.com> - 13.21.19-1 |
2919 |
|
|
- Ensure ppc64 is not a font arch. (#569505). (dcantrell) |
2920 |
|
|
- Startup iscsi / fcoe / zfcp before listing drives in the filter UI |
2921 |
|
|
(hdegoede) |
2922 |
|
|
- Fix traceback when trying to configure zfcp disks (#572108) (hdegoede) |
2923 |
|
|
|
2924 |
|
|
* Mon Mar 08 2010 David Cantrell <dcantrell@redhat.com> - 13.21.18-1 |
2925 |
|
|
- Do not call 'ppc64' a 'ppc' to match rpmUtils.arch.getBaseArch() (#569505) |
2926 |
|
|
(dcantrell) |
2927 |
|
|
|
2928 |
|
|
* Thu Mar 04 2010 David Cantrell <dcantrell@redhat.com> - 13.21.17-1 |
2929 |
|
|
- Group definition updates (#568348). (dcantrell) |
2930 |
|
|
- Correct problem with screenfont and keymap on ppc[64] systems (#569505). |
2931 |
|
|
(dcantrell) |
2932 |
|
|
- Improve reboot modes in init.c and shutdown.c. (#564297). (akozumpl) |
2933 |
|
|
- Fix recognition of partitions on mdraid arrays (#569462) (hdegoede) |
2934 |
|
|
- Use new package structure of firstaidkit (#510346) (msivak) |
2935 |
|
|
|
2936 |
|
|
* Thu Feb 25 2010 David Cantrell <dcantrell@redhat.com> - 13.21.16-1 |
2937 |
|
|
- Add [images-xen] block to .treeinfo (#559347). (dcantrell) |
2938 |
|
|
- Revert "There is no kernel-PAE package anymore, use kernel for xen |
2939 |
|
|
(#559347)." (dcantrell) |
2940 |
|
|
|
2941 |
|
|
* Tue Feb 23 2010 David Cantrell <dcantrell@redhat.com> - 13.21.15-1 |
2942 |
|
|
- When BUILDARCH==ppc64, set BASEARCH to ppc (#524235). (dcantrell) |
2943 |
|
|
- There is no kernel-PAE package anymore, use kernel for xen (#559347). |
2944 |
|
|
(dcantrell) |
2945 |
|
|
- Don't show BIOS RAID and multipath members in the cleardisks UI (#567281). |
2946 |
|
|
(clumens) |
2947 |
|
|
- Don't reset the default package selection on text installs (#559593). |
2948 |
|
|
(clumens) |
2949 |
|
|
|
2950 |
|
|
* Thu Feb 18 2010 David Cantrell <dcantrell@redhat.com> - 13.21.14-1 |
2951 |
|
|
- Don't traceback during kickstart if no ignoredisk line is given (#563581). |
2952 |
|
|
(dcantrell) |
2953 |
|
|
- cleardisk_gui: Base autoselection of bootdev on detected BIOS order |
2954 |
|
|
(hdegoede) |
2955 |
|
|
- Pass '--force' to vgremove to avoid interactive prompts. (#563873) |
2956 |
|
|
(dlehman) |
2957 |
|
|
- Fixed parsing of strings with multiple values in pyudev (mgracik) |
2958 |
|
|
- Fixed the problem with string to list properties (#560262) (mgracik) |
2959 |
|
|
|
2960 |
|
|
* Wed Feb 17 2010 Chris Lumens <clumens@redhat.com> - 13.21.13-1 |
2961 |
|
|
- Add missing methods to RescueInterface (#566298). (pjones) |
2962 |
|
|
|
2963 |
|
|
* Tue Feb 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.12-1 |
2964 |
|
|
- Use the LUKS UUID, not the filesystem UUID for dracut. (#561373) (dlehman) |
2965 |
|
|
- Only check that extended's start sector is within the chunk. (#560908) |
2966 |
|
|
(dlehman) |
2967 |
|
|
- Add currentSize method to the PartitionDevice class (#565822) (hdegoede) |
2968 |
|
|
- Set initrd load address to 32MB for s390x (#546422). (dcantrell) |
2969 |
|
|
- Intel BIOS RAID array not recognized (#565458) (hdegoede) |
2970 |
|
|
- Fix traceback in filter_gui.py when dealing with RAID10 BIOSRAID (#565444) |
2971 |
|
|
(hdegoede) |
2972 |
|
|
- "_Do_ override BASEARCH with BUILDARCH, it does make sense (#524235)" |
2973 |
|
|
(msivak) |
2974 |
|
|
|
2975 |
|
|
* Thu Feb 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.11-1 |
2976 |
|
|
- Revert "Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x |
2977 |
|
|
(#561926)." (dcantrell) |
2978 |
|
|
- Update task list for RHEL6 beta 1 (#561164, notting). (clumens) |
2979 |
|
|
- Keep the end sector aligned when resizing partitions (#560647) (hdegoede) |
2980 |
|
|
- Do not override BASEARCH with BUILDARCH, it doesn't make sense (#524235) |
2981 |
|
|
(msivak) |
2982 |
|
|
- Prevent init from telling us its story if the shutdown was planned. |
2983 |
|
|
(#562166) (akozumpl) |
2984 |
|
|
- Remove check for MD_DEVNAME from udev_device_is_md. (#562024) (dlehman) |
2985 |
|
|
- Don't try to specify bitmap for RAID0 since mdadm doesn't allow it. |
2986 |
|
|
(#562023) (dlehman) |
2987 |
|
|
|
2988 |
|
|
* Fri Feb 05 2010 David Cantrell <dcantrell@redhat.com> - 13.21.10-1 |
2989 |
|
|
- Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926). |
2990 |
|
|
(dcantrell) |
2991 |
|
|
|
2992 |
|
|
* Wed Feb 03 2010 Chris Lumens <clumens@redhat.com> - 13.21.9-1 |
2993 |
|
|
- Fix typo in action sorting. Disklabels before partitions. (#561306)) |
2994 |
|
|
(dlehman) |
2995 |
|
|
- Fix: execWithRedirect() logging stderr at wrong loglevel. (akozumpl) |
2996 |
|
|
- Fix: execWithCallback() not logging stderr. (akozumpl) |
2997 |
|
|
- Fix keymaps-override-ppc pickup in mk-images (#524235) (msivak) |
2998 |
|
|
- Fix: ArithmeticError: Could not align to closest sector (#561278) |
2999 |
|
|
(hdegoede) |
3000 |
|
|
- On text kickstart installs, doBasePackageSelect still needs to run |
3001 |
|
|
(#559593). (clumens) |
3002 |
|
|
- Skip the filtering UI if there's only one disk in the machine (#560671). |
3003 |
|
|
(clumens) |
3004 |
|
|
- Allow getScreen methods to indicate the screen should be skipped. (clumens) |
3005 |
|
|
|
3006 |
|
|
* Mon Feb 01 2010 Chris Lumens <clumens@redhat.com> - 13.21.8-1 |
3007 |
|
|
- Fixup partition aligning (#560586) (hdegoede) |
3008 |
|
|
- pyudev: explicitly specify all return value and argument types (#559394) |
3009 |
|
|
(hdegoede) |
3010 |
|
|
|
3011 |
|
|
* Fri Jan 29 2010 Chris Lumens <clumens@redhat.com> - 13.21.7-1 |
3012 |
|
|
- Correctly add found multipath devices to our dict (#560029). (clumens) |
3013 |
|
|
- Remove /sys prefix in udev_enumerate_devices() (#560037) (hdegoede) |
3014 |
|
|
|
3015 |
|
|
* Thu Jan 28 2010 David Cantrell <dcantrell@redhat.com> - 13.21.6-1 |
3016 |
|
|
- Use libudev's enumerate_devices function (#559394) (mgracik) |
3017 |
|
|
- Update =~ regexps in lsznet.raw for bash-4.1 (#558537). (dcantrell) |
3018 |
|
|
- Include /etc/netconfig in the initrd for NFS (#557704). (clumens) |
3019 |
|
|
- multipath gives us CCISS devices names with ! in them, but we expect /. |
3020 |
|
|
(clumens) |
3021 |
|
|
|
3022 |
|
|
* Wed Jan 27 2010 Chris Lumens <clumens@redhat.com> - 13.21.5-1 |
3023 |
|
|
- Make sure we get required nss-softokn libs in the images. (dcantrell) |
3024 |
|
|
- Make sure we always check /lib64 and /lib in find_library (#555669). |
3025 |
|
|
(dcantrell) |
3026 |
|
|
- Add 5 second ping delay for gateway and dns test on s390x (#536815). |
3027 |
|
|
(dcantrell) |
3028 |
|
|
- Update =~ regexps in linuxrc.s390 for bash-4.1 (#558537). (dcantrell) |
3029 |
|
|
- Do not reference Fedora bugs in rhel6-branch commits. (dcantrell) |
3030 |
|
|
|
3031 |
|
|
* Mon Jan 25 2010 Chris Lumens <clumens@redhat.com> - 13.21.4-1 |
3032 |
|
|
- DMRaidArrayDevice don't pass major/minor to DMDevice.__init__ (#558440) |
3033 |
|
|
(hdegoede) |
3034 |
|
|
- Filter UI: don't show cciss controllers without sets (hdegoede) |
3035 |
|
|
- Filter UI: give BIOS RAID sets a usable model string and display that |
3036 |
|
|
(hdegoede) |
3037 |
|
|
- Make MDRaidArray description the same as DMRaidArray (hdegoede) |
3038 |
|
|
- Add DMRaidArrayDevice description and model properties (#558440) (hdegoede) |
3039 |
|
|
- DMRaidArrayDevices exist when created (#558440) (hdegoede) |
3040 |
|
|
- Use description property for MDRaidArrayDevice model (hdegoede) |
3041 |
|
|
- MDRaidArrayDevice: Get rid of the ugly self.devices[0].type checking |
3042 |
|
|
(hdegoede) |
3043 |
|
|
- Make storage.unusedMDFoo also check mdcontainer members (hdegoede) |
3044 |
|
|
- Remove MDRaidArrayDevice biosraid property (hdegoede) |
3045 |
|
|
- Give MD BIOS RAID arrays there own type (hdegoede) |
3046 |
|
|
- Check for devices with no media present in filter_gui.py (#558689) |
3047 |
|
|
(hdegoede) |
3048 |
|
|
- multipath requires libaio.so (pjones) |
3049 |
|
|
- Fix a syntax error in storage/devicetree.py (#558534). (clumens) |
3050 |
|
|
|
3051 |
|
|
* Fri Jan 22 2010 Chris Lumens <clumens@redhat.com> - 13.21.3-1 |
3052 |
|
|
- Fix a syntax error in filter_gui.py (hdegoede) |
3053 |
|
|
- Fix broken log message. (pjones) |
3054 |
|
|
- Make multipath support use device-mapper-multipath to setup mpaths. |
3055 |
|
|
(pjones) |
3056 |
|
|
- Make PartitionDevice have its own teardown() when used with mpath. (pjones) |
3057 |
|
|
- Create multipath.conf (pjones) |
3058 |
|
|
- Make sure MultipathDevice is setup correctly. (pjones) |
3059 |
|
|
- Remove the multipath name generator, it is no longer used. (pjones) |
3060 |
|
|
- Set StorageDevice.exists before calling Device.__init__ (pjones) |
3061 |
|
|
- Add another command to .bash_history. (pjones) |
3062 |
|
|
- Add mpath device to selection instead of its constituents. (pjones) |
3063 |
|
|
- Make all StorageDevice-s support .vendor and .model (pjones) |
3064 |
|
|
- Add a parser for 'multipath -d' output. (pjones) |
3065 |
|
|
- Multipath members should not be added to the ignored disk list. (pjones) |
3066 |
|
|
- Add udev accessor for ID_MODEL_FROM_DATABASE/ID_MODEL. (pjones) |
3067 |
|
|
- Add udev_device_get_multipath_name(). (pjones) |
3068 |
|
|
- Use mpath names instead of serials to group them. (pjones) |
3069 |
|
|
- Add an exception to use when multipath fails. (pjones) |
3070 |
|
|
- Add missing log_method_call()s. (pjones) |
3071 |
|
|
- Use StorageError insead of enumerating all the different storage errors. |
3072 |
|
|
(pjones) |
3073 |
|
|
- Make clearDisksWindow use device.model not device.partedDevice.model |
3074 |
|
|
(pjones) |
3075 |
|
|
- Show call depth with spaces in log_method_call() (pjones) |
3076 |
|
|
- nss files moved around again, NM needs more (#557702) (dcantrell) |
3077 |
|
|
- Only /boot needs to be on one of the bootFSTypes. (#557718) (dlehman) |
3078 |
|
|
- MDRaidMember.__str__ add biosraid attribute to the returned string |
3079 |
|
|
(hdegoede) |
3080 |
|
|
- Remove setting of _isDisk and _partitionable from iscsi and fcoe disk code |
3081 |
|
|
(hdegoede) |
3082 |
|
|
- Add isDisk property to MDRaidArrayDevice (hdegoede) |
3083 |
|
|
- Make isDisk a property (hdegoede) |
3084 |
|
|
- Remove DMRaidDevice.mediaPresent method (hdegoede) |
3085 |
|
|
- Honor clearPartDisks when clearing whole disk formatting formatted disks |
3086 |
|
|
(hdegoede) |
3087 |
|
|
- Fixup MDRaidArrayDevice.biosraid (hdegoede) |
3088 |
|
|
- Update exclusiveDisks when handling mdraid BIOSRAID in isIgnored (hdegoede) |
3089 |
|
|
- MDRaidDevice does not have serial, vendor or bus arguments (hdegoede) |
3090 |
|
|
- Don't traceback on devices without a serial (hdegoede) |
3091 |
|
|
- Make addUdevPartitionDevice add lvm filters for ignored partitions |
3092 |
|
|
(hdegoede) |
3093 |
|
|
- Remove BIOSRAID see if ignored again code from addUdevPartitionDevice |
3094 |
|
|
(hdegoede) |
3095 |
|
|
- Remove special partition handling from isIgnored (hdegoede) |
3096 |
|
|
- Fix MDRaidArrayDevice mediaPresent to not depend on paritioned state |
3097 |
|
|
(hdegoede) |
3098 |
|
|
- Special handling for mdraid BIOS RAID sets in exclusive disks (hdegoede) |
3099 |
|
|
- 2 small mdraid related storage/udev.py changes (hdegoede) |
3100 |
|
|
- Fix an infinite loop by properly iterating over the disks store (#557856). |
3101 |
|
|
(clumens) |
3102 |
|
|
- Add a description attribute to MDRaidArrayDevice (hdegoede) |
3103 |
|
|
- Don't do exclusiveDisks checking for BIOS RAID members (hdegoede) |
3104 |
|
|
- List biosraids w/ disks and don't include them w/ md arrays in partgui. |
3105 |
|
|
(dlehman) |
3106 |
|
|
- Add biosraid property and use it in MDRaidArrayDevice.partitionable. |
3107 |
|
|
(dlehman) |
3108 |
|
|
- Make partitionable a property of StorageDevice instead of a plain attr. |
3109 |
|
|
(dlehman) |
3110 |
|
|
- make dracut only activate the root LV (#553295) (hdegoede) |
3111 |
|
|
|
3112 |
|
|
* Wed Jan 20 2010 Chris Lumens <clumens@redhat.com> - 13.21.2-1 |
3113 |
|
|
- Fix compile problem from 65a3c05. (akozumpl) |
3114 |
|
|
- Fix SIGSEGV in dlabel feature (#556390) (msivak) |
3115 |
|
|
- Remove unnecessary free from the rpmextract error handler (msivak) |
3116 |
|
|
- Support ignore all/reinit all on the disk reinitialization question |
3117 |
|
|
(#512011). (clumens) |
3118 |
|
|
- Handle reboot better on s390 (#533198) (dcantrell) |
3119 |
|
|
- Reset network setting input counters for IPv4 and IPv6 (#553761). |
3120 |
|
|
(dcantrell) |
3121 |
|
|
- Fix reading dasd status sysfs attribute (#536803). (dcantrell) |
3122 |
|
|
- s390 CHPID types must be treated in hex for lookup table to work (#552844) |
3123 |
|
|
(maier) |
3124 |
|
|
|
3125 |
|
|
* Fri Jan 15 2010 Chris Lumens <clumens@redhat.com> - 13.21.1-1 |
3126 |
|
|
- Include device-mapper-multipath in stage2.img (pjones) |
3127 |
|
|
- Load all scsi_dh_* modules, since they can't be modprobe by aliases... |
3128 |
|
|
(pjones) |
3129 |
|
|
- Display the first filter notebook page that has any disks on it. (clumens) |
3130 |
|
|
- The firmware and additional-web-server groups no longer exist (#555609). |
3131 |
|
|
(clumens) |
3132 |
|
|
- Fix a traceback adding RAID devices to the filtering UI. (clumens) |
3133 |
|
|
- reIPL code cleanup in loader (dcantrell) |
3134 |
|
|
- Don't log the big parted.Partition string every time we do a flag op. |
3135 |
|
|
(dlehman) |
3136 |
|
|
- Check for disklabels on unpartitionable devices. (#539482) (dlehman) |
3137 |
|
|
- Make partitioned attr depend on whether the device is partitionable. |
3138 |
|
|
(dlehman) |
3139 |
|
|
- Make sure to clear partitions before destroying a disklabel. (dlehman) |
3140 |
|
|
- Raise an exception when /etc/fstab contradicts detected fs type (#536906) |
3141 |
|
|
(dlehman) |
3142 |
|
|
- Don't include read-only filesystems in fsFreeSpace. (#540525) (dlehman) |
3143 |
|
|
- NTFS filesystems are not really modifiable in any real sense. Admit it. |
3144 |
|
|
(dlehman) |
3145 |
|
|
- Look for the SSH config file in /etc/ssh on s390 as well (#555691). |
3146 |
|
|
(clumens) |
3147 |
|
|
- Changed the architecture check from __ppc64__ to __powerpc64__ (#555669) |
3148 |
|
|
(mgracik) |
3149 |
|
|
- Fix the blkid infinite loop. (#555601) (msivak) |
3150 |
|
|
- Testing mode was removed. (rvykydal) |
3151 |
|
|
- Support the new excludedGroupList in pykickstart (#554717). (clumens) |
3152 |
|
|
- Write "#version=RHEL6" to anaconda-ks.cfg (#552230). (clumens) |
3153 |
|
|
- Use passed in anaconda parameter instead of relying on handler (hdegoede) |
3154 |
|
|
- kickstart.py: Fix stdoutLog not being defined (hdegoede) |
3155 |
|
|
- pylint error fixes round 2 (hdegoede) |
3156 |
|
|
- Fixup various errors detected by pylint (hdegoede) |
3157 |
|
|
- mdraid: various changes to options for new mdraid array creation (hdegoede) |
3158 |
|
|
- Emit a dracut setup string for the root device itself (hdegoede) |
3159 |
|
|
- Fix path mistakes in dasd_settle() in loader/linuxrc.s390 (dcantrell) |
3160 |
|
|
- Do not write HWADDR to ifcfg file on s390x for OSA Layer 2 (#546005) |
3161 |
|
|
(dcantrell) |
3162 |
|
|
- Poll DASD status for 'online' or 'unformatted' (#536803) (dcantrell) |
3163 |
|
|
- Add back hald for Xorg input device queries (#553780) (dcantrell) |
3164 |
|
|
- Support moving multiple rows at once in the cleardisks UI. (clumens) |
3165 |
|
|
- Allow disks in the filter and cleardisks UIs to be selected via |
3166 |
|
|
double-click. (clumens) |
3167 |
|
|
|
3168 |
|
|
* Wed Jan 13 2010 Chris Lumens <clumens@redhat.com> - 13.21.0-1 |
3169 |
|
|
- Don't log the size of what we're unpacking anymore. (clumens) |
3170 |
|
|
- Update the pyparted and python-pyblock requirements to the latest. (clumens) |
3171 |
|
|
- Fix a date ordering problem in the .spec.in changelog. (clumens) |
3172 |
|
|
- Add "askmethod" as a default argument (#545730). (clumens) |
3173 |
|
|
- Set yum debuglevel by default (dgregor). |
3174 |
|
|
- All the nss libraries still appear to be under $LIBDIR (dgregor). |
3175 |
|
|
- RHEL6 wants "ppc64" instead of "ppc" coming from iutil.getArch (dgregor). |
3176 |
|
|
- Some packages are i386, some i586, and some i686 so support all (dgregor). |
3177 |
|
|
- Add a patch for debugging buildinstall (dgregor). |
3178 |
|
|
- Enable the .z part of the anaconda version number. (dcantrell) |
3179 |
|
|
- Bring in 12.y.z changelog entries for rhel6-branch. (dcantrell) |
3180 |
|
|
|
3181 |
|
|
* Tue Jan 12 2010 Chris Lumens <clumens@redhat.com> - 13.21-1 |
3182 |
|
|
- Fix implicit declaration of things in sys/stat.h. (clumens) |
3183 |
|
|
|
3184 |
|
|
* Tue Jan 12 2010 Chris Lumens <clumens@redhat.com> - 13.20-1 |
3185 |
|
|
- devicetree.devices is a list, not a dict (#554455). (clumens) |
3186 |
|
|
- Try to copy the correct traceback file, not anacdump.txt. (clumens) |
3187 |
|
|
- Make sure /tmp/DD exists before trying to copy it. (clumens) |
3188 |
|
|
|
3189 |
|
|
* Fri Jan 08 2010 David Cantrell <dcantrell@redhat.com> - 13.19-1 |
3190 |
|
|
- st_size is off64_t on i386, off_t on others. (dcantrell) |
3191 |
|
|
|
3192 |
|
|
* Fri Jan 08 2010 David Cantrell <dcantrell@redhat.com> - 13.18-1 |
3193 |
|
|
- RPM version check correction. (dcantrell) |
3194 |
|
|
|
3195 |
|
|
* Fri Jan 08 2010 David Cantrell <dcantrell@redhat.com> - 13.17-1 |
3196 |
|
|
- fstat->st_size is a long unsigned int, not a long long unsigned int. |
3197 |
|
|
(dcantrell) |
3198 |
|
|
- Use libarchive and rpm pkg-config files during build. (dcantrell) |
3199 |
|
|
- Take ignoredDisks into account on the filter screen as well. (clumens) |
3200 |
|
|
- Don't wait on the filtertype screen on kickstart installs. (clumens) |
3201 |
|
|
- Our overridden AutoPart class must be mentioned in commandMap. (clumens) |
3202 |
|
|
- Reword filter UI introductory text to be less confusing. (clumens) |
3203 |
|
|
- Install the driver discs according to what was loaded in stage1 (msivak) |
3204 |
|
|
- Use the updated DriverDisc code in loader (msivak) |
3205 |
|
|
- Backport the RHEL5 DriverDisc functionality (msivak) |
3206 |
|
|
- Include depmod in stage1 and set it to prefer the DD directory (msivak) |
3207 |
|
|
- Add a function to get paths to loaded modules (msivak) |
3208 |
|
|
- Add rpm extraction routines (use librpm and libarchive) (msivak) |
3209 |
|
|
- Add DriverDisc v3 documentation (msivak) |
3210 |
|
|
- When displaying the filter UI, check devices that are in exclusiveDisks. |
3211 |
|
|
(clumens) |
3212 |
|
|
- get rid of global import of anaconda_log (akozumpl) |
3213 |
|
|
- introduce loglevel flag and use it in yum's tty3 logging (akozumpl) |
3214 |
|
|
- Remove LoggerClass but maintain loglevel= functionality (akozumpl) |
3215 |
|
|
- Do not duplicate exclusiveDisks when going back to filtering UI. (rvykydal) |
3216 |
|
|
- Fixes problems in the manual network configuration screen in loader with |
3217 |
|
|
IPv6. (akozumpl) |
3218 |
|
|
- Bring back missing IPv6 pieces that were lost in time. (dcantrell) |
3219 |
|
|
- Add configuration option to enable/disable IPv6 support. (dcantrell) |
3220 |
|
|
- Ask about LVM inconsistencies only in storageinit step. (rvykydal) |
3221 |
|
|
- Ask about disk initialization only in storageinit step. (rvykydal) |
3222 |
|
|
- Fix partition request sorting based on number of allowed disks. (#540869) |
3223 |
|
|
(dlehman) |
3224 |
|
|
|
3225 |
|
|
* Wed Jan 06 2010 Chris Lumens <clumens@redhat.com> - 13.16-1 |
3226 |
|
|
- Add libblkid as a BuildRequires. (clumens) |
3227 |
|
|
|
3228 |
|
|
* Wed Jan 06 2010 Chris Lumens <clumens@redhat.com> - 13.15-1 |
3229 |
|
|
- Also remove requirement for libbdevid (hdegoede). |
3230 |
|
|
- Update the python-pyblock version requirement, too. (clumens) |
3231 |
|
|
- Bump the required version numbers on a couple of components. (clumens) |
3232 |
|
|
- ID_BUS is not always defined (on virt, for instance) so handle that. |
3233 |
|
|
(clumens) |
3234 |
|
|
- opts should always be treated as a list inside isys.mount(). (clumens) |
3235 |
|
|
|
3236 |
|
|
* Mon Jan 04 2010 Chris Lumens <clumens@redhat.com> - 13.14-1 |
3237 |
|
|
- Include fontconfig files needed for scaling of Meera fonts (#531742, |
3238 |
|
|
#551363). (clumens) |
3239 |
|
|
- Don't write dracut kernel cmdline paramters to anaconda-ks.cfg (hdegoede) |
3240 |
|
|
- Write dracut rd_NO_foo options to grub.conf (hdegoede) |
3241 |
|
|
- Add dracutSetupString methods to all relevant device classes (hdegoede) |
3242 |
|
|
- Avoid duplicate kernel cmdline options and cleanup booty dracut code |
3243 |
|
|
(hdegoede) |
3244 |
|
|
|
3245 |
|
|
* Wed Dec 23 2009 Chris Lumens <clumens@redhat.com> - 13.13-1 |
3246 |
|
|
- lsreipl from s390-utils uses incorrect path (hamzy). |
3247 |
|
|
- fix for a bug in 05ce88b2 that split one line over several in program.log |
3248 |
|
|
(akozumpl) |
3249 |
|
|
- Dump the initial and final state of the system's storage devices. (dlehman) |
3250 |
|
|
- Add a "dict" attribute to Device and DeviceFormat classes. (dlehman) |
3251 |
|
|
- Sort Storage.devices by name (not path) for consistency. (dlehman) |
3252 |
|
|
- Put fsprofile support back in. (dlehman) |
3253 |
|
|
- Fix reset of lvm filtering (#527711) (rvykydal) |
3254 |
|
|
- Fix bootloader driveorder dialog. (rvykydal) |
3255 |
|
|
- Fix selection of default boot target in UI (#548695) (rvykydal) |
3256 |
|
|
- 'cleardiskssel' typos that made it impossible to run text install. |
3257 |
|
|
(akozumpl) |
3258 |
|
|
|
3259 |
|
|
* Fri Dec 18 2009 David Cantrell <dcantrell@redhat.com> - 13.12-1 |
3260 |
|
|
- Use the per-disk flag to disable cylinder alignment for msdos disklabels. |
3261 |
|
|
(dlehman) |
3262 |
|
|
- Don't include advanced devices in the total count on the basic filter UI. |
3263 |
|
|
(clumens) |
3264 |
|
|
- For iSCSI devices, put the path into the UI instead of a WWID. (clumens) |
3265 |
|
|
- Add udev_device_get_path. (clumens) |
3266 |
|
|
- Make Callbacks._update_size_label callable from outside the object. |
3267 |
|
|
(clumens) |
3268 |
|
|
- Do not show the "Add Advanced" button on the basic filtering screen. |
3269 |
|
|
(clumens) |
3270 |
|
|
- Log into program.log through the standard python logging (part of |
3271 |
|
|
#524980). (akozumpl) |
3272 |
|
|
- Fix typo from commit 13022cc2. (dlehman) |
3273 |
|
|
- Restore accidentally removed line in backend.py (hdegoede) |
3274 |
|
|
- yuminstall: Fix indentation error (hdegoede) |
3275 |
|
|
- No need to special case ignoring of dmraid sets (hdegoede) |
3276 |
|
|
|
3277 |
|
|
* Wed Dec 16 2009 Chris Lumens <clumens@redhat.com> - 13.11-1 |
3278 |
|
|
- Clean up setting paths on preupgrade (jvonau). (clumens) |
3279 |
|
|
- And call freetmp, too. (Jerry) |
3280 |
|
|
- Add a method to remove /tmp/install.img on low memory conditions (jvonau). |
3281 |
|
|
(clumens) |
3282 |
|
|
- Make sure /mnt/stage2 is mounted before trying to unmount. (Jerry) |
3283 |
|
|
- Skip the mediaDevice check before attempting to mount the install.img. |
3284 |
|
|
(Jerry) |
3285 |
|
|
- Remove install.img from /boot during preupgrade. (Jerry) |
3286 |
|
|
- Add __str__ methods to the DeviceFormat classes. (dlehman) |
3287 |
|
|
- Expand PartitionDevice.__str__ to include partition geometry and flags. |
3288 |
|
|
(dlehman) |
3289 |
|
|
- Hide biosraid member devices that contain MDRaidMember formats. (dlehman) |
3290 |
|
|
- Move disklabel handling into handleUdevDeviceFormat with the others. |
3291 |
|
|
(dlehman) |
3292 |
|
|
- DiskDevice.__init__ expects an "exists" parameter, so add it. (clumens) |
3293 |
|
|
- Fix multipath filtering. (clumens) |
3294 |
|
|
- Log error messages before displaying dialogs. (clumens) |
3295 |
|
|
- Include error messages when logging selinux context get/set failures. |
3296 |
|
|
(dlehman) |
3297 |
|
|
- Catch failures to set selinux contexts so it doesn't cause a crash. |
3298 |
|
|
(dlehman) |
3299 |
|
|
- Fix typo logging failure to get default file context. (dlehman) |
3300 |
|
|
- Use DiskLabel.alignment instead of getDiskAlignment. (dlehman) |
3301 |
|
|
- Add an alignment property to DiskLabel. (dlehman) |
3302 |
|
|
- iscsi.py: Do not translate log messages (hdegoede) |
3303 |
|
|
- Make iscsi,etc startup use the iscsi,etc Singletons (hdegoede) |
3304 |
|
|
- kickstart: Move onlining of fcoe/iscsi/zfcp devices to parse phase |
3305 |
|
|
(hdegoede) |
3306 |
|
|
- Make the fcoe, iscsi and zfcp classes singletons (hdegoede) |
3307 |
|
|
- Remove call to no longer existing isys DriveDict method (hdegoede) |
3308 |
|
|
- Use the correct yum configuration file when searching for the -logos |
3309 |
|
|
package (kanarip) |
3310 |
|
|
- Fix two missing closing parens in previous commits. (clumens) |
3311 |
|
|
- Add an interface to select the fancy filtering UI vs. the regular one. |
3312 |
|
|
(clumens) |
3313 |
|
|
- Add a step to prompt for the cleardisks UI. (clumens) |
3314 |
|
|
- Add a dialog to configure advanced storage devices. (clumens) |
3315 |
|
|
- Add an early user interface for filtering storage devices. (clumens) |
3316 |
|
|
- Rework the upgrade vs. install screen a bit to make it look nicer. |
3317 |
|
|
(clumens) |
3318 |
|
|
- Add the updated and simplified parttype screen. (clumens) |
3319 |
|
|
- Add a method to determine whether a device is a CCISS RAID device. |
3320 |
|
|
(clumens) |
3321 |
|
|
- Move identifyMultipaths from DeviceTree to devicelibs. (clumens) |
3322 |
|
|
- Add a method to return a device's WWID. (clumens) |
3323 |
|
|
- Add a method to get the bus/interconnect from udev and store it on |
3324 |
|
|
devices. (clumens) |
3325 |
|
|
- Add a vendor getting udev method, though udev doesn't always know it. |
3326 |
|
|
(clumens) |
3327 |
|
|
- Add the serial number to all DiskDevices and subclasses. (clumens) |
3328 |
|
|
- Put less space between rows and allow text to be longer before wrapping. |
3329 |
|
|
(clumens) |
3330 |
|
|
- Allow InstallInterfaces to modify the installation steps. (clumens) |
3331 |
|
|
- Default /boot to 500 MB. (clumens) |
3332 |
|
|
- Some iscsi cleanups (hdegoede) |
3333 |
|
|
- Bring auto discovered drives online before parsing the ks file (hdegoede) |
3334 |
|
|
- Make a better effort at tearing down everything before action processing. |
3335 |
|
|
(dlehman) |
3336 |
|
|
- Tighten restrictions on the type of disklabel on x86 and EFI boot disks. |
3337 |
|
|
(dlehman) |
3338 |
|
|
- Use string instead of parted.diskType for disklabel types. (dlehman) |
3339 |
|
|
- A couple of cleanups to warnings about formatting preexisting devices. |
3340 |
|
|
(dlehman) |
3341 |
|
|
- Rework udev_settle timeout handling (#544177) (hdegoede) |
3342 |
|
|
- Remove smp.c from the Makefile.am, too. (clumens) |
3343 |
|
|
- Nothing has a kernel-smp anymore so none of this code is useful. (clumens) |
3344 |
|
|
- Get rid of the goofy nested try statements. (clumens) |
3345 |
|
|
- update reIPL messages (hamzy) |
3346 |
|
|
- Change btrfs command line option (josef) |
3347 |
|
|
|
3348 |
|
|
* Wed Dec 09 2009 Chris Lumens <clumens@redhat.com> - 13.10-1 |
3349 |
|
|
- Kickstart support for unpartitioned disks. (dlehman) |
3350 |
|
|
- Skip disklabel handling for biosraid and multipath members. (dlehman) |
3351 |
|
|
- Improve disklabel's name attr so we don't have to hide them anymore. |
3352 |
|
|
(dlehman) |
3353 |
|
|
- Hide devices with certain formatting in the main partitioning UI. (dlehman) |
3354 |
|
|
- Automatic partitioning support for whole-disk formatting. (dlehman) |
3355 |
|
|
- Add support for whole-disk formatting. (dlehman) |
3356 |
|
|
- Add per-row control over sensitive property for CheckList and |
3357 |
|
|
WideCheckList. (dlehman) |
3358 |
|
|
- Use a function to add a device to the partition gui. (dlehman) |
3359 |
|
|
- Don't crash if there's no intf passed to getLUKSPassphrase. (dlehman) |
3360 |
|
|
- Remove unused selinux file context functions from isys. (dlehman) |
3361 |
|
|
- Use selinux python module for file context operations. (dlehman) |
3362 |
|
|
- Obtain device alignment information from parted. (#529051) (dlehman) |
3363 |
|
|
- Handle roots with or without trailing "/" in FileDevice.path. (#541473) |
3364 |
|
|
(dlehman) |
3365 |
|
|
- sundries.h is no longer used. (clumens) |
3366 |
|
|
- Kill yet another unused lodaer flag. (clumens) |
3367 |
|
|
- stage1 (init): Make /tmp tmpfs large enough to hold install.img (#540146) |
3368 |
|
|
(hdegoede) |
3369 |
|
|
- With flags.setupFilesystems gone, justConfig can be removed from booty. |
3370 |
|
|
(clumens) |
3371 |
|
|
- Nothing sets flags.setupFilesystems anymore, so it can go too. (clumens) |
3372 |
|
|
- Remove test mode from the loader, too. (clumens) |
3373 |
|
|
- Complain if we're started in test or rootPath mode instead of aborting. |
3374 |
|
|
(clumens) |
3375 |
|
|
- Remove test mode. (clumens) |
3376 |
|
|
- Remove rootPath mode. (clumens) |
3377 |
|
|
- Enable method/repo nfs options in stage2. (rvykydal) |
3378 |
|
|
- Accept "nfs:" prefix in ks repo --baseurl setting beside "nfs://". |
3379 |
|
|
(rvykydal) |
3380 |
|
|
- Display url having invalid prefix in repo editing dialog. (rvykydal) |
3381 |
|
|
- Do not traceback on invalid ks repo --baseurl values (#543003) (rvykydal) |
3382 |
|
|
- Remove /etc/localtime before trying to copy into it (#533240). (akozumpl) |
3383 |
|
|
- Whenever storage code tries to log a method call, do so into the |
3384 |
|
|
'tmp/storage.log' file. (a part of #524980) (akozumpl) |
3385 |
|
|
- Make loader log time with milliseconds (part of #524980). (akozumpl) |
3386 |
|
|
- Log storage in the same format as the main anaconda log (a part of |
3387 |
|
|
#524980) (akozumpl) |
3388 |
|
|
|
3389 |
|
|
* Tue Dec 08 2009 Dennis Gregorovic <dgregor@redhat.com> - 12.38.5-1.1 |
3390 |
|
|
- Rebuilt for RHEL 6 |
3391 |
|
|
|
3392 |
|
|
* Tue Dec 01 2009 Chris Lumens <clumens@redhat.com> - 13.9-1 |
3393 |
|
|
- Improve text mode fcoe interface (hdegoede) |
3394 |
|
|
- Fix udev rule to test whether we're in anaconda. (dlehman) |
3395 |
|
|
- Fix devicelibs.dm.device_is_multipath support for new udev rules. (pjones) |
3396 |
|
|
- Display progress or wait window when creating devices. (dlehman) |
3397 |
|
|
- Display progress or wait window when formatting devices. (dlehman) |
3398 |
|
|
- Add optional progress windows to devicelibs create functions. (dlehman) |
3399 |
|
|
- Force mkswap to do its job. (dlehman) |
3400 |
|
|
- Don't try to get dm node or update sysfs path for lvm vgs. (dlehman) |
3401 |
|
|
- Log upon leaving installer steps as well as entering (a part of #524980). |
3402 |
|
|
(akozumpl) |
3403 |
|
|
- An unitialized variable in iw/partition_gui.py and a typo in kickstart.py |
3404 |
|
|
(akozumpl) |
3405 |
|
|
- Add DCB option to text mode FCoE setup (#513011) (hdegoede) |
3406 |
|
|
- Add DCB option to GUI FCoE setup (#513011) (hdegoede) |
3407 |
|
|
- Add DCB option to kickstart FCoE code (#513011) (hdegoede) |
3408 |
|
|
- Add support for DCB to fcoe.py (#513011) (hdegoede) |
3409 |
|
|
- Include fcoemon and dcbd in install.img for FCoE DCB support (#513011) |
3410 |
|
|
(hdegoede) |
3411 |
|
|
- Add RAID4 support (#541433) (oliva) |
3412 |
|
|
- Clear a partition's BOOT flag when formatting it (hdegoede) |
3413 |
|
|
- Do not set boot flag when there is already a partition with the flag |
3414 |
|
|
(#533658) (hdegoede) |
3415 |
|
|
- Fixes a syntax error in commit b495db2cd56c881a7e661ac55bd31069510cf662. |
3416 |
|
|
(akozumpl) |
3417 |
|
|
- If /boot is too small to preupgrade, don't allow going back (#499321). |
3418 |
|
|
(clumens) |
3419 |
|
|
- One reference to earlyKS somehow survived. Kill it. (clumens) |
3420 |
|
|
- Quote backticks when writing out the .bash_history file, and add another |
3421 |
|
|
cmd. (clumens) |
3422 |
|
|
- Set the default keyboard based on language before showing the UI |
3423 |
|
|
(#532843). (clumens) |
3424 |
|
|
- Don't attempt to get the size of a filesystem unless it's supported |
3425 |
|
|
(#540598). (clumens) |
3426 |
|
|
- Require /boot to be on a GPT or MSDOS disk label on x86 (#540588). |
3427 |
|
|
(clumens) |
3428 |
|
|
- Fix killall -USR2 anaconda writing out a traceback file. (clumens) |
3429 |
|
|
- Only check for DEVICE_DASD in S390.diskLabelType, not for all platforms. |
3430 |
|
|
(clumens) |
3431 |
|
|
- Use installclass to make the bootloader timeout 5 seconds on RHEL. (pjones) |
3432 |
|
|
- Make sure we get tcp_wrappers-libs installed for stage 2 (pjones) |
3433 |
|
|
- Mount usbfs before installing packages (#532397) (mmatsuya) |
3434 |
|
|
- Use fs with largest amount of freespace to store install.img (hdegoede) |
3435 |
|
|
- Always update booty drivelist before filling bootstore (#533335) (hdegoede) |
3436 |
|
|
- Enhance drive specification for clearpart, ignoredisk, and partition. |
3437 |
|
|
(clumens) |
3438 |
|
|
- Add a function that determines which devices match a given shell glob. |
3439 |
|
|
(clumens) |
3440 |
|
|
- Extend udev_resolve_devspec to allow specifying devices in more ways. |
3441 |
|
|
(clumens) |
3442 |
|
|
- Name log files something that doesn't conflict with the system (#539542). |
3443 |
|
|
(clumens) |
3444 |
|
|
- Adds interactive install support for NFS options (#537764) (akozumpl) |
3445 |
|
|
- Introduces check_asprintf macro that checks asprintfs return value and |
3446 |
|
|
terminates program in OOM scenarios. (akozumpl) |
3447 |
|
|
- Sleep if the kickstart file read fails (#537361) (akozumpl) |
3448 |
|
|
- Move libcurl initialization to urlinstTransfer() (#537870). (dcantrell) |
3449 |
|
|
- Replace all popt use with glib's option parsing code. (dcantrell) |
3450 |
|
|
- Clean up initProductInfo() in loader.c. (dcantrell) |
3451 |
|
|
- Use glib string parsing functions in driverselect.c. (dcantrell) |
3452 |
|
|
- If a package has %%pre/%%post scriptlet errors, abort the install |
3453 |
|
|
(#531599). (clumens) |
3454 |
|
|
- If a package has a dependency problem, offer to continue/abort (#511801). |
3455 |
|
|
(clumens) |
3456 |
|
|
- Generate more complete device.map grub file when upgrading grub. (#533621) |
3457 |
|
|
(rvykydal) |
3458 |
|
|
- Added the libudev python bindings (mgracik) |
3459 |
|
|
- If the kickstart log file's path doesn't exist, make it. (clumens) |
3460 |
|
|
- Don't make chown or lsetfilecon errors fatal (#529940). (clumens) |
3461 |
|
|
- Get correct boot device in reIPL code for s390 (#537390). (hamzy) |
3462 |
|
|
- Expand the proxy table a little bit to reduce clutter (#537878). (clumens) |
3463 |
|
|
- Use glib data structures in loader's module handling code. (dcantrell) |
3464 |
|
|
- Various improvements to kickstart scriptlet reporting (#510636). (clumens) |
3465 |
|
|
|
3466 |
|
|
* Thu Nov 12 2009 David Cantrell <dcantrell@redhat.com> - 13.8-1 |
3467 |
|
|
- Ignore merge commit messages when generating the rpm changelog. (dcantrell) |
3468 |
|
|
- Remove last references to hal. (dcantrell) |
3469 |
|
|
- Log calls to DiskLabel's commit and commitToDisk methods. (dlehman) |
3470 |
|
|
- Fix DiskLabel.status so it returns True, not self.partedDisk, when active. |
3471 |
|
|
(dlehman) |
3472 |
|
|
- Write /etc/dasd.conf to target system on s390 (#533833). (dcantrell) |
3473 |
|
|
- Latest dracut has new syntax for rd_DASD. (dcantrell) |
3474 |
|
|
- Handle case of not enough space in VG more gracefully. (#533797) (dlehman) |
3475 |
|
|
- Make sure partitioning-related drive lists are sorted properly. (#534065) |
3476 |
|
|
(dlehman) |
3477 |
|
|
- Remove the early kickstart processing pass (#532453). (clumens) |
3478 |
|
|
- Move all the important stuff out of the KickstartCommand.parse methods. |
3479 |
|
|
(clumens) |
3480 |
|
|
- These changes require a later version of pykickstart. (clumens) |
3481 |
|
|
- commandMap and dataMap are now updates to the existing dict. (clumens) |
3482 |
|
|
- Set a reference to the kickstart handler on BaseData objects. (clumens) |
3483 |
|
|
- Move exception setup to right after instdata is populated. (clumens) |
3484 |
|
|
- Leave one free logical block before each logical partition. (dlehman) |
3485 |
|
|
- Use Chunk's geometry attr to access the parted Geometry. (dlehman) |
3486 |
|
|
- Fix sorting of requests by mountpoint. It was backwards. (dlehman) |
3487 |
|
|
- Align logical partitions' start sector up one logical block for metadata. |
3488 |
|
|
(dlehman) |
3489 |
|
|
- Use parted.Device's sectorSize attr instead of physicalSectorSize. |
3490 |
|
|
(dlehman) |
3491 |
|
|
- Select partition layout based on potential for growth. (dlehman) |
3492 |
|
|
- Reimplement partition growing. (dlehman) |
3493 |
|
|
- Create and use a function to obtain a parted alignment for a disk. |
3494 |
|
|
(dlehman) |
3495 |
|
|
- Create and use a new function to create and add new partitions to disk. |
3496 |
|
|
(dlehman) |
3497 |
|
|
- Make and use a new function to remove non-existent partitions. (dlehman) |
3498 |
|
|
- Disable parted's cylinder alignment code. (dlehman) |
3499 |
|
|
- Use new functions for conversion between size and sector count. (dlehman) |
3500 |
|
|
- Consider whether a partition is growable when choosing free space. |
3501 |
|
|
(dlehman) |
3502 |
|
|
- Allocate fixed-size requests before growable requests. (dlehman) |
3503 |
|
|
- For the catch-all case, put the message into the UI, not the exn |
3504 |
|
|
(#536854). (clumens) |
3505 |
|
|
- Add a missing binary to KEEPFILES (#533237) (msivak) |
3506 |
|
|
- Set boot flag for /boot on mdraid 1 array too (#533533). (rvykydal) |
3507 |
|
|
- Report no media present for cpqarray controllers with no disks attached |
3508 |
|
|
(hdegoede) |
3509 |
|
|
- Honor existing RUNKS conf file variable on s390 (#513951). (dcantrell) |
3510 |
|
|
- Add "Hipersockets" to qeth NETTYPE description (#511962). (dcantrell) |
3511 |
|
|
- Set custom_icon to error for advanced storage dialog errors (hdegoede) |
3512 |
|
|
- When creating a new md array check we have enough members (#533027) |
3513 |
|
|
(hdegoede) |
3514 |
|
|
- Convert string.find calls into something modern (jkeating) |
3515 |
|
|
- rescue: Don't copy install.ing to /tmp when not enough RAM (#531304, |
3516 |
|
|
#529392) (jvonau) |
3517 |
|
|
- isys: remove stray debug printf (#533597) (hdegoede) |
3518 |
|
|
- Don't activate / de-activate dmraid sets on setup / teardown (hdegoede) |
3519 |
|
|
- Remove previous mdadm bug 523334 workaorund (hdegoede) |
3520 |
|
|
- Don't stop mdraid containers or their arrays (#532971) (hdegoede) |
3521 |
|
|
- Include the command line to put anaconda into debugger mode in history. |
3522 |
|
|
(pjones) |
3523 |
|
|
- Allow remote(ish) debugging. (pjones) |
3524 |
|
|
- Make sure /var/log/lastlog is there so we don't have ugly logs. (pjones) |
3525 |
|
|
- Correct modopts initialization in loader (take 2) (#531932). (dcantrell) |
3526 |
|
|
- Get rid of dead code, and fix gettimespecofday's math. (pjones) |
3527 |
|
|
- Don't exec without forking first when calling udevadm. (pjones) |
3528 |
|
|
- If init or loader exit unexpectedly, traceback. (pjones) |
3529 |
|
|
- Fix the vim magic in this file to work. (pjones) |
3530 |
|
|
- Add handling for sshpw command. (pjones) |
3531 |
|
|
- Improve createLuserConf behavior and chroot behavior in users.* (pjones) |
3532 |
|
|
- Improve logging of ssh-keygen. (pjones) |
3533 |
|
|
- Remove tabs in "anaconda" (pjones) |
3534 |
|
|
- pidof is a symlink to killall5, so we need that as well. (pjones) |
3535 |
|
|
- Correctly initialize modopts in loader (#531932). (dcantrell) |
3536 |
|
|
- Increase the size of /boot a little bit (#530555). (clumens) |
3537 |
|
|
- Modify autopart requests to include a separate /home (#150670). (clumens) |
3538 |
|
|
- Take the spec's requiredSpace into account when creating LVs. (clumens) |
3539 |
|
|
- Add the PartSpec.__str__ method for debugging. (clumens) |
3540 |
|
|
- Trim the inital / off the mountpoint before making an LV name from it. |
3541 |
|
|
(clumens) |
3542 |
|
|
- Remove "anaconda" from attributes to skip (#532612, #532737). (clumens) |
3543 |
|
|
- Fix status for and consolidate handling of '-' in vg/lv names. (#527302) |
3544 |
|
|
(dlehman) |
3545 |
|
|
- Rename "setupShellEnvironment" to "setupSshd". That's all it does. |
3546 |
|
|
(pjones) |
3547 |
|
|
- Put "killall -USR2 anaconda" in a pre-populated history. (pjones) |
3548 |
|
|
- Only try to split proxy commands out if there's actually one specified. |
3549 |
|
|
(pjones) |
3550 |
|
|
- Consolidate the parsing of nfs: locations for ks= and stage2= (#529197) |
3551 |
|
|
(stijn) |
3552 |
|
|
- Copy cio_ignore kernel parameter to zipl.conf on s390 (#475675). |
3553 |
|
|
(dcantrell) |
3554 |
|
|
- Do not modify /etc/hosts from setup package (#530343). (dcantrell) |
3555 |
|
|
- In execWithCallback(), support disabling stdout echo (#528386) (dcantrell) |
3556 |
|
|
- Select drives in partition dialog, preserving settings. (#529931) (dlehman) |
3557 |
|
|
- Clear pot and po updates after a 'make release' or 'make archive'. |
3558 |
|
|
(dcantrell) |
3559 |
|
|
- Use the new anaconda image in fedora-logos (#529267). (jkeating) |
3560 |
|
|
- Call udev_trigger with a "change" action and don't filter out dm devices. |
3561 |
|
|
(dlehman) |
3562 |
|
|
- Remove unused attr_nomatch keyword argument from baseudev.udev_trigger. |
3563 |
|
|
(dlehman) |
3564 |
|
|
- Fix logging of isys mount/umount into program.log. (rvykydal) |
3565 |
|
|
- Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491). (dcantrell) |
3566 |
|
|
- Log why we're exiting the installer in storage.DASD.startup() (dcantrell) |
3567 |
|
|
- Improve detailedMessageWindow() in text.py. (dcantrell) |
3568 |
|
|
- Use 'zerombr' kickstart command for DASDs needing dasdfmt (#528386). |
3569 |
|
|
(dcantrell) |
3570 |
|
|
- Add 'zerombr' to list of early kickstart commands we look for. (dcantrell) |
3571 |
|
|
|
3572 |
|
|
* Thu Nov 12 2009 David Cantrell <dcantrell@redhat.com> - 12.38.5-1 |
3573 |
|
|
- Log calls to DiskLabel's commit and commitToDisk methods. (dlehman) |
3574 |
|
|
- Fix DiskLabel.status so it returns True, not self.partedDisk, when active. |
3575 |
|
|
(dlehman) |
3576 |
|
|
- Write /etc/dasd.conf to target system on s390 (#533833). (dcantrell) |
3577 |
|
|
- Latest dracut has new syntax for rd_DASD. (dcantrell) |
3578 |
|
|
- For the catch-all case, put the message into the UI, not the exn |
3579 |
|
|
(#536854). (clumens) |
3580 |
|
|
- Add a missing binary to KEEPFILES (#533237) (msivak) |
3581 |
|
|
- Honor existing RUNKS conf file variable on s390 (#513951). (dcantrell) |
3582 |
|
|
- Add "Hipersockets" to qeth NETTYPE description (#511962). (dcantrell) |
3583 |
|
|
|
3584 |
|
|
* Mon Nov 09 2009 David Cantrell <dcantrell@redhat.com> - 12.38.4-1 |
3585 |
|
|
- Remove previous mdadm bug 523334 workaorund (hdegoede) |
3586 |
|
|
- Don't stop mdraid containers or their arrays (#532971) (hdegoede) |
3587 |
|
|
- Correct modopts initialization in loader (take 2) (#531932). (dcantrell) |
3588 |
|
|
- Initialize DASD totalCylinders before progress bar callback (#532420). |
3589 |
|
|
(dcantrell) |
3590 |
|
|
- Correctly initialize modopts in loader (#531932). (dcantrell) |
3591 |
|
|
- Remove "anaconda" from attributes to skip (#532612, #532737). (clumens) |
3592 |
|
|
- Copy cio_ignore kernel parameter to zipl.conf on s390 (#475675). |
3593 |
|
|
(dcantrell) |
3594 |
|
|
- Do not modify /etc/hosts from setup package (#530343). (dcantrell) |
3595 |
|
|
- In execWithCallback(), support disabling stdout echo (#528386) (dcantrell) |
3596 |
|
|
- Clear pot and po updates after a 'make release' or 'make archive'. |
3597 |
|
|
(dcantrell) |
3598 |
|
|
|
3599 |
|
|
* Fri Oct 30 2009 Chris Lumens <clumens@redhat.com> - 12.38.3-1 |
3600 |
|
|
- Regardless of where load_policy is, we still need it in the intird |
3601 |
|
|
(#532016). (clumens) |
3602 |
|
|
- Log why we're exiting the installer in storage.DASD.startup() (dcantrell) |
3603 |
|
|
- Improve detailedMessageWindow() in text.py. (dcantrell) |
3604 |
|
|
- Use 'zerombr' kickstart command for DASDs needing dasdfmt (#528386). |
3605 |
|
|
(dcantrell) |
3606 |
|
|
- Add 'zerombr' to list of early kickstart commands we look for. (dcantrell) |
3607 |
|
|
- TypeError: '_ped.DiskType' object is not callable (#531730) (hdegoede) |
3608 |
|
|
- Remove support for IUCV networking devices on s390. (#531494) (dcantrell) |
3609 |
|
|
|
3610 |
|
|
* Thu Oct 29 2009 Chris Lumens <clumens@redhat.com> - 13.7-1 |
3611 |
|
|
- TypeError: '_ped.DiskType' object is not callable (#531730) (hdegoede) |
3612 |
|
|
- Fix upgrade of GRUB with md raid boot for versions F11 and earlier. |
3613 |
|
|
(rvykydal) |
3614 |
|
|
- Remove another code duplication in grub upgrade code. (rvykydal) |
3615 |
|
|
- Remove code duplication, use fixed code from writeGrub. (rvykydal) |
3616 |
|
|
- Remove target parameter from grub installation code - it is no more |
3617 |
|
|
needed. (rvykydal) |
3618 |
|
|
- Remove support for IUCV networking devices on s390. (#531494) (dcantrell) |
3619 |
|
|
- Find and format any unformatted DASD devices (#528386). (dcantrell) |
3620 |
|
|
- Improve detailedMessageWindow() in text.py. (dcantrell) |
3621 |
|
|
- Create execWithCallback() function in iutil. (dcantrell) |
3622 |
|
|
- preexist -> onPart (#531407). (clumens) |
3623 |
|
|
- Add sshd support for non-s390 platforms. (pjones) |
3624 |
|
|
- When doing initlabel on a dasd disk create a dasd disklabel (#531209) |
3625 |
|
|
(hdegoede) |
3626 |
|
|
- Rename platform.diskType to platform.diskLabelType (hdegoede) |
3627 |
|
|
- Fix arrow key cycling in the Edit Partition dialog (#519641). (clumens) |
3628 |
|
|
- Provide a single checkbox for a minimal install (#523839). (clumens) |
3629 |
|
|
- Fix DASD and zFCP device discovery (#530287). (dcantrell) |
3630 |
|
|
- Clarify the shrink target message (#530789). (clumens) |
3631 |
|
|
- Re-enable running udevadm. (clumens) |
3632 |
|
|
- max_logical -> max_logicals (#530786). (clumens) |
3633 |
|
|
- Filter out device-mapper devices when doing a udev_trigger. (dlehman) |
3634 |
|
|
- Expand udev_trigger to allow attr filtering and action specification. |
3635 |
|
|
(dlehman) |
3636 |
|
|
- More udev fixups for device-mapper and cryptsetup temp devices. (#526699) |
3637 |
|
|
(dlehman) |
3638 |
|
|
- Add the bcm5974 kernel module needed for some touchpads (#474225). |
3639 |
|
|
(clumens) |
3640 |
|
|
- /boot is already being checked by the superclass, so don't check again. |
3641 |
|
|
(clumens) |
3642 |
|
|
- Allow /boot to be on a variety of filesystems during kickstart (#529846). |
3643 |
|
|
(clumens) |
3644 |
|
|
- Platform.bootloaderPackage -> Platform.packages (clumens) |
3645 |
|
|
- Bootloader choice strings were marked with N_, but never translated |
3646 |
|
|
(#530017). (clumens) |
3647 |
|
|
- Handle more than x.y version numbers in 'make bumpver'. (dcantrell) |
3648 |
|
|
- Mark live device as protected instead of ignoring it. (#517260) (dlehman) |
3649 |
|
|
- Don't force logical with a free primary slot and an extended. (#527952) |
3650 |
|
|
(dlehman) |
3651 |
|
|
- Use rpm to determine how to set bootloader args and default runlevel |
3652 |
|
|
(#527520). (clumens) |
3653 |
|
|
- Improve message given to user for fsck failures (#527626). (dcantrell) |
3654 |
|
|
- 'Packages completed' string should use P_() instead of N_(). (dcantrell) |
3655 |
|
|
- Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380) |
3656 |
|
|
(maier) |
3657 |
|
|
- Put the icon back on the Back button on livecd installs (#526925). |
3658 |
|
|
(clumens) |
3659 |
|
|
- Make LOADER_FLAGS_NOSHELL default also for s390x not just s390 (#527063) |
3660 |
|
|
(maier) |
3661 |
|
|
- Adapt standalone shutdown to nokill changes so s390x can use it. (#528380) |
3662 |
|
|
(maier) |
3663 |
|
|
- Add dracutSetupData() method to DASDDevice (#526354). (dcantrell) |
3664 |
|
|
- Collect DASD kernel parameter information during device tree scan |
3665 |
|
|
(#526354). (dcantrell) |
3666 |
|
|
- Add dracutSetupString() method to ZFCPDiskDevice (#526354). (dcantrell) |
3667 |
|
|
- Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390x |
3668 |
|
|
(maier) |
3669 |
|
|
- Don't set unnecessary multipath defaults. (pjones) |
3670 |
|
|
- Add a "File Bug" button to all possibilitys in turnOnFilesystems |
3671 |
|
|
(#528006). (clumens) |
3672 |
|
|
- For cmdline mode, add the long text to what messageWindow will print |
3673 |
|
|
(#528006). (clumens) |
3674 |
|
|
- Use /dev/mapper/live-osimg-min instead of the old device node name |
3675 |
|
|
(#526789). (clumens) |
3676 |
|
|
- Remove double slash from nfs:// ks repo value for use in UI. (rvykydal) |
3677 |
|
|
- Make bootLoaderInfo new-style class, so that its properties work |
3678 |
|
|
correctly. (rvykydal) |
3679 |
|
|
- liveinst: deactivate mdraid arrays before running liveinst (#528235) |
3680 |
|
|
(hdegoede) |
3681 |
|
|
- Set parted filesystemtype for swap partitions (hdegoede) |
3682 |
|
|
|
3683 |
|
|
* Wed Oct 28 2009 Chris Lumens <clumens@redhat.com> - 12.38.2-1 |
3684 |
|
|
- Find and format any unformatted DASD devices (#528386). (dcantrell) |
3685 |
|
|
- Improve detailedMessageWindow() in text.py. (dcantrell) |
3686 |
|
|
- Create execWithCallback() function in iutil. (dcantrell) |
3687 |
|
|
- When doing initlabel on a dasd disk create a dasd disklabel (#531209) |
3688 |
|
|
(hdegoede) |
3689 |
|
|
- Rename platform.diskType to platform.diskLabelType (hdegoede) |
3690 |
|
|
- DASD disklabels do not allow sector exact partitioning (#527104) (hdegoede) |
3691 |
|
|
- Fix DASD and zFCP device discovery (#530287). (dcantrell) |
3692 |
|
|
- Pull nss libs from $LIBDIR rather than /usr/$LIBDIR. (dcantrell) |
3693 |
|
|
- iutil.isPPC() should return 'ppc64' for RHEL-6. (dcantrell) |
3694 |
|
|
- /sbin/load_policy -> /usr/sbin/load_policy (dcantrell) |
3695 |
|
|
- RHEL-6 has system-config-firewall base. (dcantrell) |
3696 |
|
|
- Inherit RHEL-6 branch changelog entries from dist-cvs. (dcantrell) |
3697 |
|
|
- Fix translations of timezones in the UI (#530014). (clumens) |
3698 |
|
|
- Bootloader choice strings were marked with N_, but never translated |
3699 |
|
|
(#530017). (clumens) |
3700 |
|
|
|
3701 |
|
|
* Tue Oct 20 2009 David Cantrell <dcantrell@redhat.com> - 12.38.1-1 |
3702 |
|
|
- Handle more than x.y version numbers in 'make bumpver'. (dcantrell) |
3703 |
|
|
- Add '.0' to the version since we branched from f12-branch. (dcantrell) |
3704 |
|
|
- Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380). |
3705 |
|
|
(maier) |
3706 |
|
|
- Make LOADER_FLAGS_NOSHELL default also for s390x not just s390 (#527063). |
3707 |
|
|
(maier) |
3708 |
|
|
- Adapt standalone shutdown to nokill changes so s390x can use it. (#528380). |
3709 |
|
|
(maier) |
3710 |
|
|
- Add dracutSetupData() method to DASDDevice (#526354). (dcantrell) |
3711 |
|
|
- Collect DASD kernel parameter information during device tree scan. |
3712 |
|
|
(#526354). (dcantrell) |
3713 |
|
|
- Add dracutSetupString() method to ZFCPDiskDevice (#526354). (dcantrell) |
3714 |
|
|
- Add a "File Bug" button to all possibilitys in turnOnFilesystems. |
3715 |
|
|
(#528006). (clumens) |
3716 |
|
|
- For cmdline mode, add the long text to what messageWindow will print. |
3717 |
|
|
(#528006). (clumens) |
3718 |
|
|
- Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390x. |
3719 |
|
|
(maier) |
3720 |
|
|
- liveinst: deactivate mdraid arrays before running liveinst (#528235). |
3721 |
|
|
(hdegoede) |
3722 |
|
|
|
3723 |
|
|
* Tue Oct 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 12.38-1.3 |
3724 |
|
|
- clean up references to kernelxen |
3725 |
|
|
|
3726 |
|
|
* Tue Oct 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 12.38-1.2 |
3727 |
|
|
- refactored anaconda-i686.patch |
3728 |
|
|
|
3729 |
|
|
* Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 13.6-1 |
3730 |
|
|
- BR system-config-keyboard (dcantrell) |
3731 |
|
|
|
3732 |
|
|
* Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 13.5-1 |
3733 |
|
|
- Remove extra echo in 'make rpmlog'. (dcantrell) |
3734 |
|
|
- Do not traceback if network device doesn't have HwAddress property |
3735 |
|
|
(#506013). (rvykydal) |
3736 |
|
|
- Fix liveinst to (1) not unmount /dev/pts, (2) unmount in order (509632). |
3737 |
|
|
(clumens) |
3738 |
|
|
- Do not read DASD data from /tmp/install.cfg in booty (#526354). (dcantrell) |
3739 |
|
|
- Merge branch 'master' of ssh://git.fedoraproject.org/git/anaconda (notting) |
3740 |
|
|
- Support upgrading when the language isn't in lang-table (#528317). |
3741 |
|
|
(clumens) |
3742 |
|
|
- Fix task selection when tasks contain the same group. (#528193) (notting) |
3743 |
|
|
- Update drivelist with bootloader --driveorder ks option instead of |
3744 |
|
|
replacing it (#506073). (rvykydal) |
3745 |
|
|
- Use ID_SERIAL to write multipath.conf, but ID_SERIAL_SHORT for UI. (pjones) |
3746 |
|
|
- Don't run 70-anaconda.rules on an installed system (#527781). (clumens) |
3747 |
|
|
- Handle Installation Repo (base repo) as any other in repo edit UI. |
3748 |
|
|
(rvykydal) |
3749 |
|
|
- Fix methodstr editing dialog. (rvykydal) |
3750 |
|
|
- Store methodstr url of repo (#502208, #526022). (rvykydal) |
3751 |
|
|
- Show user of which repository he edits the url (methodstr editing). |
3752 |
|
|
(rvykydal) |
3753 |
|
|
- Don't traceback with malformed repo= nfs: parameter. (rvykydal) |
3754 |
|
|
|
3755 |
|
|
* Tue Oct 13 2009 Dennis Gregorovic <dgregor@redhat.com> - 12.38-1.1 |
3756 |
|
|
- Rebuild for RHEL 6 |
3757 |
|
|
|
3758 |
|
|
* Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 12.38-1 |
3759 |
|
|
- Remove extra echo in 'make rpmlog'. (dcantrell) |
3760 |
|
|
- Do not traceback if network device doesn't have HwAddress property |
3761 |
|
|
(#506013). (rvykydal) |
3762 |
|
|
- Fix liveinst to (1) not unmount /dev/pts, (2) unmount in order (509632). |
3763 |
|
|
(clumens) |
3764 |
|
|
- Do not read DASD data from /tmp/install.cfg in booty (#526354). (dcantrell) |
3765 |
|
|
- Fix task selection when tasks contain the same group. (#528193) (notting) |
3766 |
|
|
- Update drivelist with bootloader --driveorder ks option instead of |
3767 |
|
|
replacing it (#506073). (rvykydal) |
3768 |
|
|
- Use ID_SERIAL to write multipath.conf, but ID_SERIAL_SHORT for UI. (pjones) |
3769 |
|
|
- Handle Installation Repo (base repo) as any other in repo edit UI. |
3770 |
|
|
(rvykydal) |
3771 |
|
|
- Fix methodstr editing dialog. (rvykydal) |
3772 |
|
|
- Store methodstr url of repo (#502208, #526022). (rvykydal) |
3773 |
|
|
- Show user of which repository he edits the url (methodstr editing). |
3774 |
|
|
(rvykydal) |
3775 |
|
|
- Don't traceback with malformed repo= nfs: parameter. (rvykydal) |
3776 |
|
|
|
3777 |
|
|
* Mon Oct 12 2009 David Cantrell <dcantrell@redhat.com> - 13.4-1 |
3778 |
|
|
- Missing volume_key shouldn't break LUKS support completely. (#526899) |
3779 |
|
|
(dlehman) |
3780 |
|
|
- Write multipathd.conf in anaconda so that dracut can find it. (pjones) |
3781 |
|
|
- We moved from dialog to newt.. (#528497) (msivak) |
3782 |
|
|
- Fix a segfault when stage2= boot parameter and kickstart url method is |
3783 |
|
|
used (#524417). (rvykydal) |
3784 |
|
|
- Fix parsing of optional portnr in iscsi target IP (#525118) (hdegoede) |
3785 |
|
|
|
3786 |
|
|
* Mon Oct 12 2009 David Cantrell <dcantrell@redhat.com> - 12.37-1 |
3787 |
|
|
- Missing volume_key shouldn't break LUKS support completely. (#526899) |
3788 |
|
|
(dlehman) |
3789 |
|
|
- Write multipathd.conf in anaconda so that dracut can find it. (pjones) |
3790 |
|
|
- Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it. |
3791 |
|
|
(pjones) |
3792 |
|
|
- Add MultipathDevice.updateSysfsPath() (pjones) |
3793 |
|
|
- Fix a segfault when stage2= boot parameter and kickstart url method is |
3794 |
|
|
used (#524417). (rvykydal) |
3795 |
|
|
- Fix parsing of optional portnr in iscsi target IP (#525118) (hdegoede) |
3796 |
|
|
|
3797 |
|
|
* Fri Oct 09 2009 David Cantrell <dcantrell@redhat.com> - 13.3-1 |
3798 |
|
|
- Reset PartitionDevice attributes after failed edit. (#498026) (dlehman) |
3799 |
|
|
- Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it. |
3800 |
|
|
(pjones) |
3801 |
|
|
- Add MultipathDevice.updateSysfsPath() (pjones) |
3802 |
|
|
- Run implantisomd5 on boot.iso on x86. (bz#526902) (pjones) |
3803 |
|
|
- Consider encryption when checking for duplicate mountpoint. (#526697) |
3804 |
|
|
(dlehman) |
3805 |
|
|
- Fix grub stage1 installation for /boot on md raid1. (rvykydal) |
3806 |
|
|
- Do not show the VNC-over-text question, when there is not enough memory |
3807 |
|
|
for GUI (#527979) (msivak) |
3808 |
|
|
- Fix filtering out of 'Sending translation for' log messages in bumpver. |
3809 |
|
|
(rvykydal) |
3810 |
|
|
- Use addUdevPartitionDevice() for adding dmraid / multipath partitions |
3811 |
|
|
(#527785) (hdegoede) |
3812 |
|
|
- Set partedPartition system to the correct FS when creating an FS (hdegoede) |
3813 |
|
|
- Reset parted flags in createFormat not destroyFormat (hdegoede) |
3814 |
|
|
- Default to mbr bootloader target for mdraid 1 boot device too (#526822). |
3815 |
|
|
(rvykydal) |
3816 |
|
|
- Clear out state before calling XkbGetState. (clumens) |
3817 |
|
|
|
3818 |
|
|
* Fri Oct 09 2009 David Cantrell <dcantrell@redhat.com> - 12.36-1 |
3819 |
|
|
- Reset PartitionDevice attributes after failed edit. (#498026) (dlehman) |
3820 |
|
|
- Fix cut/paste error in commit 299519d4a0693330ff6a50f3111d61feefabb0da. |
3821 |
|
|
(dlehman) |
3822 |
|
|
- Consider encryption when checking for duplicate mountpoint. (#526697) |
3823 |
|
|
(dlehman) |
3824 |
|
|
- Fix filtering out of 'Sending translation for' log messages in bumpver. |
3825 |
|
|
(rvykydal) |
3826 |
|
|
- Use addUdevPartitionDevice() for adding dmraid / multipath partitions |
3827 |
|
|
(#527785) (hdegoede) |
3828 |
|
|
- Set partedPartition system to the correct FS when creating an FS (hdegoede) |
3829 |
|
|
- Reset parted flags in createFormat not destroyFormat (hdegoede) |
3830 |
|
|
- Default to mbr bootloader target for mdraid 1 boot device too (#526822). |
3831 |
|
|
(rvykydal) |
3832 |
|
|
- Clear out state before calling XkbGetState. (clumens) |
3833 |
|
|
|
3834 |
|
|
* Thu Oct 08 2009 Radek Vykydal <rvykydal@redhat.com> - 13.2-1 |
3835 |
|
|
- Override fstabSpec in PartitionDevice for by-path DASD (#526364). (dcantrell) |
3836 |
|
|
- Create DASDDevice objects for DASD devices when building devicetree. |
3837 |
|
|
(dcantrell) |
3838 |
|
|
- Add udev_device_is_dasd() to detect DASD devices. (dcantrell) |
3839 |
|
|
- Change existing call to deviceNameToDiskByPath(). (dcantrell) |
3840 |
|
|
- Make storage.devices.deviceNameToDiskByPath() more robust. (dcantrell) |
3841 |
|
|
- Do not copy over 70-persistent.rules if instPath is '' (#527707) (dcantrell) |
3842 |
|
|
- Filter out 'Sending translation for' log messages in bumpver. (dcantrell) |
3843 |
|
|
- Don't copy _raidSet, but merely pass around a reference (hdegoede) |
3844 |
|
|
- Action...Format setup device before modifying the partition table (hdegoede) |
3845 |
|
|
- map() -> filter() in storage.writeEscrowPackets() (dcantrell) |
3846 |
|
|
- lokkit has moved to a subpackage, so require that (#523709). (clumens) |
3847 |
|
|
- Stop trying to run xrandr (#527678). (clumens) |
3848 |
|
|
- Only initialize escrow packet code if there's devices that need it (#527668). |
3849 |
|
|
(clumens) |
3850 |
|
|
- On lookup of a PartedDevice also check for _ped.DeviceException (#527699) |
3851 |
|
|
(hdegoede) |
3852 |
|
|
- Set related ayum attributes if media is found when editing methodstr |
3853 |
|
|
(#515441). (rvykydal) |
3854 |
|
|
- In repo editing UI do not use object we are creating (#515441). (rvykydal) |
3855 |
|
|
|
3856 |
|
|
* Thu Oct 08 2009 Radek Vykydal <rvykydal@redhat.com> - 12.35-1 |
3857 |
|
|
- Override fstabSpec in PartitionDevice for by-path DASD (#526364). (dcantrell) |
3858 |
|
|
- Create DASDDevice objects for DASD devices when building devicetree.. |
3859 |
|
|
(dcantrell) |
3860 |
|
|
- Add udev_device_is_dasd() to detect DASD devices. (dcantrell) |
3861 |
|
|
- Change existing call to deviceNameToDiskByPath(). (dcantrell) |
3862 |
|
|
- Make storage.devices.deviceNameToDiskByPath() more robust. (dcantrell) |
3863 |
|
|
- Do not copy over 70-persistent.rules if instPath is '' (#527707) (dcantrell) |
3864 |
|
|
- Filter out 'Sending translation for' log messages in bumpver. (dcantrell) |
3865 |
|
|
- Don't copy _raidSet, but merely pass around a reference (hdegoede) |
3866 |
|
|
- Action...Format setup device before modifying the partition table (hdegoede) |
3867 |
|
|
- map() -> filter() in storage.writeEscrowPackets() (dcantrell) |
3868 |
|
|
- Only initialize escrow packet code if there's devices that need it (#527668). |
3869 |
|
|
(clumens) |
3870 |
|
|
- Stop trying to run xrandr (#527678). (clumens) |
3871 |
|
|
- On lookup of a PartedDevice also check for _ped.DeviceException (#527699) |
3872 |
|
|
(hdegoede) |
3873 |
|
|
- Set related ayum attributes if media is found when editing methodstr |
3874 |
|
|
(#515441). (rvykydal) |
3875 |
|
|
- In repo editing UI do not use object we are creating (#515441). (rvykydal) |
3876 |
|
|
|
3877 |
|
|
* Tue Oct 06 2009 David Cantrell <dcantrell@redhat.com> - 13.1-1 |
3878 |
|
|
- Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman) |
3879 |
|
|
- Have redhat.exec reference generic.prm, not redhat.parm (dcantrell) |
3880 |
|
|
- Bring back cio_ignore=all, !0.0.0009 for generic.prm on s390x (#463544) |
3881 |
|
|
(dcantrell) |
3882 |
|
|
- Take 70-persistent-net.rules generated at installation (#526322) |
3883 |
|
|
(dcantrell) |
3884 |
|
|
- Use $LIBDIR to find the boot-wrapper file. (jkeating) |
3885 |
|
|
- formatByDefault: Don't traceback when mountpoint is None (#522609) |
3886 |
|
|
(hdegoede) |
3887 |
|
|
- Don't warn /usr should be formatted when "Format as:" is already selected |
3888 |
|
|
(hdegoede) |
3889 |
|
|
- Bring up network interface before trying to use it for FCoE (hdegoede) |
3890 |
|
|
- DMRaidArray: Don't report no media present when in teared down state |
3891 |
|
|
(hdegoede) |
3892 |
|
|
- Wait for udev to settle before trying to find dmraid sets in udev DB |
3893 |
|
|
(hdegoede) |
3894 |
|
|
- Implement the double click for free space on the bar view (jgranado) |
3895 |
|
|
- Pass only cCB and dcCB to the StripeGraph classes. (jgranado) |
3896 |
|
|
- React to a double click on a "free row" in the tree view. (jgranado) |
3897 |
|
|
- Create getCurrentDeviceParent function. (jgranado) |
3898 |
|
|
- Make sure we don't exceed the 80 character threshold (jgranado) |
3899 |
|
|
- Display an LVM graph on the bar view when we click on the VG's free space |
3900 |
|
|
(jgranado) |
3901 |
|
|
- Add a free row in the LVM tree view when necessary. (jgranado) |
3902 |
|
|
- Reorganize the tree view related to lvm. (jgranado) |
3903 |
|
|
- Remove unneeded variable (jgranado) |
3904 |
|
|
|
3905 |
|
|
* Tue Oct 06 2009 David Cantrell <dcantrell@redhat.com> - 12.34-1 |
3906 |
|
|
- Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman) |
3907 |
|
|
- Use $LIBDIR to find the boot-wrapper file. (jkeating) |
3908 |
|
|
- Have redhat.exec reference generic.prm, not redhat.parm (dcantrell) |
3909 |
|
|
- Bring back cio_ignore=all, !0.0.0009 for generic.prm on s390x (#463544) |
3910 |
|
|
(dcantrell) |
3911 |
|
|
- Take 70-persistent-net.rules generated at installation (#526322) |
3912 |
|
|
(dcantrell) |
3913 |
|
|
- formatByDefault: Don't traceback when mountpoint is None (#522609) |
3914 |
|
|
(hdegoede) |
3915 |
|
|
- Don't warn /usr should be formatted when "Format as:" is already selected |
3916 |
|
|
(hdegoede) |
3917 |
|
|
- Bring up network interface before trying to use it for FCoE (hdegoede) |
3918 |
|
|
- DMRaidArray: Don't report no media present when in teared down state |
3919 |
|
|
(hdegoede) |
3920 |
|
|
- Wait for udev to settle before trying to find dmraid sets in udev DB |
3921 |
|
|
(hdegoede) |
3922 |
|
|
|
3923 |
|
|
* Mon Oct 05 2009 David Cantrell <dcantrell@redhat.com> - 13.0-1 |
3924 |
|
|
- Remove an errant popd. Probably cut/paste error. (jkeating) |
3925 |
|
|
- Only add the .img file to .treeinfo if it exists. (jkeating) |
3926 |
|
|
- Make the netboot dir before trying to use it (jkeating) |
3927 |
|
|
- Only write network --netmask if one has been defined (#527083). (clumens) |
3928 |
|
|
- Add --label to anaconda-ks.cfg if needed (#526223). (clumens) |
3929 |
|
|
- Fix existing size calculation for NTFS (#520627) (dcantrell) |
3930 |
|
|
- Write label to filesystem if we have one set (#526226, #526242) (dcantrell) |
3931 |
|
|
- Add wget to the initrd, which is required for rhts. (clumens) |
3932 |
|
|
- Fix the check for no /boot request on PPC yet again (#526843). (clumens) |
3933 |
|
|
- Surround the stage2= parameter in quotes for RHEL (#526863). (clumens) |
3934 |
|
|
- Correct makeupdates script to work with deleted files. (jgranado) |
3935 |
|
|
- Stop dragging mkinitrd into the install (hdegoede) |
3936 |
|
|
- Add --keyword=P_ to xgettext command arguments. (dcantrell) |
3937 |
|
|
- Use named parameters for translatable strings with multiple params. |
3938 |
|
|
(dcantrell) |
3939 |
|
|
- Change 'support' to 'supported' in UnknownSwapError dialog (#526549) |
3940 |
|
|
(dcantrell) |
3941 |
|
|
- Force interface up before checking link status (#525071). (dcantrell) |
3942 |
|
|
- Only ignore partitions <1MB that are freespace. (#526445) (dlehman) |
3943 |
|
|
- Try to include error messages in lvm/mdadm exceptions. (dlehman) |
3944 |
|
|
- Add the create LV option. (jgranado) |
3945 |
|
|
- Give the proper orientation to the gtk objects. (jgranado) |
3946 |
|
|
- Show the information message when user hits a non-bar element. (jgranado) |
3947 |
|
|
- Control the sensitivity of the "delete" and "create" buttons (jgranado) |
3948 |
|
|
- Respond to double click on a VG, LV and RAID device. (jgranado) |
3949 |
|
|
- Remove the "Hide RAID/LVM" checkbox. (jgranado) |
3950 |
|
|
- Display a message in the bar view when user has no selected items. |
3951 |
|
|
(jgranado) |
3952 |
|
|
- Cosmetic changes. (jgranado) |
3953 |
|
|
- The StripeGraph class does not need tree nor editCB (jgranado) |
3954 |
|
|
- Restrain from outputing any digits after the decimal point. (jgranado) |
3955 |
|
|
- Add a slice when the extended partition contains "free space" (jgranado) |
3956 |
|
|
- Reduce message size in clone screen. (jgranado) |
3957 |
|
|
- Add Slice size to the bar view (jgranado) |
3958 |
|
|
- Select the device in the treeview when its selected in the barview. |
3959 |
|
|
(jgranado) |
3960 |
|
|
- Make canvas a class method. (jgranado) |
3961 |
|
|
- Incorporate all the Graph types in the custom screen. (jgranado) |
3962 |
|
|
- Add the Volume Group and md RAID array Graph classes (jgranado) |
3963 |
|
|
- Make the Bar View Code generic. (jgranado) |
3964 |
|
|
- Pass the device instead of the name to the add funciton. (jgranado) |
3965 |
|
|
- Display the device path with a smaller font and different color. (jgranado) |
3966 |
|
|
- Display bar view for the selected device only. (jgranado) |
3967 |
|
|
- Fix indentation in editCB (jgranado) |
3968 |
|
|
- Organize the creation of the custom screen into sections. (jgranado) |
3969 |
|
|
- Use a checkmark from a PNG image instead of a string. (jgranado) |
3970 |
|
|
- Put the size after the device name in the storage tree. (jgranado) |
3971 |
|
|
- Add the warning message for an invalid create. (jgranado) |
3972 |
|
|
- Reorganize the Customization screen a little. (jgranado) |
3973 |
|
|
- Remove unneeded functions & add the about messages for LVM and RAID. |
3974 |
|
|
(jgranado) |
3975 |
|
|
- Have an intermediary screen for the "Create" action. (jgranado) |
3976 |
|
|
- New screen for "Create" action. (jgranado) |
3977 |
|
|
- New function to tell us if there is free space for a new partition. |
3978 |
|
|
(jgranado) |
3979 |
|
|
- Edit LVM LV when user has a LV selected. (jgranado) |
3980 |
|
|
- Don't fail to commit partitions due to active lvm/md. (dlehman) |
3981 |
|
|
- Create and use DiskLabelCommitError for failure to commit. (dlehman) |
3982 |
|
|
- Work around partition renumbering in processActions. (dlehman) |
3983 |
|
|
- Re-get preexisting partitions using their original path. (dlehman) |
3984 |
|
|
- Don't store a copy of ActionDestroyFormat's device attr. (dlehman) |
3985 |
|
|
- Don't retry commiting partition table to disk (hdegoede) |
3986 |
|
|
- Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid |
3987 |
|
|
sets (hdegoede) |
3988 |
|
|
- Don't try to do format handling on drives without media (#523467) |
3989 |
|
|
(hdegoede) |
3990 |
|
|
- Wait for mdraid arrays to become clean before reboot / halt (hdegoede) |
3991 |
|
|
- Add repo --proxy= support to kickstart. (clumens) |
3992 |
|
|
- Pass the proxy config information to stage2. (clumens) |
3993 |
|
|
- Add support for proxies to the command line. (clumens) |
3994 |
|
|
- Add proxy support to kickstart in the loader. (clumens) |
3995 |
|
|
- Add a function to split up a proxy parameter into its parts. (clumens) |
3996 |
|
|
- libcurl supports https in addition to http, so change our tests. (clumens) |
3997 |
|
|
- getHostAndPath is only used by the nfs code, so move it. (clumens) |
3998 |
|
|
- Add initial loader UI support for proxies (#125917, #484788, #499085). |
3999 |
|
|
(clumens) |
4000 |
|
|
- We no longer need our own FTP/HTTP protocol support code. (clumens) |
4001 |
|
|
- Get rid of the convertURL/UI functions, make iurlinfo just store a string. |
4002 |
|
|
(clumens) |
4003 |
|
|
- Convert urlinstall.c to using the new urlinstTransfer function. (clumens) |
4004 |
|
|
- Add proxy support to urlinstTransfer by setting more curl options. |
4005 |
|
|
(clumens) |
4006 |
|
|
- Add the urlinstTransfer function, which replaces urlinst*Transfer. |
4007 |
|
|
(clumens) |
4008 |
|
|
- Add a function to construct an array of HTTP headers and cache the result. |
4009 |
|
|
(clumens) |
4010 |
|
|
- Add a CURL instance to the loader data. (clumens) |
4011 |
|
|
- Add checks for libcurl into the makefile process. (clumens) |
4012 |
|
|
- Add the packages needed to support libcurl. (clumens) |
4013 |
|
|
|
4014 |
|
|
* Mon Oct 05 2009 David Cantrell <dcantrell@redhat.com> - 12.33-1 |
4015 |
|
|
- Remove an errant popd. Probably cut/paste error. (jkeating) |
4016 |
|
|
- Only add the .img file to .treeinfo if it exists. (jkeating) |
4017 |
|
|
- Make the netboot dir before trying to use it (jkeating) |
4018 |
|
|
- Fix existing size calculation for NTFS (#520627) (dcantrell) |
4019 |
|
|
- Write label to filesystem if we have one set (#526226, #526242) (dcantrell) |
4020 |
|
|
- Add wget to the initrd, which is required for rhts. (clumens) |
4021 |
|
|
- Fix the check for no /boot request on PPC yet again (#526843). (clumens) |
4022 |
|
|
- Surround the stage2= parameter in quotes for RHEL (#526863). (clumens) |
4023 |
|
|
- Stop dragging mkinitrd into the install (hdegoede) |
4024 |
|
|
- Force interface up before checking link status (#525071). (dcantrell) |
4025 |
|
|
- Don't try to do format handling on drives without media (#523467) |
4026 |
|
|
(hdegoede) |
4027 |
|
|
- Wait for mdraid arrays to become clean before reboot / halt (hdegoede) |
4028 |
|
|
- Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid |
4029 |
|
|
sets (hdegoede) |
4030 |
|
|
|
4031 |
|
|
* Tue Sep 29 2009 David Cantrell <dcantrell@redhat.com> - 12.32-1 |
4032 |
|
|
- Improve loader messages in parseCmdLineFlags when passing vnc (#526350). |
4033 |
|
|
(maier) |
4034 |
|
|
- Update po/anaconda.pot during a 'bumpver' run. (dcantrell) |
4035 |
|
|
- Add 'make release' as a synonym for 'make archive'. (dcantrell) |
4036 |
|
|
- Whitespace cleanup in loader/net.c. (dcantrell) |
4037 |
|
|
- Clean up getHostandPath() debugging messages for host & file. (dcantrell) |
4038 |
|
|
- Need an extra on the PS1 line in /.profile (dcantrell) |
4039 |
|
|
- Korean font package name changed (#525597) (dcantrell) |
4040 |
|
|
- We can't prompt for new network info in cmdline mode (#526262). (clumens) |
4041 |
|
|
- yaboot supports /boot on ext4 (#526219). (clumens) |
4042 |
|
|
- bootloader --append= should append, not set the args list (#524004). |
4043 |
|
|
(clumens) |
4044 |
|
|
- Don't check if /boot is under the 4MB mark on i/p Series (#526200). |
4045 |
|
|
(clumens) |
4046 |
|
|
- "minimal" has been renamed to "core" (#526191). (clumens) |
4047 |
|
|
- Remove some unused isys methods. (clumens) |
4048 |
|
|
- Make sure the disk holding /boot is setup before setting boot flag |
4049 |
|
|
(#526063) (hdegoede) |
4050 |
|
|
- Use temporary repo id for edited object to prevent Duplicate Repo error |
4051 |
|
|
(#524599). (rvykydal) |
4052 |
|
|
- Do not delete repo twice or when it had not been added actually (#524599). |
4053 |
|
|
(rvykydal) |
4054 |
|
|
- Disable repo before deleting it (#524599). (rvykydal) |
4055 |
|
|
- Log more, repo editing UI. (rvykydal) |
4056 |
|
|
- Make _enableRepo a little more readable. (rvykydal) |
4057 |
|
|
|
4058 |
|
|
* Fri Sep 25 2009 David Cantrell <dcantrell@redhat.com> - 12.31-1 |
4059 |
|
|
- Move S390MODS to inside makeBootImages(), remove libiscsi_tcp. (dcantrell) |
4060 |
|
|
- Require the latest and greatest python-meh. (clumens) |
4061 |
|
|
- Add a stub enableNetwork method for cmdline mode (#525779). (clumens) |
4062 |
|
|
- Adapt to python-meh passing a bug description around. (clumens) |
4063 |
|
|
- Return None for next part type if all primary slots full. (#524859) |
4064 |
|
|
(dlehman) |
4065 |
|
|
- Make sure the Minimal group is selected by default on RHEL installs |
4066 |
|
|
(#524561). (clumens) |
4067 |
|
|
|
4068 |
|
|
* Thu Sep 24 2009 Chris Lumens <clumens@redhat.com> - 12.30-1 |
4069 |
|
|
- Simplify s390x module list generation. (dcantrell) |
4070 |
|
|
- Read cmsfs* commands from $IMGPATH/usr/sbin in mk-images (dcantrell) |
4071 |
|
|
- Use correct kernel-bootwrapper on ppc64. (dcantrell) |
4072 |
|
|
- Anaconda no longer requires hal. (notting) |
4073 |
|
|
|
4074 |
|
|
* Tue Sep 22 2009 David Cantrell <dcantrell@redhat.com> - 12.29-1 |
4075 |
|
|
- Updated po/anaconda.pot (dcantrell) |
4076 |
|
|
- Remove ui/instkey.glade.h from po/POTFILES.in (dcantrell) |
4077 |
|
|
|
4078 |
|
|
* Tue Sep 22 2009 David Cantrell <dcantrell@redhat.com> - 12.28-1 |
4079 |
|
|
- Preserve whitespace in $CDLABEL in mk-images.x86 (dcantrell) |
4080 |
|
|
- Modify rhel.py installclass for current RHEL development efforts. |
4081 |
|
|
(dcantrell) |
4082 |
|
|
- Add --brand switch support to buildinstall script. (dcantrell) |
4083 |
|
|
- Remove the installation number screen. (clumens) |
4084 |
|
|
- Remove kickstart-docs.txt, since it comes with pykickstart (#515168). |
4085 |
|
|
(clumens) |
4086 |
|
|
- ybin, mkofboot, and ofpath moved from /usr/sbin to /sbin (#524608). |
4087 |
|
|
(clumens) |
4088 |
|
|
- Honor ignoredisk --only-use. (#514353) (dlehman) |
4089 |
|
|
- Make sure user-selected mountpoint is not already in use. (#524584) |
4090 |
|
|
(dlehman) |
4091 |
|
|
- Do not raise UI dialog in stage2 if network is set in ks (#487503). |
4092 |
|
|
(rvykydal) |
4093 |
|
|
- Use whiptail instead of dialog in rescue mode, supports serial line better |
4094 |
|
|
and looks nicer (msivak) |
4095 |
|
|
|
4096 |
|
|
* Mon Sep 21 2009 David Cantrell <dcantrell@redhat.com> - 12.27-1 |
4097 |
|
|
- Require at least system-config-keyboard 1.3.1 or higher. (dcantrell) |
4098 |
|
|
- Fixes for rhel installclass. (dcantrell) |
4099 |
|
|
- Start with all modules from kernel/drivers/s390 on s390x (#524566) |
4100 |
|
|
(dcantrell) |
4101 |
|
|
- Do not require dhcpv6-client, package is now obsolete. (dcantrell) |
4102 |
|
|
- Take into account snapshots and mirrored volumes in lvm dialogs. (dlehman) |
4103 |
|
|
- Add handling for snapshot and mirrored logical volumes to DeviceTree. |
4104 |
|
|
(dlehman) |
4105 |
|
|
- Add attrs to LVMLogicalVolumeDevice class for snapshots and mirrored lvs. |
4106 |
|
|
(dlehman) |
4107 |
|
|
- Add function lvorigin to determine the name of a snapshot's origin lv. |
4108 |
|
|
(dlehman) |
4109 |
|
|
- Add function udev_device_get_lv_attr to retrieve lv attribute strings. |
4110 |
|
|
(dlehman) |
4111 |
|
|
- Include hidden volumes and lv attributes in udev db. (dlehman) |
4112 |
|
|
- Add 'install' user to start anaconda on s390x. (dcantrell) |
4113 |
|
|
- Set a default shell prompt for s390x installs. (dcantrell) |
4114 |
|
|
- Do not assume we found a module in addOption() in loader/modules.c |
4115 |
|
|
(dcantrell) |
4116 |
|
|
- Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x. (dcantrell) |
4117 |
|
|
- Handle Esc keypress in (some more) dialogs as Cancel - (#520110). |
4118 |
|
|
(rvykydal) |
4119 |
|
|
- All the nss libraries have moved from /lib to /usr/lib (#524410). (clumens) |
4120 |
|
|
- Add python-nss as a requirement (#524307, #524313). (clumens) |
4121 |
|
|
- Call $LDSO --verify for the binary file -inside- the chroot. This fixes |
4122 |
|
|
building x86 boot images on a x86_64 host system. (thomas.jarosch) |
4123 |
|
|
- Just grab everything in a /usr/share/fonts/lohit* directory (#523906). |
4124 |
|
|
(clumens) |
4125 |
|
|
- Don't write an empty mdadm.conf (hdegoede) |
4126 |
|
|
- Write mdraid arrays to mdadm.conf in sorted order (hdegoede) |
4127 |
|
|
- containers and their sets must only have a UUID= parameter in mdamd.conf |
4128 |
|
|
(hdegoede) |
4129 |
|
|
- Updated anaconda.pot file. (dcantrell) |
4130 |
|
|
|
4131 |
|
|
* Thu Sep 17 2009 David Cantrell <dcantrell@redhat.com> - 12.26-1 |
4132 |
|
|
- NetworkManagerSystemSettings.service no longer exists. (jkeating) |
4133 |
|
|
- udevsettle is no longer used (udevadm settle is called instead) so don't |
4134 |
|
|
put it in images. (jkeating) |
4135 |
|
|
- nm-system-settings is no longer shipped. (jkeating) |
4136 |
|
|
- Port from PolicyKit to polkit (jkeating) |
4137 |
|
|
- Keep po/anaconda.pot in the source tree (#522072) (dcantrell) |
4138 |
|
|
- Do not show Unknown as filesystem type for free space. (dcantrell) |
4139 |
|
|
- Catch failures from write(2) in utils/snarffont.c (dcantrell) |
4140 |
|
|
- Don't leak fds (#520154) (jgranado) |
4141 |
|
|
- Initialize the opts variable. (jgranado) |
4142 |
|
|
- Add the help messages for the new options of makeupdates script. (jgranado) |
4143 |
|
|
- Revert "The Madan font should no longer be used (apparently). (#523906)." |
4144 |
|
|
(clumens) |
4145 |
|
|
- Fix going back from hd install UI when stage2 is given as boot param |
4146 |
|
|
(#519206). (rvykydal) |
4147 |
|
|
- The Madan font should no longer be used (apparently). (#523906). (clumens) |
4148 |
|
|
- Update the pykickstart requirement to reflect the escrow stuff. (clumens) |
4149 |
|
|
- add requires for sparc arches on elftoaout and piggyback we need them to |
4150 |
|
|
make the tftp image (dennis) |
4151 |
|
|
- copy the sparc boot loader on all sparc arches (dennis) |
4152 |
|
|
- make sure we include sparc boot loaders on all sparc arches (dennis) |
4153 |
|
|
- make sure we get the sparc64 kernel on sparc (dennis) |
4154 |
|
|
- Check whatever contains /boot on PPC as well as the bootable part |
4155 |
|
|
(#523747). (clumens) |
4156 |
|
|
- make a call to rpmutils to get the basearch works on all arches that dont |
4157 |
|
|
have anaconda built on the basearch (dennis) |
4158 |
|
|
- s-c-keyboard is now provided on all architectures (#523445). (clumens) |
4159 |
|
|
|
4160 |
|
|
* Tue Sep 15 2009 David Cantrell <dcantrell@redhat.com> - 12.25-1 |
4161 |
|
|
- Use pyblock for device-mapper devices' status. (dlehman) |
4162 |
|
|
- load_policy has moved from /usr/sbin to /sbin (#523506). (clumens) |
4163 |
|
|
- Collect all modules from modules.{ccwmap|networking} on s390x (#522519) |
4164 |
|
|
(dcantrell) |
4165 |
|
|
- Copy cmsfscat from /usr/sbin, not /usr/bin. (dcantrell) |
4166 |
|
|
- Remove duplicate search_cu() in linuxrc.s390 (dcantrell) |
4167 |
|
|
- Try harder to stop mdraid arrays (hdegoede) |
4168 |
|
|
- Log when we are skipping disks without media (hdegoede) |
4169 |
|
|
- Don't scan stopped md devices (hdegoede) |
4170 |
|
|
- Make udev_get_block_device() return None on failure (hdegoede) |
4171 |
|
|
- Do not pass --update=super-minor to mdadm for containers and sets there in |
4172 |
|
|
(hdegoede) |
4173 |
|
|
- Write mdadm.conf lines for mdraid container formats (imsm) (hdegoede) |
4174 |
|
|
- Really put appended kernel cmdline arguments at the end (hdegoede) |
4175 |
|
|
- Install dracut-network when using network storage (hdegoede) |
4176 |
|
|
- Make recreateInitrd() generate a dracut initrd (hdegoede) |
4177 |
|
|
- Use type of device rather than name in booty target selection. (hdegoede) |
4178 |
|
|
- write netroot=fcoe:... to kernel cmdline in grub.conf for dracut (hdegoede) |
4179 |
|
|
- write ifname=eth#:MAC to kernel cmdline in grub.conf for dracut (hdegoede) |
4180 |
|
|
- write iscsi initiator name to kernel cmdline in grub.conf for dracut |
4181 |
|
|
(hdegoede) |
4182 |
|
|
- Make iswmd the default (hdegoede) |
4183 |
|
|
- Use new icons in anaconda so we don't look so dated (#515601). (clumens) |
4184 |
|
|
- Prevent infinite loop in doClearPartitionedDevice. (dlehman) |
4185 |
|
|
- Rename doDeleteDependentDevices to doClearPartitionedDevice for clarity. |
4186 |
|
|
(dlehman) |
4187 |
|
|
- Handle Esc keypress in dialogs as Cancel (#520110). (rvykydal) |
4188 |
|
|
- Don't use baseurl containing space in yum repo object (#516042). (rvykydal) |
4189 |
|
|
- Add escrow support (mitr) |
4190 |
|
|
- Add python-{nss,volume_key} to stage2, volume_key to rescue (mitr) |
4191 |
|
|
- Update for pykickstart with escrow support (mitr) |
4192 |
|
|
- Fix --encrypted when creating volumes in kickstart (mitr) |
4193 |
|
|
- Remove the "Remove dmraid Device" button, which isn't even hooked up. |
4194 |
|
|
(clumens) |
4195 |
|
|
- Require the right version of system-config-date (#523107). (clumens) |
4196 |
|
|
- Fix setting of "Add repository" dialog title. (rvykydal) |
4197 |
|
|
- Update state and name of repository in list after editing. (rvykydal) |
4198 |
|
|
- Fix busy cursor in repo editing (#518529) (rvykydal) |
4199 |
|
|
- Fix busy cursor stack popping when creating formats (#518529). (rvykydal) |
4200 |
|
|
- Remove partitions in reverse order when clearing disks. (dlehman) |
4201 |
|
|
- Improve the info provided to DeviceAction.__str__. (dlehman) |
4202 |
|
|
- Include device id in log lines since partitions can get renumbered. |
4203 |
|
|
(dlehman) |
4204 |
|
|
- Don't try to preserve old format attrs when reinitializing pvs. (dlehman) |
4205 |
|
|
- remove the no longer used initcb and initlabel DiskDevice.__init__ |
4206 |
|
|
arguments (hdegoede) |
4207 |
|
|
|
4208 |
|
|
* Thu Sep 10 2009 Chris Lumens <clumens@redhat.com> - 12.24-1 |
4209 |
|
|
- dmidecode is in /usr/sbin, not /usr/bin. (clumens) |
4210 |
|
|
- Add cmsfscat to the initrd on s390 as well (#522535). (clumens) |
4211 |
|
|
- Fix the gawk/awk symlink mess in the initrd (#522535). (clumens) |
4212 |
|
|
- No longer use /usr/bin/env (#521337). (clumens) |
4213 |
|
|
- It's controlunits, not controlunits.sh. (clumens) |
4214 |
|
|
- Get DMRaidArrayDevice's a DiskLabel format when they are added to the tree |
4215 |
|
|
(hdegoede) |
4216 |
|
|
- Fix askmethod + stage2= (#516973, #519288, #518194) (rvykydal) |
4217 |
|
|
|
4218 |
|
|
* Wed Sep 09 2009 David Cantrell <dcantrell@redhat.com> - 12.23-1 |
4219 |
|
|
- initrd-generic.img -> initramfs.img (hdegoede) |
4220 |
|
|
|
4221 |
|
|
* Wed Sep 09 2009 David Cantrell <dcantrell@redhat.com> - 12.22-1 |
4222 |
|
|
- No longer require xfsdump, since anaconda doesn't use it anywhere |
4223 |
|
|
(#522180). (clumens) |
4224 |
|
|
- The zonetab module has moved (#521986). (clumens) |
4225 |
|
|
- No longer copy over the CD/DVD repodata or repo config file (#521358). |
4226 |
|
|
(clumens) |
4227 |
|
|
- language dracut kernel cmdline should be space seperated (#521113) |
4228 |
|
|
(hdegoede) |
4229 |
|
|
|
4230 |
|
|
* Mon Sep 07 2009 David Cantrell <dcantrell@redhat.com> - 12.21-1 |
4231 |
|
|
- Require python-meh (#521661) (dcantrell) |
4232 |
|
|
- Handle UnknownSwapError when turning on existing swap volumes. (dcantrell) |
4233 |
|
|
- Check for a valid interface in swapErrorDialog, exit without one. |
4234 |
|
|
(dcantrell) |
4235 |
|
|
- On SuspendError, allow users to skip/format/exit like OldSwapError. |
4236 |
|
|
(dcantrell) |
4237 |
|
|
- Raise exception if detected swap volumes are not Linux v1 swap space. |
4238 |
|
|
(dcantrell) |
4239 |
|
|
- Handle OldSwapError (#510817) (dcantrell) |
4240 |
|
|
- Support a force=True argument on SwapSpace.create() (dcantrell) |
4241 |
|
|
- Skip all Makefiles and the liveinst subdirectory in 'make updates' |
4242 |
|
|
(dcantrell) |
4243 |
|
|
- Make anaconda know its version number (#520061) (dcantrell) |
4244 |
|
|
- Add top back to the stage2 image. (clumens) |
4245 |
|
|
- Do not put device node path, but the fs UUID in fstab for mdraid: |
4246 |
|
|
(#519337) (hdegoede) |
4247 |
|
|
- Expose common fsset methods and properties in class Storage. (dcantrell) |
4248 |
|
|
- Don't display the warning about not enough memory on a VNC install |
4249 |
|
|
(#521109). (clumens) |
4250 |
|
|
- The vtoc.h header has moved from the kernel to s390utils (karsten, |
4251 |
|
|
#520830). (clumens) |
4252 |
|
|
|
4253 |
|
|
* Wed Sep 02 2009 David Cantrell <dcantrell@redhat.com> - 12.20-1 |
4254 |
|
|
- Rename mostlyclean-glade to mostlyclean-liveinst. (dcantrell) |
4255 |
|
|
- Handle rootPath referencing a chroot value or actual path (#519665) |
4256 |
|
|
(dcantrell) |
4257 |
|
|
- We convert cmdline args to longs in several places, so reduce to a |
4258 |
|
|
function. (clumens) |
4259 |
|
|
- Support rootpath overrides in fsset.rootDevice (#519665) (dcantrell) |
4260 |
|
|
- Pass anaconda.rootPath to FSSet() (dcantrell) |
4261 |
|
|
- Include ui, liveinst, and lang-table strings in po updates (#515411) |
4262 |
|
|
(dcantrell) |
4263 |
|
|
- Add some silent make support for sed, mkctype, and other commands. |
4264 |
|
|
(dcantrell) |
4265 |
|
|
- Recheck if a partition should be ignored after getting its disk (#518971) |
4266 |
|
|
(hdegoede) |
4267 |
|
|
- Fix traceback when editing a pre-existing logical volume (hdegoede) |
4268 |
|
|
- Do not traceback on an usb cardreader with no card present (hdegoede) |
4269 |
|
|
- Don't identify multi lun usb card readers as multipath (#517603) (hdegoede) |
4270 |
|
|
- Device class does not have a format member (hdegoede) |
4271 |
|
|
- Device class does not have a path member (hdegoede) |
4272 |
|
|
- Simplify language.py to two basic settings, and a lot of support |
4273 |
|
|
(#517569). (clumens) |
4274 |
|
|
- clobber is a method of PartedDevice not PartedDisk (hdegoede) |
4275 |
|
|
- Remove unused fsFromConfig method (hdegoede) |
4276 |
|
|
- allocatePartitions: PartitionCount is a member of PartedDisk not |
4277 |
|
|
DiskDevice (hdegoede) |
4278 |
|
|
- New version. (clumens) |
4279 |
|
|
- Fix storage/__init__.py:1857: non-keyword arg after keyword arg (hdegoede) |
4280 |
|
|
- Remove a bunch of unnecessary semicolons (hdegoede) |
4281 |
|
|
- pylint does not like ) |
4282 |
|
|
- Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev' |
4283 |
|
|
(hdegoede) |
4284 |
|
|
- MDRaidArrayDevice.totalDevices is a read only property so don't write it |
4285 |
|
|
(hdegoede) |
4286 |
|
|
- storage/__init__.py:471:Storage.exceptionDisks: Undefined variable 'udev' |
4287 |
|
|
(hdegoede) |
4288 |
|
|
|
4289 |
|
|
* Tue Sep 01 2009 Chris Lumens <clumens@redhat.com> - 12.19-1 |
4290 |
|
|
- NetworkManager changed *again*, use libnm-glib.pc now. (dcantrell) |
4291 |
|
|
- Save duplicates from /etc/fstab and don't traceback (#517498). (clumens) |
4292 |
|
|
- Update fstab header to reference blkid instead of vol_id. (dlehman) |
4293 |
|
|
- Sort fstab entries by mountpoint. (#498354) (dlehman) |
4294 |
|
|
- Don't hardcode path to tune2fs. (dlehman) |
4295 |
|
|
|
4296 |
|
|
* Fri Aug 28 2009 David Cantrell <dcantrell@redhat.com> - 12.18-1 |
4297 |
|
|
- Append s390x packages to PACKAGES list, exclude /sbin/qetharp-2.4 |
4298 |
|
|
(dcantrell) |
4299 |
|
|
- On kickstart installs, you can't select a different parttype |
4300 |
|
|
(#519137, #520058). (clumens) |
4301 |
|
|
- Don't try to create a primary partition if all slots are taken. (#519784) |
4302 |
|
|
(dlehman) |
4303 |
|
|
- Fix handling of locked preexisting LUKS devices. (#502310) (dlehman) |
4304 |
|
|
- Fix up handling of preexisting partitions. (dlehman) |
4305 |
|
|
- Pick up mountpoint set for protected partitions. (#498591) (dlehman) |
4306 |
|
|
- Ignore partitions belonging to disks we've reinitialized. (dlehman) |
4307 |
|
|
- Handle newly initialized disklabels whether via ks or prompt. (#519235) |
4308 |
|
|
(dlehman) |
4309 |
|
|
- Fix some indentation in the disklabel initialization block. (dlehman) |
4310 |
|
|
- Use commitToDisk() instead of commit() when only changing flags (hdegoede) |
4311 |
|
|
- Update PartitionDevice's partedPartition when the PartedDisks get reset |
4312 |
|
|
(hdegoede) |
4313 |
|
|
- Add --localscripts option to buildinstall. (dcantrell) |
4314 |
|
|
- Add missing dependencies for linuxrc.s390 and lsznet in mk-images |
4315 |
|
|
(dcantrell) |
4316 |
|
|
- Re-enable login of root user in initrd.img (dcantrell) |
4317 |
|
|
- Less log clutter with fixing ld64.so.1 symlink in instbin on s390x |
4318 |
|
|
(dcantrell) |
4319 |
|
|
- Fix typo in get_dso_deps() for searching /lib on s390x (dcantrell) |
4320 |
|
|
- Add hfsplus and netconsole kernel modules (#519756, #519785). (clumens) |
4321 |
|
|
- Adapt expandLangs to work with three character base lang names (#517770). |
4322 |
|
|
(clumens) |
4323 |
|
|
- Prevent resizes that would go past the end of the disk (#495520) |
4324 |
|
|
(dcantrell) |
4325 |
|
|
|
4326 |
|
|
* Wed Aug 26 2009 Chris Lumens <clumens@redhat.com> - 12.17-1 |
4327 |
|
|
- dracut has initrd-generic-<version> instead of initrd-<version> (#519185) |
4328 |
|
|
(hdegoede) |
4329 |
|
|
- Do not try to commit disks changes to the os while partitions are in use |
4330 |
|
|
(hdegoede) |
4331 |
|
|
- disklabel.commit(): DeviceError -> DeviceFormatError (hdegoede) |
4332 |
|
|
- A "partition" having no partedPartition shouldn't be a traceback |
4333 |
|
|
(#519128). (clumens) |
4334 |
|
|
- Add some debugging code so we know what's going on for #504986 (katzj) |
4335 |
|
|
- Fix going back in "Inst. Method" and "Configure TCP/IP" screens in stage 1 |
4336 |
|
|
(#515450) (rvykydal) |
4337 |
|
|
- Fix going back from stage1 nfs/url setup dialog. (rvykydal) |
4338 |
|
|
- When bringing up network in UI, update only ifcfg file of selected device |
4339 |
|
|
(#507084). (rvykydal) |
4340 |
|
|
- Update Optional packages button via popup menu too (#515912). (rvykydal) |
4341 |
|
|
- Remove the firstadkit-plugin-grub from non-grub archs (msivak) |
4342 |
|
|
- Use the path instead of the name for the questionInitialize function. |
4343 |
|
|
(#517926) (jgranado) |
4344 |
|
|
- Only add "rhgb quiet" to boot args for non-serial installs (#506508, |
4345 |
|
|
#510523). (clumens) |
4346 |
|
|
- On rpm unpack errors, display a fatal error message (#452724). (clumens) |
4347 |
|
|
- Use tee thread to ensure line buffered output to screen and log file at |
4348 |
|
|
the same moment... (#506664) (msivak) |
4349 |
|
|
- Ensure libraries are copied to initrd.img for xauth (#516369) (maier) |
4350 |
|
|
- Import shutil for upgrades (#519011). (clumens) |
4351 |
|
|
- Fix focus grabbing on both the password and hostname screens. (clumens) |
4352 |
|
|
- x86 and EFI platforms can now have /boot on ext4. (clumens) |
4353 |
|
|
- Use the Platform's idea of what filesystem /boot can be on. (clumens) |
4354 |
|
|
- zz-liveinst.sh: Restore the #! line (ajax) |
4355 |
|
|
- Import _ped so it can be used for _ped.DiskLabelException. (pjones) |
4356 |
|
|
- Make sure LV and VG names fit within LVM limits (#517483) (dcantrell) |
4357 |
|
|
- Fix updates target to honor KEEP variable correctly. (dcantrell) |
4358 |
|
|
- Add support for the reiserfs filesystem (#504401) (dcantrell) |
4359 |
|
|
- Update instructions on how to generate source archive. (dcantrell) |
4360 |
|
|
- Use disk.description instead of trying to access parted attrs. (#518212) |
4361 |
|
|
(dlehman) |
4362 |
|
|
- Fix disk.partedDisk -> disk.format.partedDisk. (dlehman) |
4363 |
|
|
- Fix a stupid typo in the logging. (clumens) |
4364 |
|
|
- If modifying a repo fails, do not delete it (#516053). (clumens) |
4365 |
|
|
- If repo setup fails, also make sure to delete it from yum. (clumens) |
4366 |
|
|
- Allow configuring additional NFS repositories, not just the base. (clumens) |
4367 |
|
|
- Consolidate "base repo" setup into an extra function. (clumens) |
4368 |
|
|
- Allocate memory for login and password and do not meddle with host pointer |
4369 |
|
|
so we can correctly free it (#483818) (msivak) |
4370 |
|
|
- Run make in silent mode by default. (jgranado) |
4371 |
|
|
- Allow creation of an updates image from a tag offset. (jgranado) |
4372 |
|
|
|
4373 |
|
|
* Tue Aug 18 2009 David Cantrell <dcantrell@redhat.com> - 12.16-1 |
4374 |
|
|
- correctly deactivate zFCP LUN on s390 (maier) |
4375 |
|
|
- correctly activate zFCP LUN on s390 (maier) |
4376 |
|
|
- prevent getting started up or shutdown again while already in such state |
4377 |
|
|
(maier) |
4378 |
|
|
- Remove unused reipl code in linuxrc.s390 (maier) |
4379 |
|
|
- Fix copying of shutdown to initrd.img in mk-images for s390x (#517888) |
4380 |
|
|
(maier) |
4381 |
|
|
- 64 bit sparc linux does not define __sparc64__ we need to use |
4382 |
|
|
"(defined(__sparc__) && defined(__arch64__))" fixes building 64 bit sparc |
4383 |
|
|
(dennis) |
4384 |
|
|
- make tftp images as small as possible. we have a 10mb hardware limitation |
4385 |
|
|
on there size (dennis) |
4386 |
|
|
- make sure we correctly make the sparc tftp image (dennis) |
4387 |
|
|
- make sure we have glibc.sparcv9 installed in sparc installers not |
4388 |
|
|
glibc.sparcv9v (dennis) |
4389 |
|
|
- add the sparc screen font (dennis) |
4390 |
|
|
- add the files for sparc boot config setup configure.ac to define IS_SPARC |
4391 |
|
|
(dennis) |
4392 |
|
|
- add mk-images.sparc script (dennis) |
4393 |
|
|
- add support for making sparc images (dennis) |
4394 |
|
|
- sparc no longer needs and special keyboard handling. it uses the standard |
4395 |
|
|
api's interfaces (dennis) |
4396 |
|
|
- setup termcap for sparc (dennis) |
4397 |
|
|
- Close %%packages with a %%end (#518063) (katzj) |
4398 |
|
|
- Call udev_settle from DiskLabel.commit to ensure it happens. (dlehman) |
4399 |
|
|
- Fix traceback in text mode upgrade. (#505435) (dlehman) |
4400 |
|
|
- Don't traceback if Delete button is hit when no device is selected. |
4401 |
|
|
(dlehman) |
4402 |
|
|
- Clean up management of extended partitions we create. (#497293) (dlehman) |
4403 |
|
|
- Don't use StorageDevice for partitions w/ biosraid formatting. (#504002) |
4404 |
|
|
(dlehman) |
4405 |
|
|
- Don't try to get the size of fstypes w/ no infofsProg defined. (dlehman) |
4406 |
|
|
- Change all disklabel manipulations to use the DiskLabel format class. |
4407 |
|
|
(dlehman) |
4408 |
|
|
- Create a DiskLabel format class for partition tables. (dlehman) |
4409 |
|
|
- Add support for specifying a tag to makeupdates. (dlehman) |
4410 |
|
|
- Include changed files from the top level in the updates. (dlehman) |
4411 |
|
|
- If asked, put the system SN (as given by dmidecode) into an HTTP header. |
4412 |
|
|
(clumens) |
4413 |
|
|
- Add dmidecode to the initrd. (clumens) |
4414 |
|
|
- Add the kssendsn parameter and corresponding flag. (clumens) |
4415 |
|
|
- Don't keep testing if we're doing URL_METHOD_HTTP. (clumens) |
4416 |
|
|
- Later pyparted will define DEVICE_DM, so change the test to use it. |
4417 |
|
|
(clumens) |
4418 |
|
|
- Use the new GTK Tooltip API (#517389). (clumens) |
4419 |
|
|
- Fix a typo in a kickstart error string (#517760). (clumens) |
4420 |
|
|
- Be sure we have a sorted list of mountpoints for live mangling (#504986) |
4421 |
|
|
(katzj) |
4422 |
|
|
- Fix askmethod to work with stage= being specified (#516973) (katzj) |
4423 |
|
|
- Fix ordering on device list returned from identifyMultipaths() (pjones) |
4424 |
|
|
- Fix typo in mpath support. (pjones) |
4425 |
|
|
|
4426 |
|
|
* Wed Aug 12 2009 David Cantrell <dcantrell@redhat.com> - 12.15-1 |
4427 |
|
|
- Make sure we have the ca cert to handle https repo connections. (517171) |
4428 |
|
|
(jkeating) |
4429 |
|
|
|
4430 |
|
|
* Wed Aug 12 2009 David Cantrell <dcantrell@redhat.com> - 12.14-1 |
4431 |
|
|
- Correctly inform the user once about obsolete parm/conf file options on |
4432 |
|
|
s390 (maier) |
4433 |
|
|
- Handle activation of DASDs in linuxrc.s390 since loader no longer works |
4434 |
|
|
(maier) |
4435 |
|
|
- make IPv4 configuration in linuxrc.s390 compatible with NM in loader |
4436 |
|
|
(maier) |
4437 |
|
|
- suggest disabled X11-forwarding for ssh login in linuxrc.s390 (maier) |
4438 |
|
|
- Fix an erroneous "!" in the test for doKill, and make reboot explicit. |
4439 |
|
|
(pjones) |
4440 |
|
|
|
4441 |
|
|
* Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.13-1 |
4442 |
|
|
- Fix syntax error in identifyMultipaths() (dcantrell) |
4443 |
|
|
|
4444 |
|
|
* Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.12-1 |
4445 |
|
|
- Honor network config boot params for CD-booted ks installs (#433214) |
4446 |
|
|
(dcantrell) |
4447 |
|
|
- Include ipcalc command in all initrd.img files, not just s390 (#516084) |
4448 |
|
|
(dcantrell) |
4449 |
|
|
- Don't to unmount /mnt/source unless something's mounted there (#516304). |
4450 |
|
|
(clumens) |
4451 |
|
|
- Honor nodmraid commandline option (#499733) (hdegoede) |
4452 |
|
|
- Don't try to multipath CD devices. (#516362) (pjones) |
4453 |
|
|
- booty: Do not strip the trailing p from a devicename like |
4454 |
|
|
mapper/isw_Vol0_tmp (hdegoede) |
4455 |
|
|
- booty: isw_Vol0_Stripe is not a disk isw_Vol0_Stri with an e part |
4456 |
|
|
(#505205) (hdegoede) |
4457 |
|
|
|
4458 |
|
|
* Fri Aug 07 2009 Chris Lumens <clumens@redhat.com> - 12.11-1 |
4459 |
|
|
- upd-instroot: Inspect gtkrc for cursor theme (ajax) |
4460 |
|
|
- Support NFS repos in kickstart (#495620, #507093). (clumens) |
4461 |
|
|
- upd-instroot: xorg-x11-auth -> xorg-x11-xauth (ajax) |
4462 |
|
|
- Check to see if the arch string starts with ppc64. (#516144) (jgranado) |
4463 |
|
|
- vtActivate doesn't work on some ppc64 machines, so don't traceback |
4464 |
|
|
(#516206). (clumens) |
4465 |
|
|
- Make all sysfs path's be _without_ /sys prefix (#516168) (hdegoede) |
4466 |
|
|
- Do not go interactive if timezone in ks is not valid (#473647) (rvykydal) |
4467 |
|
|
- Fix going back from "NFS Setup" screen in stage 1 (#507064) (rvykydal) |
4468 |
|
|
|
4469 |
|
|
* Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12.10-1 |
4470 |
|
|
- Add missing 'i' in loader/loader.c for non-s390 arches. (dcantrell) |
4471 |
|
|
|
4472 |
|
|
* Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12.9-1 |
4473 |
|
|
- Avoid finding the word 'engine' in comments. (jkeating) |
4474 |
|
|
- Don't try to get dso deps of statically linked files. (jkeating) |
4475 |
|
|
- Call shutDown() correctly for s390 (karsten) |
4476 |
|
|
- Remove unused variable from loader/loader.c (karsten) |
4477 |
|
|
- Delete unpackaged files on non-livearches. (karsten) |
4478 |
|
|
- Do not set parted.PARTITION_BOOTABLE on s390. (root) |
4479 |
|
|
- Complete udev setup in linuxrc.s390 for automatic module loading (root) |
4480 |
|
|
- Recognize mpath devices when we see them. (pjones) |
4481 |
|
|
- Make DiskDevice.partedDisk a property. (pjones) |
4482 |
|
|
- Make questionInitializeDisk() somewhat less ugly. (pjones) |
4483 |
|
|
- Add a description to DiskDevice, and use it in the UI. (pjones) |
4484 |
|
|
- Get rid of Device.description, it is unused. (pjones) |
4485 |
|
|
- Close the opened file descriptors when necessary. (#499854) (jgranado) |
4486 |
|
|
- Add the glade files to the install image so save-to-bugzilla works |
4487 |
|
|
(#515444). (clumens) |
4488 |
|
|
- New system-config-keyboard has a different version then I expected |
4489 |
|
|
(hdegoede) |
4490 |
|
|
|
4491 |
|
|
* Wed Aug 05 2009 Chris Lumens <clumens@redhat.com> - 12.8-1 |
4492 |
|
|
- Don't try to unmount the CD before we later unmount the CD (#515564). |
4493 |
|
|
(clumens) |
4494 |
|
|
- Do not offer going back when ugrade root for ks upgrade is not found |
4495 |
|
|
(#499321) (rvykydal) |
4496 |
|
|
- Rebuild .pot file and update translations. (clumens) |
4497 |
|
|
- Import the logging stuff (#515564). (clumens) |
4498 |
|
|
- Add keyboard kernel cmdline options to grub.conf for dracut (hdegoede) |
4499 |
|
|
- Fix backtrace in network.dracutSetupString in the static ip case (hdegoede) |
4500 |
|
|
- Write dracut i18n cmdline options to grub.conf (hdegoede) |
4501 |
|
|
- Pass InstalltData to booty __init__ as it needs access to many of its |
4502 |
|
|
members (hdegoede) |
4503 |
|
|
- Fix ctrl-alt-deleter behavior /before/ end of install. (pjones) |
4504 |
|
|
- Merge branch 'master' of ssh://git.fedoraproject.org/git/anaconda (notting) |
4505 |
|
|
- No longer use HAL in list-harddrives. (clumens) |
4506 |
|
|
- The names of a couple basic udev methods has changed. (clumens) |
4507 |
|
|
- Move basic udev methods out of the storage module (#514592). (clumens) |
4508 |
|
|
- We do not actually require gtkhtml2 or the python bindings for it. |
4509 |
|
|
(notting) |
4510 |
|
|
- Fix some typos in rescue mode (#515091) (msivak) |
4511 |
|
|
- Add a dracutSetupString method to network.py (hdegoede) |
4512 |
|
|
- Fix backtrace due to iscsi.getNode() not finding the iscsi node (hdegoede) |
4513 |
|
|
- Use dracutSetupString() method to add the kernel parameters needed for |
4514 |
|
|
dracut (hdegoede) |
4515 |
|
|
- Add a dracutSetupString method to devices.py classes (hdegoede) |
4516 |
|
|
- Differentiate between ibft discovered and manually added iscsi disks |
4517 |
|
|
(hdegoede) |
4518 |
|
|
- Store iscsi node pointer in iScsiDiskDevice objects (hdegoede) |
4519 |
|
|
- When checking logical partition dependcies, make sure the are one the same |
4520 |
|
|
disk (hdegoede) |
4521 |
|
|
- Only set iscsi nodes to autostart when none of the LUN's contain / |
4522 |
|
|
(hdegoede) |
4523 |
|
|
- Add functions to go from an iScsiDiskDevice to an libiscsi node (hdegoede) |
4524 |
|
|
|
4525 |
|
|
* Fri Jul 31 2009 Chris Lumens <clumens@redhat.com> - 12.7-1 |
4526 |
|
|
- Fix up udev sillies (related to #514501) (katzj) |
4527 |
|
|
- Log when we unmount filesystems so we have a match for mount messages. |
4528 |
|
|
(clumens) |
4529 |
|
|
- Let's not exit from buildinstall.functions, say, ever (katzj) |
4530 |
|
|
- Rework shutDown() to better accomidate "nokill" better. (pjones) |
4531 |
|
|
- Make upgradeany boot option work again (#513227) (rvykydal) |
4532 |
|
|
- Update device.map when upgrading (#513393) (rvykydal) |
4533 |
|
|
- Catch None devs (katzj) |
4534 |
|
|
|
4535 |
|
|
* Wed Jul 29 2009 Chris Lumens <clumens@redhat.com> - 12.6-1 |
4536 |
|
|
- Fix CDLABEL substitution in syslinux.cfg for x86 boot.iso (katzj) |
4537 |
|
|
- And finish off the removal of rhpl (katzj) |
4538 |
|
|
- Use keyboard bits from system-config-keyboard now (katzj) |
4539 |
|
|
- Use python-meh instead of our own exception handling now (clumens) |
4540 |
|
|
- NM no longer exposes information through HAL (#514501). (clumens) |
4541 |
|
|
- Put mkdir into /sbin on the initrd, too. (clumens) |
4542 |
|
|
- Make sure controlunits.sh is installed to initrd on s390 (dcantrell) |
4543 |
|
|
- Remove ChangeLog (#512502) (dcantrell) |
4544 |
|
|
- Add s390utils-cmsfs in upd-instroot for s390 (dcantrell) |
4545 |
|
|
- Make sure s390 gets /lib/ld64.so.1 (dcantrell) |
4546 |
|
|
- Skip writeDisabledNetInfo() when loader starts on s390 (dcantrell) |
4547 |
|
|
- Fix part --onpart= to print the device name instead of the __str__. |
4548 |
|
|
(clumens) |
4549 |
|
|
- Just pull in all python modules for stage2 (katzj) |
4550 |
|
|
- Trim PACKAGES list in upd-instroot. (dcantrell) |
4551 |
|
|
- Update linuxrc.s390 and friends to reflect review comments. (maier) |
4552 |
|
|
- Log non-upgradable upgrade candidate roots. (rvykydal) |
4553 |
|
|
- unmountFilesystems -> umountFilesystems (#510970). (clumens) |
4554 |
|
|
- Disable devel repos on release (#503798) (katzj) |
4555 |
|
|
- Work around problems with live installs and dpi other than 96 (#506512) |
4556 |
|
|
(katzj) |
4557 |
|
|
- Fix obvious typo in font name (katzj) |
4558 |
|
|
|
4559 |
|
|
* Wed Jul 22 2009 David Cantrell <dcantrell@redhat.com> - 12.5-1 |
4560 |
|
|
- New build because koji hates me. |
4561 |
|
|
|
4562 |
|
|
* Wed Jul 22 2009 David Cantrell <dcantrell@redhat.com> - 12.4-1 |
4563 |
|
|
- Add scripts/makeupdates to generate updates.img files. (dcantrell) |
4564 |
|
|
- Add python-decorator to the stage2 image for pyparted (#513175). (clumens) |
4565 |
|
|
- Set stage2= on x86 boot.iso (katzj) |
4566 |
|
|
- Try to auto-find the CD even if stage2= is specified (katzj) |
4567 |
|
|
- Make sure we have a device before check if it's protected. (#510033) |
4568 |
|
|
(dlehman) |
4569 |
|
|
- Remove unresolvable file devices from the devicetree. (#503830) (dlehman) |
4570 |
|
|
- Support multiple fstab entries of a single nodev fstype. (#505969) |
4571 |
|
|
(dlehman) |
4572 |
|
|
- Refer to nodev devices as "none", not "nodev". (dlehman) |
4573 |
|
|
- Change DeviceTree.devices from a dict to a list. (dlehman) |
4574 |
|
|
- Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS". (dlehman) |
4575 |
|
|
- Allow creation of four primary partitions on a disk. (#505269) (dlehman) |
4576 |
|
|
- Add a bunch more stuff to the initrd needed for networking. (clumens) |
4577 |
|
|
- Add more things to /sbin on the initrd that udev requires. (clumens) |
4578 |
|
|
- Add dmesg to the images. (clumens) |
4579 |
|
|
|
4580 |
|
|
* Mon Jul 20 2009 David Cantrell <dcantrell@redhat.com> - 12.3-1 |
4581 |
|
|
- Set GECOS field for new user accounts specific in ks files (dcantrell) |
4582 |
|
|
- Show MAC address of network device in text mode too. (rvykydal) |
4583 |
|
|
- Fix selection of alternative iface in UI after fail (#507084). (rvykydal) |
4584 |
|
|
- Stop the cdrom device before ejecting (#505067) (msivak) |
4585 |
|
|
- Add hipersockets to NETTYPE description (bhinson, #511962). (clumens) |
4586 |
|
|
- Don't show formatting progress bar after mkfs has exited. (eric_kerin) |
4587 |
|
|
- Run firstaidkit-qs script instead of the shell (shows rescue menu) |
4588 |
|
|
(#508512) Add dialog package required for firstaidkit Create /etc/fstab in |
4589 |
|
|
ramdisk to make mount commands easier (#440327) (msivak) |
4590 |
|
|
- When ignoring partitions make sure lvm also ignores them (hdegoede) |
4591 |
|
|
- 70-anaconda.rules: pass --ignorelockingfailure to lvm invocation (hdegoede) |
4592 |
|
|
- Call mdadm -I with --no-degraded for all disks but the last (hdegoede) |
4593 |
|
|
- There is no /bin on the initrd so sleep needs to go into /sbin. (clumens) |
4594 |
|
|
- Add deviceNameToDiskByPath(). (dcantrell) |
4595 |
|
|
- Display drive model and size in MB in partitioning UI (#460697) (dcantrell) |
4596 |
|
|
- Lots of small grammar and wording changes. (pjones) |
4597 |
|
|
- Edit user-visible dialogs for style. (pjones) |
4598 |
|
|
- Get rid of sloppy elipses usage. (pjones) |
4599 |
|
|
- Don't write optical devices to /etc/fstab (#505697). (clumens) |
4600 |
|
|
- error messages of zFCP on s390: log or pass to the UI (maier) |
4601 |
|
|
- correctly delete a SCSI device provided by a zFCP LUN on s390 (maier) |
4602 |
|
|
- All other teardown methods take a "recursive" argument (#506166). (clumens) |
4603 |
|
|
- Clean yum caches following preupgrade, too (#503096). (clumens) |
4604 |
|
|
|
4605 |
|
|
* Thu Jul 09 2009 David Cantrell <dcantrell@redhat.com> - 12.2-1 |
4606 |
|
|
- mdmon added to install.img (Jacek.Danecki) |
4607 |
|
|
- Remove some unnecessary code. (clumens) |
4608 |
|
|
- Use a method yum provides, rather than inventing our own. (clumens) |
4609 |
|
|
- Remove _catchallCategory. yum handles this for us now. (clumens) |
4610 |
|
|
- Write out NM_CONTROLLED=no for NICs used for FCoE (hdegoede) |
4611 |
|
|
- Add support for biosraid using mdadm (hdegoede) |
4612 |
|
|
- Reverse: "Support for MD containers" (hdegoede) |
4613 |
|
|
- When all udev_is-foo() checks fail return instead of backtracing (hdegoede) |
4614 |
|
|
- 70-anaconda.rules: always import blkid output (hdegoede) |
4615 |
|
|
- Make sure to have "self" as an argument. (clumens) |
4616 |
|
|
- Add kickstart fcoe command (hdegoede) |
4617 |
|
|
- Use the yum preconf object to do $releasever substitution. (clumens) |
4618 |
|
|
- Indicate LV status according to lv_attr active bit (#491754) (dcantrell) |
4619 |
|
|
- Include lv_attr in lvm.lvs() return value. (dcantrell) |
4620 |
|
|
- Fix list of 64-bit arches. (notting) |
4621 |
|
|
- We also need -DUSESELINUX if we want to call matchPathContext. (clumens) |
4622 |
|
|
- Clean up some arch code. (notting) |
4623 |
|
|
- Update /etc/hosts with hostname for loopback IP address (#506384) |
4624 |
|
|
(rvykydal) |
4625 |
|
|
- Add missing LAYER2 and PORTNO handling for s390x. (dcantrell) |
4626 |
|
|
- Ignore configure.ac when generating updates.img (dcantrell) |
4627 |
|
|
- AC_ARG_WITH -> AC_ARG_ENABLE (dcantrell) |
4628 |
|
|
- dhclient now reads config files from /etc/dhcp (dcantrell) |
4629 |
|
|
- no "rhgb quiet" on s390 to enable visible boot progress and system |
4630 |
|
|
automation (#509881) (maier) |
4631 |
|
|
- fix backtrace in s390 reipl support due to missing anaconda.id.fsset |
4632 |
|
|
(#509877) (maier) |
4633 |
|
|
- Put sleep in /bin on the initrd (#505639). (clumens) |
4634 |
|
|
- Also include the grep programs. (clumens) |
4635 |
|
|
- Add programs from vim-minimal, coreutils, and util-linux-ng. (clumens) |
4636 |
|
|
- Move programs that aren't s390-specific into the main image. (clumens) |
4637 |
|
|
- Look for /bin/sh, not /sbin/busybox. (clumens) |
4638 |
|
|
- No longer symlink binaries to busybox. (clumens) |
4639 |
|
|
- No longer require busybox. (clumens) |
4640 |
|
|
|
4641 |
|
|
* Mon Jul 06 2009 Chris Lumens <clumens@redhat.com> - 12.1-1 |
4642 |
|
|
- Include the rest of the libs isys needs to link against (#509572). |
4643 |
|
|
(clumens) |
4644 |
|
|
- Add FCoE disks to the devicetree with a type of FcoeDiskDevice (hdegoede) |
4645 |
|
|
- Add FcoeDiskDevice class to storage/devices.py (hdegoede) |
4646 |
|
|
- Add FCoE support to storage/udev.py (hdegoede) |
4647 |
|
|
- Write out configuration of FCoE to installed system (hdegoede) |
4648 |
|
|
- Initial FCoE support (hdegoede) |
4649 |
|
|
|
4650 |
|
|
* Thu Jul 02 2009 Chris Lumens <clumens@redhat.com> - 12.0-1 |
4651 |
|
|
- network --bootproto no longer implies DHCP. (clumens) |
4652 |
|
|
- Don't unconditionally skip the network config screen in kickstart. (clumens) |
4653 |
|
|
- Allow creating new groups through kickstart. (clumens) |
4654 |
|
|
- Set focus on hostname entry in network UI screen (#494135) (rvykydal) |
4655 |
|
|
- Fix upgrade selected in UI after storage reset (#503302) (rvykydal) |
4656 |
|
|
- Add support for specifying upgrade partition in ks (#471232) (rvykydal) |
4657 |
|
|
- Add missing liveinst/* files. (dcantrell) |
4658 |
|
|
- Update code that checks for devices that contain install media. (dlehman) |
4659 |
|
|
- Rework tracking of devices containing installation media. (#497087) (dlehman) |
4660 |
|
|
- Add function storage.udev.udev_resolve_devspec. (dlehman) |
4661 |
|
|
- Prevent false positives in devtree's device lookup methods. (dlehman) |
4662 |
|
|
- Skip exceptionDisks if exn originated in devtree.populate. (#497240) (dlehman) |
4663 |
|
|
- Stop using rhpl.arch in writeRpmPlatform() (katzj) |
4664 |
|
|
- Move simpleconfig (back) into anaconda from rhpl (katzj) |
4665 |
|
|
- Use iutil arch specifiers rather than rhpl (katzj) |
4666 |
|
|
- Remove unused rhpl imports (katzj) |
4667 |
|
|
- Switch to using iutil.isS390 instead of rhpl.getArch (katzj) |
4668 |
|
|
- Stop using rhpl.translate (katzj) |
4669 |
|
|
- Default to /boot on ext4 (katzj) |
4670 |
|
|
- Allow /boot on ext4 now that we have a grub that allows it (katzj) |
4671 |
|
|
- Make sure the library directory is always set (notting) |
4672 |
|
|
- Write out "MAILADDR root" into mdadm.conf (#508321) (rvykydal) |
4673 |
|
|
- Do not install grub more times than needed. (rvykydal) |
4674 |
|
|
- Ensure we set the SELinux context correctly on symlinks (#505054) (katzj) |
4675 |
|
|
- udev dropped vol_id (#506360) (katzj) |
4676 |
|
|
- Handle installing multilib into the installer intramfs correctly. (notting) |
4677 |
|
|
- Set LIBDIR appropriately on PPC64. (notting) |
4678 |
|
|
- Fix grub upgrade (#505966) (rvykydal) |
4679 |
|
|
- Include yum.log in anacdump.txt too. (rvykydal) |
4680 |
|
|
- Access format options property instead of mountopts attr. (#506219) (dlehman) |
4681 |
|
|
- Be more careful about identifying NFS fstab entries. (dlehman) |
4682 |
|
|
- Don't add leading directory for files twice. (#503830) (dlehman) |
4683 |
|
|
- booty changes for iswmd (Jacek.Danecki) |
4684 |
|
|
- Support for MD containers. (Jacek.Danecki) |
4685 |
|
|
- New iswmd parameter for kernel cmdline (Jacek.Danecki) |
4686 |
|
|
- New udev rule for using mdadm for isw_raid_member (Jacek.Danecki) |
4687 |
|
|
- Use isohybrid to make boot.iso a hybrid image (katzj) |
4688 |
|
|
- Log yum messages. (rvykydal) |
4689 |
|
|
- Tell booty to rescan for bootable drivers when an extra disks get |
4690 |
|
|
added (hdegoede) |
4691 |
|
|
- Do not encourage VNC when doing kickstart text installs (#506534) (dcantrell) |
4692 |
|
|
- Rename bootstrap to autogen.sh (dcantrell) |
4693 |
|
|
- Include the contents of /proc/cmdline in exception reports (katzj) |
4694 |
|
|
- Include libwrap library for sshd and telnet in s390 installs (jgranado) |
4695 |
|
|
- Enforcing matching rootfs type on LVs as well as for partitions |
4696 |
|
|
(#504743) (katzj) |
4697 |
|
|
- Remove problem packages before attempting a re-download (#501887). (clumens) |
4698 |
|
|
- Be more explicit about what's lacking on EFI systems (#501341). (clumens) |
4699 |
|
|
- If not enough memory is installed, enforce swap partition creation |
4700 |
|
|
(#498742). (clumens) |
4701 |
|
|
- Convert to using automake/autoconf. (dcantrell) |
4702 |
|
|
- Convert po/ subdirectory to GNU gettext template system. (dcantrell) |
4703 |
|
|
- Restructure liveinst/ for the new build system. (dcantrell) |
4704 |
|
|
- Add m4/ subdirectory with autoconf macros. (dcantrell) |
4705 |
|
|
- Removed py-compile script. (dcantrell) |
4706 |
|
|
- Rename anaconda.spec to anaconda.spec.in (dcantrell) |
4707 |
|
|
- Ignore autoconf and automake files in the tree. (dcantrell) |
4708 |
|
|
- Removed toplevel Makefile and Makefile.inc (dcantrell) |
4709 |
|
|
- Show MAC address of network device in combo box (#504216) (dcantrell) |
4710 |
|
|
- Remove loader/tr/.cvsignore (dcantrell) |
4711 |
|
|
- Increase max NIC identification duration to 5 minutes (#473747). (dcantrell) |
4712 |
|
|
- Use /sbin/ipcalc for IP address validation (#460579) (dcantrell) |
4713 |
|
|
- Fix an obvious traceback when doing part --ondisk= (#504687). (clumens) |
4714 |
|
|
- Catch errors from bootloader installation (#502210). (clumens) |
4715 |
|
|
- Remove umask temporarily so device permissions are correct |
4716 |
|
|
(#383531, wmealing). |
4717 |
|
|
- Remove the name check on driver disk packages (#472951). (clumens) |
4718 |
|
|
- Make the installation key text more descriptive (#474375). (clumens) |
4719 |
|
|
- Fix discovery of existing raid/lvm for ks install without clearpart |
4720 |
|
|
(#503310, #503681) (rvykydal) |
4721 |
|
|
- Use the F12 version of the bootloader command. (clumens) |
4722 |
|
|
- It's /sbin/fsadm, not /sbin/e2fsadm (#504043). (clumens) |
4723 |
|
|
- Remove the bootloader --lba32 option. (clumens) |
4724 |
|
|
- Use gettext.ldngettext when necessary (#467603) (dcantrell) |
4725 |
|
|
- Test NM_CONTROLLED setting correctly in network.py (#502466) (dcantrell) |
4726 |
|
|
- Show unknown partitions as "Unknown" in partition editor. (dcantrell) |
4727 |
|
|
- Add a type hint on popup windows (rstrode). (clumens) |
4728 |
|
|
- Use the F12 version of the driverdisk command. (clumens) |
4729 |
|
|
- Remove driverdisk --type, since mount can figure that out. (clumens) |
4730 |
|
|
- Fix an error when editing an unreachable repo (#503454). (clumens) |
4731 |
|
|
- If /etc/rpm/platform is found, move it out of the way. (clumens) |
4732 |
|
|
- We no longer write out /etc/rpm/platform, so don't offer to upgrade |
4733 |
|
|
it. (clumens) |
4734 |
|
|
- Remove locals containing "passphrase" or "password" from exns |
4735 |
|
|
(#503442). (clumens) |
4736 |
|
|
- Make progress bars modal (#493263, #498553, rstrode). (clumens) |
4737 |
|
|
- Make sure to import os.path if we are going to use it. (jgranado) |
4738 |
|
|
- ipcalc is copied to /usr/lib. (jgranado) |
4739 |
|
|
- Limit the trigger to block type devices. (jgranado) |
4740 |
|
|
- We need ipcalc for new s390 installation script. (jgranado) |
4741 |
|
|
- Fix off-by-one errors in read. (notting) |
4742 |
|
|
- sysconfig file changed names for system-config-firewall (katzj) |
4743 |
|
|
- Don't write out firewall settings if they already exist (#502479) (katzj) |
4744 |
|
|
- Make sure that the devices are correctly detected (#491700) (jgranado) |
4745 |
|
|
- Make the save-to-bugzilla dupe detection smarter. (clumens) |
4746 |
|
|
- If network --device=MAC is given, translate to device name |
4747 |
|
|
(#185522). (clumens) |
4748 |
|
|
- Add a function to convert MAC addresses to device names. (clumens) |
4749 |
|
|
- Move /boot checks from sanityCheck into Platform.checkBootRequest. (clumens) |
4750 |
|
|
- Return translated strings from checkBootRequest. (clumens) |
4751 |
|
|
- Check that /boot is on a Mac disk label for PPC installs (#497745). (clumens) |
4752 |
|
|
- Call checkBootRequest from sanityCheck. (clumens) |
4753 |
|
|
- Put some space in that big scary warning. (clumens) |
4754 |
|
|
- fond -> found (clumens) |
4755 |
|
|
- Use powers of two in swapSuggestion (#463885). (clumens) |
4756 |
|
|
- Trim "mapper/" off device names in the bootloader UI (#501057). (clumens) |
4757 |
|
|
- Make the weak password dialog comply with the HIG (#487435). (clumens) |
4758 |
|
|
- Add a newline to a cmdline mode string (#497575). (clumens) |
4759 |
|
|
|
4760 |
|
|
* Tue Jun 02 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.59-1 |
4761 |
|
|
- Do not show disabled repos such as rawhide during the install (#503798). |
4762 |
|
|
(jkeating) |
4763 |
|
|
|
4764 |
|
|
* Sun May 31 2009 David Lehman <dlehman@redhat.com> - 11.5.0.58-1 |
4765 |
|
|
- Pass --force to lvresize so it doesn't ask for confirmation. (dlehman) |
4766 |
|
|
- Fix a typo in action sorting for resize actions (fs vs. device). (#501000) |
4767 |
|
|
(dlehman) |
4768 |
|
|
- Sending translation for French (mrtom) |
4769 |
|
|
|
4770 |
|
|
* Thu May 28 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.57-1 |
4771 |
|
|
- Create and use unique ids for Device instances. (#500808) (dlehman) |
4772 |
|
|
- Adjust remaining PartitionDevices' names after removing a partition. |
4773 |
|
|
(dlehman) |
4774 |
|
|
|
4775 |
|
|
* Tue May 26 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.56-1 |
4776 |
|
|
- Ensure matching rootfs type to live type with autopart (#501876) (katzj) |
4777 |
|
|
|
4778 |
|
|
* Tue May 26 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.55-1 |
4779 |
|
|
- Fix blank network device descriptions in the loader. (#501757) (notting) |
4780 |
|
|
- Make sure the right _isMigratable gets used for Ext3FS (#501585). (clumens) |
4781 |
|
|
|
4782 |
|
|
* Tue May 19 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.54-1 |
4783 |
|
|
- We are not guaranteed to have a partedDisk in the udev code (#501556, |
4784 |
|
|
#501428). (clumens) |
4785 |
|
|
- The location of the options wiki page has changed. (clumens) |
4786 |
|
|
- Disable BETANAG. (clumens) |
4787 |
|
|
- Install a en_US.UTF-8 locale in the first stage image. (notting) |
4788 |
|
|
- Reset font when changing language. (notting) |
4789 |
|
|
- Set locale to en_US.UTF-8 when initializing the console. (notting) |
4790 |
|
|
|
4791 |
|
|
* Mon May 18 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.53-1 |
4792 |
|
|
- LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB. |
4793 |
|
|
(dlehman) |
4794 |
|
|
- Don't schedule a format resize if reformat scheduled. (#500991) (dlehman) |
4795 |
|
|
- Deactivate md arrays regardless of state if the device is present. |
4796 |
|
|
(#496441) (dlehman) |
4797 |
|
|
- Lame hack to make sure --size= is never 0 (#500905). (clumens) |
4798 |
|
|
- Don't filter out partitions that haven't been allocated (#500932). |
4799 |
|
|
(clumens) |
4800 |
|
|
- Write out PE size as an integer, since that's what anaconda wants |
4801 |
|
|
(#501049). (clumens) |
4802 |
|
|
- Set clearPartType to None on preupgrade too (#499321). (clumens) |
4803 |
|
|
- Fix indentation of line to remove cancelled actions from the list. |
4804 |
|
|
(#500932) (dlehman) |
4805 |
|
|
- Consider active-idle state of md device as accepatable status of device |
4806 |
|
|
(#497407) (rvykydal) |
4807 |
|
|
- Fix detection of cciss disks (#499408) (dchapman) |
4808 |
|
|
- Get existing fs size for xfs. (dcantrell) |
4809 |
|
|
- Get existing fs size for ntfs. (dcantrell) |
4810 |
|
|
- Get existing fs size for jfs. (dcantrell) |
4811 |
|
|
- Get existing fs size for ext2, ext3, and ext4. (dcantrell) |
4812 |
|
|
- Compute existing filesystem size using fs info utility. (dcantrell) |
4813 |
|
|
- Do not allow users to migrate ext4 to ext4. (dcantrell) |
4814 |
|
|
- Correct handling of formats on encrypted preexisting LVs. (#499828) |
4815 |
|
|
(dlehman) |
4816 |
|
|
- Ignore unrecognized device-mapper devices we find. (#499967) (dlehman) |
4817 |
|
|
- loader: Mount /tmp as tmpfs not ramfs so we can swap it out (ajax) |
4818 |
|
|
- format.mountpoint -> lvd.mountpoint (#500913). (clumens) |
4819 |
|
|
- Treat the loop labels as devices without a label.(#493219) (jgranado) |
4820 |
|
|
- Add the partition table partition after initializing (#498602). (clumens) |
4821 |
|
|
|
4822 |
|
|
* Wed May 13 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.52-1 |
4823 |
|
|
- Add a Mac OS boot line to yaboot.conf (#499964). (clumens) |
4824 |
|
|
- Catch IOError when enabling repos (#500439). (clumens) |
4825 |
|
|
- Use a newer version of the kickstart Partition command. (clumens) |
4826 |
|
|
- Fix a traceback when installing over previous installs on PPC (#499963). |
4827 |
|
|
(clumens) |
4828 |
|
|
- Fix a typo when probing exception disks. (clumens) |
4829 |
|
|
- Add support for --noformat too. (clumens) |
4830 |
|
|
- Add support for --onpart, --ondrive, and --useexisting. (clumens) |
4831 |
|
|
- Make the storage.writeKS method useful and called from instdata (#493703). |
4832 |
|
|
(clumens) |
4833 |
|
|
- Add writeKS methods to the device objects. (clumens) |
4834 |
|
|
- Add writeKS methods to all the format objects. (clumens) |
4835 |
|
|
- upd-instroot: Add gdbserver (ajax) |
4836 |
|
|
- Remove text-mode syslinux help (katzj) |
4837 |
|
|
- If clearPartType is None, don't attempt to clear a device (#499321). |
4838 |
|
|
(clumens) |
4839 |
|
|
- Only set clearpart data if the command was provided in the kickstart file. |
4840 |
|
|
(clumens) |
4841 |
|
|
- Override previously defined mountpoints in kickstart (#499746). (clumens) |
4842 |
|
|
- Yet another font package name has changed (#499322). (clumens) |
4843 |
|
|
- Set new mountpoint correctly for existing encrypted LVs. (#496363) |
4844 |
|
|
(dlehman) |
4845 |
|
|
- Once a partition is part of another device it cannot be modified. |
4846 |
|
|
(#496760) (dlehman) |
4847 |
|
|
- Maintain request sort order by using req_disks instead of parents. |
4848 |
|
|
(dlehman) |
4849 |
|
|
- Do not set a parent on the /mnt/sysimage/dev bind mount object (#499724). |
4850 |
|
|
(clumens) |
4851 |
|
|
- Skip .pyc files in subdirectories when running make updates. (clumens) |
4852 |
|
|
- Remove 'lowres' option. (ajax) |
4853 |
|
|
- Run tune2fs on newly formatted ext[34] filesystems. (#495476) (dlehman) |
4854 |
|
|
|
4855 |
|
|
* Thu May 07 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.51-1 |
4856 |
|
|
- Don't clear the first partition on any disk with a Mac disk label |
4857 |
|
|
(#492154). (clumens) |
4858 |
|
|
- Add detailedMessageWindow to the cmdline class (#499700). (clumens) |
4859 |
|
|
- Don't traceback when a freespace partition is present (#499662). (clumens) |
4860 |
|
|
- Do nomodeset when doing xdriver=vesa (ajax) |
4861 |
|
|
- Fix calculation of smallest PV's size in the lvm dialog. (#493753) |
4862 |
|
|
(dlehman) |
4863 |
|
|
- Fix KeyError when partition numbers change during allocation. (#497911) |
4864 |
|
|
(dlehman) |
4865 |
|
|
- Update EFI CD booting code in mk-images (pjones) |
4866 |
|
|
|
4867 |
|
|
* Wed May 06 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.50-1 |
4868 |
|
|
- Use storage objects throughout the partition editing UI code (#491806, |
4869 |
|
|
#496002). (clumens) |
4870 |
|
|
- Verify filesystems after the live resize (katzj) |
4871 |
|
|
- Verify with fsck after resizing filesystems (katzj) |
4872 |
|
|
- IBM improvements to linuxrc.s390 (#475350) (dcantrell) |
4873 |
|
|
- Write out correct hostname during LiveCD installs (#492515) (dcantrell) |
4874 |
|
|
- Enter in hostname entry field advances to next screen (#494135) (dcantrell) |
4875 |
|
|
- Check if we'll clear a partition after setting its format attr. (#499251) |
4876 |
|
|
(dlehman) |
4877 |
|
|
- Don't pass the default clearPartType value to the device tree. (dlehman) |
4878 |
|
|
- Fix some logic errors in storage.partitioning.shouldClear. (dlehman) |
4879 |
|
|
- Forward port various iscsi fixes from 5.4 iscsi work (hdegoede) |
4880 |
|
|
- Avoid writing out NAME= in ifcfg files (#497485) (dcantrell) |
4881 |
|
|
- Retry network configuration in loader (#492009) (dcantrell) |
4882 |
|
|
- Make sure /boot ends up on the same disk as Apple Bootstrap (#497390). |
4883 |
|
|
(clumens) |
4884 |
|
|
- Handle that the default bootloader entry can sometimes be None (#496618). |
4885 |
|
|
(clumens) |
4886 |
|
|
- The PS3 bootloader allows booting from ext4 filesystems (#498539). |
4887 |
|
|
(clumens) |
4888 |
|
|
- Support LVM PE sizes > 128MB (#497733) (cristian.ciupitu) |
4889 |
|
|
- Set ANACONDAVERSION on most livecd installs. (clumens) |
4890 |
|
|
- getDependentDevices is in devicetree, not storage (#499144). (clumens) |
4891 |
|
|
|
4892 |
|
|
* Mon May 04 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.49-1 |
4893 |
|
|
- Collect network interfaces from NetworkManager (#493995) (dcantrell) |
4894 |
|
|
- Handle fstab entries whose filesystem we don't recognize.(#498120) |
4895 |
|
|
(dlehman) |
4896 |
|
|
- Add an error signifying an unrecognized entry in /etc/fstab. (dlehman) |
4897 |
|
|
- Don't drop discovered format with unknown devices when parsing fstab. |
4898 |
|
|
(dlehman) |
4899 |
|
|
- Fix display of paths for device-mapper device in bootloader widget. |
4900 |
|
|
(dlehman) |
4901 |
|
|
- Don't call udevDeviceFormat if we're just going to clear the device |
4902 |
|
|
(#497323). (clumens) |
4903 |
|
|
- Pass clearPartType to the devicetree as well. (clumens) |
4904 |
|
|
- Break the complex should-clear logic out of clearPartitions. (clumens) |
4905 |
|
|
- Handle clearpart in the early kickstart pass too. (clumens) |
4906 |
|
|
- Correct setting the SELinux context on mountpoints (#494995). (clumens) |
4907 |
|
|
- make resetFileContext return the context set (wwoods) |
4908 |
|
|
- Allow editing of the hdiso source partition so it can be mounted |
4909 |
|
|
(#498591). (clumens) |
4910 |
|
|
- Add a ignoreProtected= parameter to deviceImmutable that does the obvious. |
4911 |
|
|
(clumens) |
4912 |
|
|
- Be more aggressive unmounting before install starts (#498260) (katzj) |
4913 |
|
|
- Add %%{?dist} to the release number in the spec file. (dcantrell) |
4914 |
|
|
- Configure network in kickstartNetworkUp() iff NM is not connected |
4915 |
|
|
(#490518) (dcantrell) |
4916 |
|
|
- Don't segfault with "ks someotherparam" (#498307). (clumens) |
4917 |
|
|
- Fix the arch upgrade check in yuminstall.py, too (#498280). (clumens) |
4918 |
|
|
- Move _resetRpmDb into iutil so we can access it everywhere. (clumens) |
4919 |
|
|
- Don't mount bind mounts last, that makes /dev break. (pjones) |
4920 |
|
|
- Pass anaconda to storage.FSSet.turnOnSwap. (dlehman) |
4921 |
|
|
- Ignore spurious formatting on partitioned devices. (dlehman) |
4922 |
|
|
- Revert "DeviceError only returns a message, not (message, device) tuple |
4923 |
|
|
(#496343)." (dlehman) |
4924 |
|
|
- Fix action sorting for partitions on the same disk. (#498064) (dlehman) |
4925 |
|
|
- Fix traceback in second editing of existing raid dev (#497234). (rvykydal) |
4926 |
|
|
- Allow existing LVs with filesystems to be resized (#490913) (dcantrell) |
4927 |
|
|
- Rate limit pulse() calls to ProgressWindow. (pjones) |
4928 |
|
|
- Don't populate flags.cmdline with "True" values when no = is used. (pjones) |
4929 |
|
|
- Add "nomodeset" to the list of command line arguments copied to grub.conf |
4930 |
|
|
(pjones) |
4931 |
|
|
- Use device.format.mountType insead of device.format.type for fstab. |
4932 |
|
|
(pjones) |
4933 |
|
|
- Initialize x86 class variables before efiBootloaderInfo.__init__() (pjones) |
4934 |
|
|
- Fix a segfault on nfs+kickstart (pjones) |
4935 |
|
|
- Fix an error when raising FormatCreateException. (clumens) |
4936 |
|
|
- Add more windows to the rescue interface class (#498014). (clumens) |
4937 |
|
|
- Remove requirement for EFI machines to be x86, since IA64 is too |
4938 |
|
|
(#497934). (clumens) |
4939 |
|
|
- Fix the kernel package selection on ppc64 machines (#497264). (clumens) |
4940 |
|
|
- Include fsck.ext4 and mkfs.ext4 in the images (#497996). (clumens) |
4941 |
|
|
- Properly restore SIGCHLD if X startup fails (wwoods) |
4942 |
|
|
- Fix kickstart PV references handling for lvm on raid (#497352). (rvykydal) |
4943 |
|
|
|
4944 |
|
|
* Fri Apr 24 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.48-1 |
4945 |
|
|
- Fix handling of swap files. (#496529) (dlehman) |
4946 |
|
|
- Pass anaconda to turnOnSwap so we can use swap files. (dlehman) |
4947 |
|
|
- Fix incorrect attribute name use for retrofit flag. (dlehman) |
4948 |
|
|
- Use slightly better checks when testing for 0 size (#493656, #497186, |
4949 |
|
|
#497389). (clumens) |
4950 |
|
|
- If the LV has no child, don't attempt to grab its format (#497239). |
4951 |
|
|
(clumens) |
4952 |
|
|
- Apply the global passphrase when doing kickstart autopart (#497533). |
4953 |
|
|
(clumens) |
4954 |
|
|
- Add support for encryption passphrase retrofits. (dlehman) |
4955 |
|
|
- Bring luks_add_key and luks_remove_key back into devicelibs.crypto. |
4956 |
|
|
(dlehman) |
4957 |
|
|
- Don't let lvremove failures from incomplete vgs crash the install. |
4958 |
|
|
(#497401) (dlehman) |
4959 |
|
|
- Allow setting a mountpoint w/o formatting an encrypted partition. |
4960 |
|
|
(#495417) (dlehman) |
4961 |
|
|
- Remove encryption from preexisting device if "Encrypt" is deactivated. |
4962 |
|
|
(dlehman) |
4963 |
|
|
- Fix indentation of preexisting partition handling block. (dlehman) |
4964 |
|
|
- The device passed to the luks passphrase dialogs is a string. (#492123) |
4965 |
|
|
(dlehman) |
4966 |
|
|
- Protect against tracebacks from the partition isFoo properties. (dlehman) |
4967 |
|
|
- Fix handling of bind mounts. (#496406) (dlehman) |
4968 |
|
|
- Add more filesystem checks. (clumens) |
4969 |
|
|
- Support vfat filesystems in the partitioning UI (#496351). (clumens) |
4970 |
|
|
- Remove devices in leaves first order (#496630) (hdegoede) |
4971 |
|
|
- Don't remove an inconsistent lvm partition from the devicetree (#496638) |
4972 |
|
|
(hdegoede) |
4973 |
|
|
- Move isEfi to be a property on Platform instead of on X86 (#497394). |
4974 |
|
|
(clumens) |
4975 |
|
|
- Support --encrypted --useexisting on kickstart installs (#497147). |
4976 |
|
|
(clumens) |
4977 |
|
|
- When making a RAID device, require that some members be selected |
4978 |
|
|
(#491932). (clumens) |
4979 |
|
|
- When catching an OSError, handle it as an object instead of a tuple |
4980 |
|
|
(#497374). (clumens) |
4981 |
|
|
- Enforce the fstype that holds /boot on kickstart installs (#497238). |
4982 |
|
|
(clumens) |
4983 |
|
|
- Fix ps3 platform support (#497203) (katzj) |
4984 |
|
|
- Clean up rpmdb locks at the end of the install (#496961) (katzj) |
4985 |
|
|
- Don't allow /boot to be on an encrypted device (#496866). (clumens) |
4986 |
|
|
- Use the correct unmount method (#496764). (clumens) |
4987 |
|
|
|
4988 |
|
|
* Tue Apr 21 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.47-1 |
4989 |
|
|
- Fix adding of fifth partition in UI (#496930). (rvykydal) |
4990 |
|
|
- Define the fd variable before it can ever be referenced (#496930). |
4991 |
|
|
(clumens) |
4992 |
|
|
- Fix preservation of format attrs for preexisting luks partitions. (dlehman) |
4993 |
|
|
- Set md member devices' uuids after creating an array. (dlehman) |
4994 |
|
|
- Don't try to get size for nodev and bind filesystems. (dlehman) |
4995 |
|
|
- Include the device path in DeviceError exceptions. (dlehman) |
4996 |
|
|
- Mdadm's incremental mode ignores the auto option, so don't use it. |
4997 |
|
|
(dlehman) |
4998 |
|
|
- Use incremental mode for all md member addition during probing. (dlehman) |
4999 |
|
|
- Try to name existing md arrays based on their preferred minor. (dlehman) |
5000 |
|
|
- Reimplement mdexamine using a more easily parseable output format. |
5001 |
|
|
(dlehman) |
5002 |
|
|
- Fix position of "--run" option to mdadm assemble. (dlehman) |
5003 |
|
|
- Handle passphrase prompts without a traceback in cmdline mode. (#492123) |
5004 |
|
|
(dlehman) |
5005 |
|
|
- Fix another device vs. string problem in EFI bootloader config (#496669). |
5006 |
|
|
(clumens) |
5007 |
|
|
- Add the device's name to mdadm.conf (#496390). (clumens) |
5008 |
|
|
- Show normal cursor during passphrase entry (#496534) (msivak) |
5009 |
|
|
- Fix traceback in cmdline mode after exception handling cleanup (#496644) |
5010 |
|
|
(katzj) |
5011 |
|
|
- DeviceError only returns a message, not (message, device) tuple (#496343). |
5012 |
|
|
(clumens) |
5013 |
|
|
|
5014 |
|
|
* Fri Apr 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.46-1 |
5015 |
|
|
- Clean up argument list after changing from rhpl to iutil for |
5016 |
|
|
execWithRedirect (jkeating) |
5017 |
|
|
- Fix NameError traceback setting up bootloader in EFI installs (wwoods) |
5018 |
|
|
- No longer force ISOs to be on ext2, ext3, or vfat partitions. (clumens) |
5019 |
|
|
- Sending translation for German (ckpinguin) |
5020 |
|
|
- Split text mode exn saving into multiple screren (#469380). (clumens) |
5021 |
|
|
- Copy /tmp/program.log to /mnt/sysimage/var/log/. (clumens) |
5022 |
|
|
- Fix member preselection in raid UI. (rvykydal) |
5023 |
|
|
- Fix editing of raid device (persistence of level choice) (#496159) |
5024 |
|
|
(rvykydal) |
5025 |
|
|
- Fix ks --useexisting and --noformat options of logvol and volgroup |
5026 |
|
|
(rvykydal) |
5027 |
|
|
- Make sure inconsistencies dont screw us up. (jgranado) |
5028 |
|
|
- Re-implement the inconsistency functionality. (jgranado) |
5029 |
|
|
- Allow the use of "-" in the lvm names. (495329) (jgranado) |
5030 |
|
|
- Make sure we "insist" on mdadm commands. (491729) (jgranado) |
5031 |
|
|
- [PATCH] Possible fix for some encryption related bugs during the Custom |
5032 |
|
|
Layout editation (#495848) (msivak) |
5033 |
|
|
|
5034 |
|
|
* Thu Apr 16 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.45-1 |
5035 |
|
|
- Touch /.autorelabel when running under rescue mode (#491747). (clumens) |
5036 |
|
|
- Add support for fingerprint-based logins (#481273). (clumens) |
5037 |
|
|
- Add a "File Bug" button to the catch-all partitioning exception handler. |
5038 |
|
|
(clumens) |
5039 |
|
|
- Remove the early catch-all exception handler (#495933). (clumens) |
5040 |
|
|
- Implement the save to USB using devicetree devices. (jgranado) |
5041 |
|
|
- Use size instead of currentSize when comparing lv sizes (hdegoede) |
5042 |
|
|
- Make sure all pv's of an lv's vg are setup before resizing an lv (hdegoede) |
5043 |
|
|
- Do not try to teardown a non existing format (hdegoede) |
5044 |
|
|
- Center the bootloader configuration dialog (#495802). (clumens) |
5045 |
|
|
- Destroy (potential) stale metadata when creating a new partition (hdegoede) |
5046 |
|
|
- use partition req_base_size instead of size in partitionCompare() |
5047 |
|
|
(hdegoede) |
5048 |
|
|
- Fix changing size of newly created partitions (hdegoede) |
5049 |
|
|
- Don't traceback on invalid filesystem detection (#495156) (dcantrell) |
5050 |
|
|
- Check to see if formatcb is None. (jgranado) |
5051 |
|
|
- Use the PV name when logging error messages. (jgranado) |
5052 |
|
|
- Don't set up the device to obtain minSize anymore. (dlehman) |
5053 |
|
|
- Improve estimate of md arrays' size. (dlehman) |
5054 |
|
|
- Determine minimum size for filesystems once, from constructor. (dlehman) |
5055 |
|
|
- Fix estimate of LUKS header size for newly encrypted devices. (#493575) |
5056 |
|
|
(dlehman) |
5057 |
|
|
- Fix two syntax problems with generated mdadm.conf entries. (#495552) |
5058 |
|
|
(dlehman) |
5059 |
|
|
- Default to AES-XTS cipher mode with 512 bit key for new LUKS devices. |
5060 |
|
|
(dlehman) |
5061 |
|
|
- When going back from a failed shrink, reset the device action set. |
5062 |
|
|
(clumens) |
5063 |
|
|
- If we can't communicate while logging in to bugzilla, error (#492470). |
5064 |
|
|
(clumens) |
5065 |
|
|
- Make save to usb work. (jgranado) |
5066 |
|
|
- We don't always have a formatcb either (#495665). (clumens) |
5067 |
|
|
- The entry is named lvsizeentry now. (jgranado) |
5068 |
|
|
|
5069 |
|
|
* Mon Apr 13 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.44-1 |
5070 |
|
|
- Default to SHA512 password encoding algorithm. (dcantrell) |
5071 |
|
|
- Handle format combo box not existing (#495288) (dcantrell) |
5072 |
|
|
|
5073 |
|
|
* Mon Apr 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.43-1 |
5074 |
|
|
- Run programs with LC_ALL=C in case we're parsing output (#492549). |
5075 |
|
|
(clumens) |
5076 |
|
|
- A volume group device has a "peSize" attribute (not "pesize"). (dlehman) |
5077 |
|
|
- Remove uncommitted new lv from dict on cancel. (dlehman) |
5078 |
|
|
- Use the correct value when setting new extent size. (#493753) (dlehman) |
5079 |
|
|
- Fix image generation so all ELF binaries have their deps included |
5080 |
|
|
(#495231). (clumens) |
5081 |
|
|
- Clean up the code in editLogicalVolume function. (jgranado) |
5082 |
|
|
- Setup the disks before partitioning as the nodes are needed. (jgranado) |
5083 |
|
|
- Rescan the devices when we are saving a traceback. (jgranado) |
5084 |
|
|
- Close file descriptors when an error occurs. (jgranado) |
5085 |
|
|
- Aesthetic changes to "editLogicalVolume" function. (jgranado) |
5086 |
|
|
- When deallocating a partition also set its disk attribute to None |
5087 |
|
|
(hdegoede) |
5088 |
|
|
- Check self.partedPartition not being None before using it (#495077) |
5089 |
|
|
(hdegoede) |
5090 |
|
|
- growPartitions: Change op_func (back to) add when an iteration succeeds |
5091 |
|
|
(hdegoede) |
5092 |
|
|
- partedPartition can be None while growing partitions (#495076) (hdegoede) |
5093 |
|
|
|
5094 |
|
|
* Thu Apr 09 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.42-1 |
5095 |
|
|
- Fix display of format type for devices. (dlehman) |
5096 |
|
|
- Fix handling of priority option from swap fstab entries. (#494992) |
5097 |
|
|
(dlehman) |
5098 |
|
|
- Some fs types cannot be passed to programs (#495061, #493075). (clumens) |
5099 |
|
|
- When a new module is loaded, update the kernel_filesystems list. (clumens) |
5100 |
|
|
- Add more Indic fonts (#494261, pnemade). |
5101 |
|
|
- Remove the message saying you can make your own layout (#495015). (clumens) |
5102 |
|
|
- Put e100 (and other) firmware in its own directory if needed (#494778). |
5103 |
|
|
(clumens) |
5104 |
|
|
- Run /bin/umount instead of calling umount(2) in _isys.umount (#493333) |
5105 |
|
|
(dcantrell) |
5106 |
|
|
- Add doPwUmount() and mountCommandWrapper() to isys (#493333) (dcantrell) |
5107 |
|
|
- Preserve symlinks and only collect deps on ELF executables. (dcantrell) |
5108 |
|
|
- Use $(ARCHIVE_TAG) throughout the updates target. (dcantrell) |
5109 |
|
|
- partedUtils doesn't exist anymore (katzj) |
5110 |
|
|
- Revert "Show the header in certain non-lowres cases" (#493153) (katzj) |
5111 |
|
|
- Pre-existing partitions names may change (#494833) (hdegoede) |
5112 |
|
|
- Use getDeviceNodeName() instead of basename of device node. (hdegoede) |
5113 |
|
|
- Fix ks raid --useexisting and --noformat (rvykydal) |
5114 |
|
|
- Fix processing of --level and --device options of ks raid commands. |
5115 |
|
|
(rvykydal) |
5116 |
|
|
- Don't start pdb immediately in debug mode (katzj) |
5117 |
|
|
- Fix EDD BIOS disk order detection in general and make it work with dmraid |
5118 |
|
|
(hdegoede) |
5119 |
|
|
- Update extended partition geometry when we change it (hdegoede) |
5120 |
|
|
|
5121 |
|
|
* Tue Apr 07 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.41-1 |
5122 |
|
|
- Make sure we have a clean lvm ignore list when we initialize. (jgranado) |
5123 |
|
|
- We need to search by name without the "mapper" prefix. (jgranado) |
5124 |
|
|
- Create a min_max constraint to avoid alignments issues. (jgranado) |
5125 |
|
|
- Don't exit the installer from filesystem errors. (dlehman) |
5126 |
|
|
- Try not to raise exceptions from minSize calculators. (dlehman) |
5127 |
|
|
- Don't traceback when PVs are encrypted or are not partitions. (dlehman) |
5128 |
|
|
- Adjust device dependencies when backing out device encryption. (#493257) |
5129 |
|
|
(dlehman) |
5130 |
|
|
- Include filesystem type in mount log message. (dlehman) |
5131 |
|
|
- Load filesystem modules on demand (#490795, #494108). (clumens) |
5132 |
|
|
- Use existing partitions when --onpart is used for PVs or raid members |
5133 |
|
|
(#493065) (rvykydal) |
5134 |
|
|
- Raise message, not exception when size set in LV dialog is too big. |
5135 |
|
|
(rvykydal) |
5136 |
|
|
- Raise an error when remofing an extended part with logical parts. |
5137 |
|
|
(jgranado) |
5138 |
|
|
- Esthetic changes to storage/partitioning.py. (jgranado) |
5139 |
|
|
- dmraid.py is no longer being used by anything, so remove it. (clumens) |
5140 |
|
|
- Remove partedUtils.py. (clumens) |
5141 |
|
|
- This is the only place isEfiSystemPartition is used, so pull it in. |
5142 |
|
|
(clumens) |
5143 |
|
|
- getReleaseString now lives in the storage module. (clumens) |
5144 |
|
|
- Stop lying about our support for dmraid and multipath in kickstart. |
5145 |
|
|
(clumens) |
5146 |
|
|
- Remove some old, unused code that also uses biosGeometry. (clumens) |
5147 |
|
|
- For very small disks, don't try to display a stripe in the graph |
5148 |
|
|
(#480484). (clumens) |
5149 |
|
|
- Fix reading the console= parameter from the cmdline (#490731). (clumens) |
5150 |
|
|
- For dmraid partititons device node name != name (hdegoede) |
5151 |
|
|
- When a partition request gets unallocated, set the name back to req# |
5152 |
|
|
(hdegoede) |
5153 |
|
|
- Do not use getPartitionByPath() in allocatePartitions() (hdegoede) |
5154 |
|
|
- Remove no longer used iscsi_get_node_record function (hdegoede) |
5155 |
|
|
- Try to handle devices which live in a subdir of /dev properly (hdegoede) |
5156 |
|
|
- Split DeviceTree.addUdevDevice into several smaller methods. (dlehman) |
5157 |
|
|
- Don't traceback from failure finding minimum fs size. (#494070) (dlehman) |
5158 |
|
|
- udev_settle after format teardown to avoid EBUSY on device teardown. |
5159 |
|
|
(#492670) (dlehman) |
5160 |
|
|
- Add a parted.Device attribute to all existing StorageDevices. (dlehman) |
5161 |
|
|
- If no partitioning commands are given, apply the UI selections (#490880). |
5162 |
|
|
(clumens) |
5163 |
|
|
- Update font package names for ml_IN, si_LK, etc. (#493792, #493794). |
5164 |
|
|
(clumens) |
5165 |
|
|
- Fix a typo in the city name for Nepali (#493803). (clumens) |
5166 |
|
|
- Fix writing out the partition= line on PPC (#492732). (clumens) |
5167 |
|
|
- Do not check size when adding LV to growing VG (bug #492264) (rvykydal) |
5168 |
|
|
|
5169 |
|
|
* Thu Apr 02 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.40-1 |
5170 |
|
|
- Don't let device names affect action order in general case. (dlehman) |
5171 |
|
|
- Round up when aligning to pesize for space used. (#493656) (dlehman) |
5172 |
|
|
- Improve handling for various nodev filesystems in fstab. (#493685, |
5173 |
|
|
#493202) (dlehman) |
5174 |
|
|
- Present the correct max lv size in the dialog. (dlehman) |
5175 |
|
|
- Use the head of the current branch, not master, for scratch archives. |
5176 |
|
|
(dlehman) |
5177 |
|
|
- Make a top level StorageError that all others are based on. (dlehman) |
5178 |
|
|
- Remove unused PRePDevice class. (dlehman) |
5179 |
|
|
- Make the disk model an attribute of DiskDevice. (dlehman) |
5180 |
|
|
- Handle format actions in cancelAction() (dcantrell) |
5181 |
|
|
- Fix format check box for pre-existing partitions (#491675) (dcantrell) |
5182 |
|
|
- Remove temporary directory used in _getExistingSize() (dcantrell) |
5183 |
|
|
- Activate storage before looking up the hdiso source drive (#491781). |
5184 |
|
|
(clumens) |
5185 |
|
|
- Remove isys.getDeviceByToken since it is no longer used. (clumens) |
5186 |
|
|
- Don't allow the rootfs on live installs to not match (#493206, #492727) |
5187 |
|
|
(katzj) |
5188 |
|
|
- Create setup and teardown functs for dmraid devs. (jgranado) |
5189 |
|
|
- put xfs back where it belongs (sandeen) |
5190 |
|
|
- Fix up the other caller of unmountCD to pass in a device (#493537). |
5191 |
|
|
(clumens) |
5192 |
|
|
|
5193 |
|
|
* Wed Apr 01 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.39-1 |
5194 |
|
|
- Prevent sensitive information in kickstart files from ending up in |
5195 |
|
|
tracebacks. (clumens) |
5196 |
|
|
- It's 2009, let's ignore floppy drives now (#493338, #493377). (clumens) |
5197 |
|
|
- Remove DmRaidArrayDevice level attribute (#493293) (hdegoede) |
5198 |
|
|
- get_containing_device takes two arguments (#493266). (clumens) |
5199 |
|
|
- Fix the check for if there's enough space available on / and /usr |
5200 |
|
|
(#492614). (clumens) |
5201 |
|
|
- Fix testing if a PPC partition is bootable (#492726). (clumens) |
5202 |
|
|
- Look for a PReP "partition" by examining the format, not the flags |
5203 |
|
|
(#492426). (clumens) |
5204 |
|
|
- Fix a few more pylint warnings and errors in storage/* (hdegoede) |
5205 |
|
|
- Fix some pylint warnings in iw/*.py (hdegoede) |
5206 |
|
|
- Don't start our audit daemon with the livecd installer (katzj) |
5207 |
|
|
- If there's a problem finding removable disks, disable save-to-disk. |
5208 |
|
|
(clumens) |
5209 |
|
|
- Move %%pre processing to much earlier in the install process. (clumens) |
5210 |
|
|
- If there are no installs to rescue via kickstart, display an error. |
5211 |
|
|
(clumens) |
5212 |
|
|
- Add an early kickstart processing pass. (clumens) |
5213 |
|
|
- Fixes of errors shown by pylint that didn't get into the beta build. |
5214 |
|
|
(mgracik) |
5215 |
|
|
- Adjust the dmraid ignoring logic. (jgranado) |
5216 |
|
|
- Reference the format by type, not name.(#492596) (jgranado) |
5217 |
|
|
- Sending translation for Chinese (Simplified) (leahliu) |
5218 |
|
|
- Increase udev_settle timeout in udev_get_block_devices. (#492049) (dlehman) |
5219 |
|
|
- Fix check for fully defined md array when raidlevel is 0. (#491796) |
5220 |
|
|
(dlehman) |
5221 |
|
|
- Fix a typo ('isEFI' should be 'isEfi'). (dlehman) |
5222 |
|
|
- Make sure the pvs are set up before doing lvremove or vgremove. (dlehman) |
5223 |
|
|
- Don't write out md member devices to a config file for assemble. (dlehman) |
5224 |
|
|
- Fix the supported property of filesystems and prepboot format. (dlehman) |
5225 |
|
|
- Return early from doAutoPartition if partition allocation fails. (dlehman) |
5226 |
|
|
- Reset storage instance if autopart fails. (#492158) (dlehman) |
5227 |
|
|
- Assign weights to partition requests when doing manual or kickstart |
5228 |
|
|
installs. (clumens) |
5229 |
|
|
- Refresh windows immediately to make sure they appear. (clumens) |
5230 |
|
|
- Fix problem with format and migrate combo box activation. (dcantrell) |
5231 |
|
|
- Fix typo in upgrade.py (dcantrell) |
5232 |
|
|
- Move _scheduleLVs and growLVM calls to be inside try/except (dcantrell) |
5233 |
|
|
- Correct bounds checking problems in 'Shrink current system' (dcantrell) |
5234 |
|
|
- Require libselinux-python (#489107) (dcantrell) |
5235 |
|
|
- Do not prompt for NIC selection in cmdline mode (#492586) (dcantrell) |
5236 |
|
|
- Do not write /etc/hosts since setup owns that now (#491808) (dcantrell) |
5237 |
|
|
- Remove unused self._resize variable. (dcantrell) |
5238 |
|
|
- Having 2 raidsets in the same group of devs is possible. (jgranado) |
5239 |
|
|
- getDevice returns a string. Use that to look up the device object |
5240 |
|
|
(#492465). (clumens) |
5241 |
|
|
- Take into account i386->i586 when warning on upgrade arch mismatch. |
5242 |
|
|
(clumens) |
5243 |
|
|
- Remove unused getVG{Free,Used}Space methods. (clumens) |
5244 |
|
|
- We can no longer display Russian correctly in text mode (#491394). |
5245 |
|
|
(clumens) |
5246 |
|
|
- Clean up the reinitialize LVM warning message (#491888). (clumens) |
5247 |
|
|
- Update translation files (#484784). (clumens) |
5248 |
|
|
- Include the storage directory when building the .po files. (clumens) |
5249 |
|
|
- Merge commit 'origin/anaconda-storage-branch' (clumens) |
5250 |
|
|
- Keep VG size property non-negative (rvykydal) |
5251 |
|
|
- Grow LVs for kickstart requests too (rvykydal) |
5252 |
|
|
- Handle not finding the upgrade root gracefully. (jgranado) |
5253 |
|
|
- Use self.name to report that we could not eject cd. (jgranado) |
5254 |
|
|
- Fix ppoll() timeout=infinity usage in auditd (#484721). (pjones) |
5255 |
|
|
- Use correct parse method for the upgrade command (#471232) (wwoods) |
5256 |
|
|
- Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens) |
5257 |
|
|
- Handle FTP servers that both want and don't want PASS after USER |
5258 |
|
|
(#490350). (clumens) |
5259 |
|
|
- Only select the Core group in text mode (#488754). (clumens) |
5260 |
|
|
- Add created user to default group created for the user. (rvykydal) |
5261 |
|
|
|
5262 |
|
|
* Wed Mar 25 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.38-1 |
5263 |
|
|
- Fix pylint errors in iw/*.py (hdegoede) |
5264 |
|
|
- Rework CryptTab.parse (dlehman). |
5265 |
|
|
- Code fixes of errors shown by pylint (mgracik). |
5266 |
|
|
- Don't underflow on the busy cursor stack. (clumens) |
5267 |
|
|
- "vg" is not valide inside this if. (jgranado) |
5268 |
|
|
- Device is sometimes None. (jgranado) |
5269 |
|
|
- Fix typo. (#492042) (dlehman) |
5270 |
|
|
|
5271 |
|
|
* Tue Mar 24 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.37-1 |
5272 |
|
|
- Start with a basic /etc/hosts file (#491634) (dcantrell) |
5273 |
|
|
- Do not flag every existing partition for resize (#491803) (dcantrell) |
5274 |
|
|
- Remove unused noformatCB() function. (dcantrell) |
5275 |
|
|
- Remove unnecessary istruefalse() function. (dcantrell) |
5276 |
|
|
- Build new _isys.so for updates.img if needed. (dcantrell) |
5277 |
|
|
- Get the UUID of each md array we create. (#491796) (dlehman) |
5278 |
|
|
- Call udev_settle after committing changes to a disk (#491529) (hdegoede) |
5279 |
|
|
- Be a little bit smarter about allocating space to grow parts. (#491761) |
5280 |
|
|
(dlehman) |
5281 |
|
|
- Check that partition is on the disk before trying to remove it. (#491997) |
5282 |
|
|
(dlehman) |
5283 |
|
|
- Work around a bug in mdadm incremental assembly. (dlehman) |
5284 |
|
|
- Use the same units (MB) for extent size that we do for everything else. |
5285 |
|
|
(dlehman) |
5286 |
|
|
- Put line breaks in between crypttab entries. (#491938) (dlehman) |
5287 |
|
|
- Register the NoDevFS class. (clumens) |
5288 |
|
|
- fslabels -> labels. (clumens) |
5289 |
|
|
- NFSDevice does not take exists= as a parameter. (clumens) |
5290 |
|
|
- Override _setDevice and _getDevice in NFS. (clumens) |
5291 |
|
|
- Move resolveDevice into the DeviceTree class. (clumens) |
5292 |
|
|
- Move most of the parseFSTab logic into its own function. (clumens) |
5293 |
|
|
- We don't even use partedUtils in this module. (clumens) |
5294 |
|
|
- PReP formats can never be active. (#491865) (dlehman) |
5295 |
|
|
- Move protectedPartition setup into storageInitialize (#491781). (clumens) |
5296 |
|
|
- Use the mount and unmount methods on OpticalDevice.format now. (clumens) |
5297 |
|
|
- Add a format for ISO9660 filesystems. (clumens) |
5298 |
|
|
- getDeviceByName does not expect the CD device to start with "/dev/" |
5299 |
|
|
(#491768). (clumens) |
5300 |
|
|
- Write the same arch to .discinfo as iutil.getArch() gives us (#490977). |
5301 |
|
|
(clumens) |
5302 |
|
|
- Don't remove partitions twice. (jgranado) |
5303 |
|
|
|
5304 |
|
|
* Mon Mar 23 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.36-1 |
5305 |
|
|
- Add EFI, Apple Bootstrap, and PPC PReP Boot formats. (dlehman) |
5306 |
|
|
- Remove all implicit calls to self.format.destroy from Device classes. |
5307 |
|
|
(dlehman) |
5308 |
|
|
- Pop the busy cursor when we're done with the wait window (#491736). |
5309 |
|
|
(clumens) |
5310 |
|
|
- If the new size and old size are the same, treat as a no-op (#491496). |
5311 |
|
|
(clumens) |
5312 |
|
|
- Let mountFilesystems handling bind mounting /dev (#490772). (clumens) |
5313 |
|
|
- Not all FileDevices have parents, so don't assume. (clumens) |
5314 |
|
|
- Bind mount formats are mountable. (clumens) |
5315 |
|
|
- If a filesystem is already mounted, don't raise an error. (clumens) |
5316 |
|
|
- Fix a typo calling the superclass's constructor. (clumens) |
5317 |
|
|
- Add a fake device for bind mounting /dev. (clumens) |
5318 |
|
|
- If there was an exception leading to the urlgrabber error, log it. |
5319 |
|
|
(clumens) |
5320 |
|
|
- Fix the import of checkbootloader (#491574). (clumens) |
5321 |
|
|
- Add a missing import (#491605). (clumens) |
5322 |
|
|
|
5323 |
|
|
* Fri Mar 20 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.35-1 |
5324 |
|
|
- Fix traceback in FSSet.crypttab. (#491160) (dlehman) |
5325 |
|
|
- Fix traceback on upgrade. (#491446) (dlehman) |
5326 |
|
|
- Do not include .h and .sh files in updates.img (dcantrell) |
5327 |
|
|
- Make PartitionDevice resize work. (dcantrell) |
5328 |
|
|
- Reset mouse pointer if we find an unreadable disk. (dcantrell) |
5329 |
|
|
- Use label attr instead of non-existent fslabel attr. (#491120) (dlehman) |
5330 |
|
|
- Need to notify the kernel of changes before udev settle (katzj) |
5331 |
|
|
- Revert "mount and umount commands are in /sbin now, remove from /usr/sbin" |
5332 |
|
|
(dcantrell) |
5333 |
|
|
- Make some fixes to the rescue mode system selection UI (#489973, #489977). |
5334 |
|
|
(clumens) |
5335 |
|
|
- Fix text mode autopartitioning (#491282). (clumens) |
5336 |
|
|
- Do not use _rnetdev as fstab option for network based / (hdegoede) |
5337 |
|
|
- Make root= line in grub.conf and path spec in fstab consistent (hdegoede) |
5338 |
|
|
- Fix a reference to the partitions list (#491335). (clumens) |
5339 |
|
|
- Do not traceback at the very beginning of rescue mode (msivak) |
5340 |
|
|
- Fix traceback when editing encrypted mdraid device in UI. (rvykydal) |
5341 |
|
|
|
5342 |
|
|
* Thu Mar 19 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.34-1 |
5343 |
|
|
- Catch FSError when detecting storage, prevent user from continuing. |
5344 |
|
|
(dcantrell) |
5345 |
|
|
- If we have no error string, place None in the tuple. (dcantrell) |
5346 |
|
|
- Move OUTPUT_TERMINAL definition to isys.h (dcantrell) |
5347 |
|
|
- mount and umount commands are in /sbin now, remove from /usr/sbin |
5348 |
|
|
(dcantrell) |
5349 |
|
|
- Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192) |
5350 |
|
|
(dcantrell) |
5351 |
|
|
- Attempt disk commits 5 times before raising an exception. (dcantrell) |
5352 |
|
|
- Add boot partition size limit properties and size validation method. |
5353 |
|
|
(dlehman) |
5354 |
|
|
- Make sure boot flag gets set. (#491170) (dlehman) |
5355 |
|
|
- Make bootable a property of PartitionDevice. (dlehman) |
5356 |
|
|
- After setting up our random UUID, inform the storage layer (katzj) |
5357 |
|
|
- Handle system crappyness. (jgranado) |
5358 |
|
|
- Fix up checking for live image backing (katzj) |
5359 |
|
|
- Let's not remove our mountpoints (katzj) |
5360 |
|
|
- Fix writing the default= line in grub.conf (#490756). (clumens) |
5361 |
|
|
- Revert "Fix pruning of destroy actions for preexisting devices." (dlehman) |
5362 |
|
|
- Add more blacklisting (katzj) |
5363 |
|
|
- Blacklist the live image backing device (katzj) |
5364 |
|
|
- Move blockdev blacklisting to be a function (katzj) |
5365 |
|
|
- Inhibit devkit-disks during a live install (katzj) |
5366 |
|
|
- try to unmount everything from /media on live installs (katzj) |
5367 |
|
|
- Fix live installs to not traceback (katzj) |
5368 |
|
|
- Fix New partition in UI (rvykydal) |
5369 |
|
|
|
5370 |
|
|
* Thu Mar 19 2009 David Lehman <dlehman@redhat.com> - 11.5.0.33-1 |
5371 |
|
|
- Rework the lvm dialog. (#490301,#490966,#490681,#489870) (dlehman) |
5372 |
|
|
- Improve chances of uniqueness from Storage.createSuggestedLVName. (dlehman) |
5373 |
|
|
- Fix pruning of destroy actions for preexisting devices. (dlehman) |
5374 |
|
|
- Devices should not be resizable unless they exist. (dlehman) |
5375 |
|
|
- Try to activate an existing md array after adding each member. (dlehman) |
5376 |
|
|
- Indicate filesystem is mountable if we have a mount command. (dcantrell) |
5377 |
|
|
- Mount existing filesystems read-only when getting size. (dcantrell) |
5378 |
|
|
- Fix some errors in the updates target. (dcantrell) |
5379 |
|
|
- Place all mount.* commands in /sbin (dcantrell) |
5380 |
|
|
- Fix error message reading and writing in doPwMount() (dcantrell) |
5381 |
|
|
- Use booleans in isys.mount() and isys.umount() (dcantrell) |
5382 |
|
|
- Add a FIXME comment for setting uuid in VG / LV create (hdegoede) |
5383 |
|
|
- Do not traceback when writing anaconda.ks with iscsi with auth info. |
5384 |
|
|
(hdegoede) |
5385 |
|
|
- Do not write LV uuid to grub.conf, but the filesystem uuid (hdegoede) |
5386 |
|
|
- If a mountpoint depends on a network disk at _netdev to its fstab options |
5387 |
|
|
(hdegoede) |
5388 |
|
|
- Do not hang when creating raid array with member having filesystem |
5389 |
|
|
detected (#490891) (rvykydal) |
5390 |
|
|
- Destroy and create luks child of raid array too when editing in UI. |
5391 |
|
|
(rvykydal) |
5392 |
|
|
- Editing non-existent raid device by destroying and creating actions |
5393 |
|
|
(rvykydal) |
5394 |
|
|
- actionDestroyFormat call takes device, not format (rvykydal) |
5395 |
|
|
- Fix getChildren call in partition UI (rvykydal) |
5396 |
|
|
- Fix removing of devices with the same name from tree when adding |
5397 |
|
|
create action. (rvykydal) |
5398 |
|
|
- Do not duplicate requested minor number in edit raid UI list. (rvykydal) |
5399 |
|
|
- Offer available partitions when editing non-preexisting raid request. |
5400 |
|
|
(rvykydal) |
5401 |
|
|
- Don't try to fit the whole StorageDevice.__str__ output into the UI |
5402 |
|
|
(#490406). (clumens) |
5403 |
|
|
- Make PartitionDevice handle both normal and dmraid partitions (hdegoede) |
5404 |
|
|
- Stop overriding __init__ in DMRaidPartitionDevice (hdegoede) |
5405 |
|
|
- Set format UUID after creating a format (hdegoede) |
5406 |
|
|
- Fix result of updateSysfsPath to be consistent with initial sysfsPath |
5407 |
|
|
values (hdegoede) |
5408 |
|
|
- Use getDevicesByInstance() for storage.partitions (hdegoede) |
5409 |
|
|
- We no longer use iscsiadm anywhere (hdegoede) |
5410 |
|
|
|
5411 |
|
|
* Tue Mar 17 2009 Jesse Keating <jkeating@redhat.com> - 11.5.0.32-1 |
5412 |
|
|
- Typo fix. (clumens) |
5413 |
|
|
- Make platform.checkBootRequest work better and not use diskset anymore. (clumens) |
5414 |
|
|
- Fix a traceback when looking for PS3 boot partitions (#490738). (clumens) |
5415 |
|
|
- FormatArgs -> FormatOptions (#490737). (clumens) |
5416 |
|
|
- Fix ppoll() timeout=infinity usage in auditd (#484721). (pjones) |
5417 |
|
|
- Simplify kernel package selection. (clumens) |
5418 |
|
|
- Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941). (clumens) |
5419 |
|
|
- Tell NM not to touch interfaces when / is on a network disk (hdegoede) |
5420 |
|
|
- Get iscsi going with the new storage code (hdegoede) |
5421 |
|
|
- Use minihal instead of isys.hardDriveDict in list-harddrives (#488122). (clumens) |
5422 |
|
|
- storage.disks never includes disks without media present. (clumens) |
5423 |
|
|
- Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.py (mgracik) |
5424 |
|
|
|
5425 |
|
|
* Mon Mar 16 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.31-1 |
5426 |
|
|
- Don't use disk.maximizePartition anymore. (dlehman) |
5427 |
|
|
- Only schedule implicit format destruction if there is formatting to |
5428 |
|
|
destroy. (dlehman) |
5429 |
|
|
- Reset encryptionPassphrase when we reset the rest of storage. (dlehman) |
5430 |
|
|
- Do not create a LUKSDevice if we do not have a way to map the device. |
5431 |
|
|
(dlehman) |
5432 |
|
|
- Fix handling of new extended partitions during partition allocation. |
5433 |
|
|
(dlehman) |
5434 |
|
|
- Fix bug in dependency list for partitions. (dlehman) |
5435 |
|
|
- Fix inconsistency in variable use in search for free space. (dlehman) |
5436 |
|
|
- Check for disk name being in disk.name not in clearPartDisks (dcantrell) |
5437 |
|
|
- Create a Makefile target to generate updates.img automatically. (dcantrell) |
5438 |
|
|
- When creating free space, handle cases other than clearpart --drives= |
5439 |
|
|
(clumens) |
5440 |
|
|
- Ignore loop and ram devices (hdegoede) |
5441 |
|
|
- devicetree: fix slave addition of incomplete dm / md devices (hdegoede) |
5442 |
|
|
- Catch LVMErrors too when tearing down devices (hdegoede) |
5443 |
|
|
- Install udev rules in /lib/udev/rules.d instead of in runtime dir |
5444 |
|
|
(hdegoede) |
5445 |
|
|
- Ignore disk devices with missing media (#488800). (clumens) |
5446 |
|
|
- Use correct parse method for the upgrade command (#471232) (wwoods) |
5447 |
|
|
- Fix creation of fs options for preexisting encrypted devices. (dlehman) |
5448 |
|
|
- Fix lots of buggy behavior in the partition dialog. (dlehman) |
5449 |
|
|
- Handle FTP servers that both want and don't want PASS after USER |
5450 |
|
|
(#490350). (clumens) |
5451 |
|
|
- Fixed the names of the variables for lvm.py functions. (mgracik) |
5452 |
|
|
- editPartitionRequest -> editPartition in iw/partition_gui.py (#490384). |
5453 |
|
|
(clumens) |
5454 |
|
|
- clampPVSize -> clampSize in lvm.py (#490295). (clumens) |
5455 |
|
|
- Fix the obvious and stupid typo (#490296). (clumens) |
5456 |
|
|
- isys.umount removes mount directory by default (rvykydal) |
5457 |
|
|
- Fix tempfile.mkdtemp call. (rvykydal) |
5458 |
|
|
- Initialize attribute _mountpoint before using it (rvykydal) |
5459 |
|
|
- devicetree.py has _ignoredDisks instead of ignoredDisks. (jgranado) |
5460 |
|
|
- Create separate resize actions for formats and devices. (dcantrell) |
5461 |
|
|
- Use os.statvfs() to get existing filesystem size. (dcantrell) |
5462 |
|
|
- Add resizeArgs for Ext2FS and fix it for BtrFS. (dcantrell) |
5463 |
|
|
- Report when we cannot find any free space partitions. (dcantrell) |
5464 |
|
|
- Improve resizeDialog text. (dcantrell) |
5465 |
|
|
- Raise FSResizeError if filesystem cannot be resized. (dcantrell) |
5466 |
|
|
- Handle resizing when setting targetSize for PartitionDevice (dcantrell) |
5467 |
|
|
- Let users set the size property of StorageDevices. (dcantrell) |
5468 |
|
|
- Add support for kickstart's '--initlabel' option to clearpart. (dlehman) |
5469 |
|
|
- Fix display of LV format type for encrypted LVs. (dlehman) |
5470 |
|
|
- Make paths somewhat flexible so we'll work in normal environments. |
5471 |
|
|
(dlehman) |
5472 |
|
|
|
5473 |
|
|
* Fri Mar 13 2009 David Lehman <dlehman@redhat.com> - 11.5.0.30-1 |
5474 |
|
|
- Fix supportable attribute for cmdline-enabled fstypes. (dlehman) |
5475 |
|
|
- Access private attribute for luks dict. (dlehman) |
5476 |
|
|
- Schedule format create for newly encrypted preexisting partition. (dlehman) |
5477 |
|
|
- Don't traceback if vg.teardown fails in recursive teardown. (dlehman) |
5478 |
|
|
- Schedule format create action for newly encrypted preexisting LV. (dlehman) |
5479 |
|
|
- Make sure we return something other than None for new requests. (dlehman) |
5480 |
|
|
- Add __str__ methods to Device objects. (clumens) |
5481 |
|
|
- Add mediaPresent and eject to the OpticalDevice class. (clumens) |
5482 |
|
|
- Use the right import path for checkbootloader (#490049). (clumens) |
5483 |
|
|
- Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens) |
5484 |
|
|
- Don't clear partitions containing the install media. (dlehman) |
5485 |
|
|
- Wait til everyone knows the format/fs is no longer active. (dlehman) |
5486 |
|
|
- Save a copy of the device stack so we can destroy the format. (#489975) |
5487 |
|
|
(dlehman) |
5488 |
|
|
- Add a deep copy method to Device since we can't just use copy.deepcopy. |
5489 |
|
|
(dlehman) |
5490 |
|
|
- Fix infinite loops in partition screen populate. (#490051) (dlehman) |
5491 |
|
|
- Default to a name based on the uuid for existing luks mappings. (dlehman) |
5492 |
|
|
- Use the correct keyword for luks map names ('name', not 'mapName'). |
5493 |
|
|
(dlehman) |
5494 |
|
|
- Fix getting of number of total devices of sw raid. (rvykydal) |
5495 |
|
|
- Only select the Core group in text mode (#488754). (clumens) |
5496 |
|
|
- Added test case for devicelib mdraid.py. (mgracik) |
5497 |
|
|
- Add created user to default group created for the user. (rvykydal) |
5498 |
|
|
- Fix editing of existing logical volume. (rvykydal) |
5499 |
|
|
- Add a list that lvm should ignore. (jgranado) |
5500 |
|
|
|
5501 |
|
|
* Thu Mar 12 2009 David Lehman <dlehman@redhat.com> - 11.5.0.29-1 |
5502 |
|
|
- Don't create a PartitionDevice for devices that do not exist (#489122). |
5503 |
|
|
(clumens) |
5504 |
|
|
- A getter doesn't usually take a parameter (#489965). (clumens) |
5505 |
|
|
- Do not write "Running..." to stdout, as that could be tty1. (clumens) |
5506 |
|
|
- Call storage.exceptionDisks, not diskset.exceptionDisks. (#489615) |
5507 |
|
|
(dlehman) |
5508 |
|
|
- Fix typo. (jgranado) |
5509 |
|
|
- Fix typo. (dlehman) |
5510 |
|
|
- Add udev rules for handling for mdraid arrays. (dlehman) |
5511 |
|
|
- Honor the zerombr kickstart directive. (dlehman) |
5512 |
|
|
- currentSize is expected to be a float, so convert it to one (#489882). |
5513 |
|
|
(clumens) |
5514 |
|
|
- It's clearPartDisks, not clearPartDrives. (clumens) |
5515 |
|
|
- Get rid of the mappings and ksID as well. (clumens) |
5516 |
|
|
- Make sure the device has a diskType before attempting to check what it is. |
5517 |
|
|
(clumens) |
5518 |
|
|
- Update the volgroup command to work with the new storage code. (clumens) |
5519 |
|
|
- Update the raid command to work with the new storage code. (clumens) |
5520 |
|
|
- Update the part command to work with the new storage code. (clumens) |
5521 |
|
|
- Update the logvol command to work with the new storage code. (clumens) |
5522 |
|
|
- addPartRequest is no longer needed. (clumens) |
5523 |
|
|
- Don't set default partitioning in every kickstart case. (clumens) |
5524 |
|
|
- Clear partitions before scheduling requests. (clumens) |
5525 |
|
|
- Always go through doAutoPart. (clumens) |
5526 |
|
|
- Format modules import fix (mgracik) |
5527 |
|
|
- Fixed the format modules import (mgracik) |
5528 |
|
|
- Allow overriding the anaconda udev rules from an updates.img (hdegoede) |
5529 |
|
|
- If a pv somehow does not contain a vg_name, do not try to get other vg |
5530 |
|
|
info (hdegoede) |
5531 |
|
|
|
5532 |
|
|
* Wed Mar 11 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.28-1 |
5533 |
|
|
- Fix a few bugs in the lvm dialog. (#489022) (dlehman) |
5534 |
|
|
- Modify livecd.py to work with new storage backend. (dlehman) |
5535 |
|
|
- Be explicit about resetting Disks' partedDisk attribute. (#489678) |
5536 |
|
|
(dlehman) |
5537 |
|
|
- Deactivate devices after we've finished scanning them. (dlehman) |
5538 |
|
|
- Handle the case of removing an unallocated partition from the tree. |
5539 |
|
|
(dlehman) |
5540 |
|
|
- Try again to set up LVs when we've just added a new PV to the VG. (dlehman) |
5541 |
|
|
- Set partition flags in format create/destroy execute methods. (dlehman) |
5542 |
|
|
- Make sure we use the newly committed parted.Partition after create. |
5543 |
|
|
(dlehman) |
5544 |
|
|
- Make device teardown methods more resilient. (dlehman) |
5545 |
|
|
- Initialize storage in rescue mode so we can find roots (#488984). (clumens) |
5546 |
|
|
- We also need to pack up the extra args tuple, too. (clumens) |
5547 |
|
|
- doLoggingSetup keeps growing new arguments, so put them into a dict |
5548 |
|
|
(#489709). (clumens) |
5549 |
|
|
- Fix anaconda udev rules to not require pre-existing device nodes (hdegoede) |
5550 |
|
|
- Hook up 'Shrink current system' dialog to new storage code. (dcantrell) |
5551 |
|
|
- Fix _getCheckArgs() in class FS. (dcantrell) |
5552 |
|
|
|
5553 |
|
|
* Tue Mar 10 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.27-1 |
5554 |
|
|
- Fix action pruning to handle more complex scenarios. (dlehman) |
5555 |
|
|
- Schedule destruction of any existing formatting along with the device. |
5556 |
|
|
(dlehman) |
5557 |
|
|
- Add a size attribute to mdraid arrays. (dlehman) |
5558 |
|
|
- Speed up partitioning screen redraws by trimming workload where possible. |
5559 |
|
|
(dlehman) |
5560 |
|
|
- Create partitions with exactly the geometry we calculate. (dlehman) |
5561 |
|
|
- Fix name collision between formats.mdraid and devicelibs.mdraid. (dlehman) |
5562 |
|
|
- Destruction of the member device formatting will be handled elsewhere. |
5563 |
|
|
(dlehman) |
5564 |
|
|
- Fix a typo (jkeating) |
5565 |
|
|
- Fix pruning between two destroy actions on the same device (rvykydal) |
5566 |
|
|
- Use the pyblock functions when possible. (jgranado) |
5567 |
|
|
- We are searching a list, not a dict now (rvykydal) |
5568 |
|
|
|
5569 |
|
|
* Mon Mar 09 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.26-1 |
5570 |
|
|
- Move the recursive teardown of all devices out of processActions. (dlehman) |
5571 |
|
|
- Clean up handling of /proc, /sys, /dev/pts, /dev/shm entries. (dlehman) |
5572 |
|
|
- Fix several minor bugs preventing upgrade/rescue mount. (#488946) (dlehman) |
5573 |
|
|
- Only populate the device tree on demand. (dlehman) |
5574 |
|
|
- Prune actions by device based on path, not object-id. (dlehman) |
5575 |
|
|
- Rewrite action sort so it works correctly. (dlehman) |
5576 |
|
|
- Do a separate disk.commit for each partition add/remove. (dlehman) |
5577 |
|
|
- Fix bug keeping track of best free region/type/disk info. (dlehman) |
5578 |
|
|
- Return early if doAutoPart is False, but clearpart first if kickstart. |
5579 |
|
|
(dlehman) |
5580 |
|
|
- Recognize PS3 as a valid machine type (#489263). (clumens) |
5581 |
|
|
- Move the mdRaidBootArches logic into the platform module. (clumens) |
5582 |
|
|
- stdout and stderr may also need to be created. (clumens) |
5583 |
|
|
- Fix booty for dmraid (hdegoede) |
5584 |
|
|
- It's self.origrequest, not self.origreqest (#489036). (clumens) |
5585 |
|
|
- Added crypto.py unittest; Updated devicelibs tests baseclass.py and lvm.py |
5586 |
|
|
(mgracik) |
5587 |
|
|
- Start storage before parsing the kickstart file. (clumens) |
5588 |
|
|
- Make sure autopart without any clearpart command will fail. (clumens) |
5589 |
|
|
- Update storage flag on ks autopart (rvykydal) |
5590 |
|
|
- Use correct storage attribute for ks clearpart (rvykydal) |
5591 |
|
|
- Catch the new _ped.DiskLabelException for unrecognized disklabels. |
5592 |
|
|
(dlehman) |
5593 |
|
|
- Catch all failures from making parted objects in exceptionDisks. (dlehman) |
5594 |
|
|
- various dmraid fixes. (jgranado) |
5595 |
|
|
- Implement the format disk question as a callback. (jgranado) |
5596 |
|
|
- Add dmraid functionality to new storage code. (jgranado) |
5597 |
|
|
- Do not pass None values into nonmandatory arguments, you are screwing the |
5598 |
|
|
default values.. (msivak) |
5599 |
|
|
|
5600 |
|
|
* Thu Mar 05 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.25-1 |
5601 |
|
|
- Schedule device destroy actions for partitions last. (dlehman) |
5602 |
|
|
- Pass storage.disks, not storage, to createAllowed.... (#488860) (dlehman) |
5603 |
|
|
- Nodev filesystems always exist. And the device is arbitrary. (dlehman) |
5604 |
|
|
- Include proc, &c filesystems in fstab and FSSet.{mount/umount}Filesystems. |
5605 |
|
|
(dlehman) |
5606 |
|
|
- Remove FSSet.writeFSTab. That job is handled elsewhere. (dlehman) |
5607 |
|
|
- Add properties to FSSet to provide the nodev entries. (dlehman) |
5608 |
|
|
- Fix incomplete format in Storage.deviceImmutable. (dlehman) |
5609 |
|
|
- Make sure we use the same disk the free space is on. (#488807) (dlehman) |
5610 |
|
|
- Prevent clobbering of name 'mdraid' by qualifying it. (dlehman) |
5611 |
|
|
- Handle unformatted disks and cdroms in Storage.exceptionDisks. (dlehman) |
5612 |
|
|
- Add resizeArgs property for resizable filesystems. (dcantrell) |
5613 |
|
|
- Fill out class NTFS a bit more. (dcantrell) |
5614 |
|
|
- Add fsckProg property to class FS. (dcantrell) |
5615 |
|
|
- Ext2FS.migratable(self) -> Ext2FS.migratable (dcantrell) |
5616 |
|
|
- Fix StorageDevice.minSize() and PartitionDevice.maxSize() (dcantrell) |
5617 |
|
|
- Center resize window on the screen. (dcantrell) |
5618 |
|
|
- Do not raise DeviceError if not bootable device is found. (dcantrell) |
5619 |
|
|
- Do an even more thorough job of ignoring disks libparted doesn't like. |
5620 |
|
|
(clumens) |
5621 |
|
|
- Fix a couple problems on the "Change device" bootloader dialog. (clumens) |
5622 |
|
|
- Fix a typo when writing out the mdadm config file. (clumens) |
5623 |
|
|
- Remove all uses of isys.cdromList, which no longer exists. (clumens) |
5624 |
|
|
- Check to see if we're on S390 on the congrats screen (#488747). (clumens) |
5625 |
|
|
- Handle non-fatal errors more gracefully in addUdevDevice. (dlehman) |
5626 |
|
|
- partRequests no longer exists, so don't try to import it (#488743). |
5627 |
|
|
(clumens) |
5628 |
|
|
- When building the exceptionDisks list, skip devices libparted doesn't |
5629 |
|
|
like. (clumens) |
5630 |
|
|
- Iterate over devicetree.devices.values, not devicetree. (dlehman) |
5631 |
|
|
- Add a get() method to Flags, since it pretends to be a dictionary. |
5632 |
|
|
(clumens) |
5633 |
|
|
- Stop with the fsset usage. (dlehman) |
5634 |
|
|
- Format message string after translation not before (msivak) |
5635 |
|
|
- We need newer python-cryptsetup because of the default values for cipher |
5636 |
|
|
and keysize for luskFormat (msivak) |
5637 |
|
|
- If a drive is not initialized, offer reinitialization or ignoring the |
5638 |
|
|
drive to the user (msivak) |
5639 |
|
|
- More syntax errors / traceback fixes (hdegoede) |
5640 |
|
|
- Fix syntax errors (rvykydal) |
5641 |
|
|
- Implement Storage.sanityCheck, mostly from old partitions code. (dlehman) |
5642 |
|
|
|
5643 |
|
|
* Thu Mar 5 2009 Dave Lehman <dlehman@redhat.com> - 11.5.0.24-3 |
5644 |
|
|
- Fix booty's desire to import fsset. |
5645 |
|
|
- Fix attempt to set read-only attr "removable" in DiskDevice.__init__ |
5646 |
|
|
|
5647 |
|
|
* Thu Mar 05 2009 Peter Jones <pjones@redhat.com> - 11.5.0.24-2 |
5648 |
|
|
- Add EFI boot.iso generation. |
5649 |
|
|
|
5650 |
|
|
* Wed Mar 4 2009 Dave Lehman <dlehman@redhat.com> - 11.5.0.24-1 |
5651 |
|
|
- Storage test day. |
5652 |
|
|
|
5653 |
|
|
* Fri Feb 20 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.23-1 |
5654 |
|
|
- Remove old content from utils/ (dcantrell) |
5655 |
|
|
- Ensure request.drive is always a list (#485622) (dcantrell) |
5656 |
|
|
- Pick up pyblock if it exists in block/ on an updates.img. (dcantrell) |
5657 |
|
|
- Don't check for a swapfs on things that aren't partitions (#485977). |
5658 |
|
|
(clumens) |
5659 |
|
|
- Perform ext3->ext4 filesystem migration if ext4migrate is given (#484330). |
5660 |
|
|
(clumens) |
5661 |
|
|
- Translate i?86 into i386 as a base arch. (jkeating) |
5662 |
|
|
- Teach upd-instroot about i586 arch, for sake of glibc.i586/openssl.i586 |
5663 |
|
|
(jkeating) |
5664 |
|
|
- Fix the obvious typo. (clumens) |
5665 |
|
|
- filer.login raises an exception with it can't login, not returns None |
5666 |
|
|
(#486454). (clumens) |
5667 |
|
|
- Take into account that a parted.Partition's _fileSystem can be None |
5668 |
|
|
(#485644). (clumens) |
5669 |
|
|
|
5670 |
|
|
* Thu Feb 19 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.22-1 |
5671 |
|
|
- Updated Romanian translation (alexxed) |
5672 |
|
|
- Remove the qla2xxx line from mk-images again (wwoods). |
5673 |
|
|
- Fix broken shell syntax from 3bdcd64d2 (jkeating) |
5674 |
|
|
- The VLGothic-fonts package has changed name and location (#486080). |
5675 |
|
|
(clumens) |
5676 |
|
|
|
5677 |
|
|
* Tue Feb 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.21-1 |
5678 |
|
|
- Building for i586 only now in Fedora. (dcantrell) |
5679 |
|
|
|
5680 |
|
|
* Tue Feb 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.20-1 |
5681 |
|
|
- Fix indentation on upd-instroot (kanarip) |
5682 |
|
|
- Fix the indentation in mk-images (kanarip) |
5683 |
|
|
- Remove unused iface_netmask2prefix() function. (dcantrell) |
5684 |
|
|
- A parted.Disk has no attribute named "dev". It's named "device" |
5685 |
|
|
(#486007). (clumens) |
5686 |
|
|
- Use brandpkgname for the efi art too (katzj) |
5687 |
|
|
- Let's use the product string for a brandpackage name. (kanarip) |
5688 |
|
|
- Fix indentation in mk-images.efi (kanarip) |
5689 |
|
|
- Fix indentation in buildinstall script (kanarip) |
5690 |
|
|
- It's part.active, not part.is_active(). (clumens) |
5691 |
|
|
- File the basic traceback as the first comment instead of a generic |
5692 |
|
|
message. (clumens) |
5693 |
|
|
- Encode our upgrade policy in productMatches/versionMatches and enforce it. |
5694 |
|
|
(clumens) |
5695 |
|
|
- If we'd show package selection on kickstart installs, also show tasksel. |
5696 |
|
|
(clumens) |
5697 |
|
|
|
5698 |
|
|
* Fri Feb 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.19-1 |
5699 |
|
|
- Fix build errors in the new net.c code. (clumens) |
5700 |
|
|
|
5701 |
|
|
* Fri Feb 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.18-1 |
5702 |
|
|
- Require pyparted >= 2.0.0 (dcantrell) |
5703 |
|
|
- Update to use the new pyparted. (dcantrell, clumens) |
5704 |
|
|
- Replace non UTF-8 char for hiding password chars with UTF-8 (#485218) |
5705 |
|
|
(hdegoede) |
5706 |
|
|
- Use a better test for when we're in text mode (#484881). (clumens) |
5707 |
|
|
- Add iBFT support to loader (msivak) |
5708 |
|
|
- Hardlink the initrd.img since we're linking the vmlinuz as well. (jkeating) |
5709 |
|
|
- Check if ld-linux.so.2 is a link already, before removing it (dcantrell) |
5710 |
|
|
|
5711 |
|
|
* Wed Feb 11 2009 Hans de Goede <hdegoede@redhat.com> - 11.5.0.17-1 |
5712 |
|
|
- Revert broken German translation fixes so that we will build again |
5713 |
|
|
- Sync up module list (#484984) (katzj) |
5714 |
|
|
|
5715 |
|
|
* Wed Feb 11 2009 Hans de Goede <hdegoede@redhat.com> - 11.5.0.16-1 |
5716 |
|
|
- Rewrite iscsi support using libiscsi (hdegoede) |
5717 |
|
|
|
5718 |
|
|
* Mon Feb 09 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.15-1 |
5719 |
|
|
- Fix gptsync/lib.c for gcc strict aliasing rules. (dcantrell) |
5720 |
|
|
- Fix gcc warning for gptsync memset() usage. (dcantrell) |
5721 |
|
|
|
5722 |
|
|
* Mon Feb 09 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.14-1 |
5723 |
|
|
- Rewrite mdio_read() in linkdetect.c for strict aliasing rules. (dcantrell) |
5724 |
|
|
|
5725 |
|
|
* Mon Feb 09 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.13-1 |
5726 |
|
|
- Check that required kickstart commands are present early on (#483048). |
5727 |
|
|
(clumens) |
5728 |
|
|
- Simplify the text mode interface. (clumens) |
5729 |
|
|
- Fix truncated translation string for livecd installs (#484430). (clumens) |
5730 |
|
|
- Calcutta -> Kolkata (#484638). (clumens) |
5731 |
|
|
- Fix runpychecker.sh to find zonetab module (hdegoede) |
5732 |
|
|
- Strip invalid characters from automatically made VG/LV names (#483571). |
5733 |
|
|
(clumens) |
5734 |
|
|
- Fix systemtime setting during installation (#6175, #461526). (rvykydal) |
5735 |
|
|
- Workaround MMC block devs showing up not as disks from hal (#481431) |
5736 |
|
|
(katzj) |
5737 |
|
|
- Add some new false positives to pychecker false positives filtering |
5738 |
|
|
(hdegoede) |
5739 |
|
|
- Make kickstart timezone value check consistent with system-config-date |
5740 |
|
|
(#483094) (rvykydal) |
5741 |
|
|
- Make ext4 default in UI filesystem selection (bug #481112) (rvykydal) |
5742 |
|
|
- Redirect iscsiadm's stderr away from the console. (clumens) |
5743 |
|
|
- Pay attention to the stderr parameter to execWithCapture. (clumens) |
5744 |
|
|
- For python2.6, our showwarnings function must take a line= parameter. |
5745 |
|
|
(clumens) |
5746 |
|
|
- If ext4dev is seen in the /etc/fstab, treat it as ext4 instead (#474484). |
5747 |
|
|
(clumens) |
5748 |
|
|
- Make sure to call _getConfig from our YumSorter subclass. (clumens) |
5749 |
|
|
- Set proper text mode font for Greeks (#470589) (msivak) |
5750 |
|
|
- Lots of translation updates. |
5751 |
|
|
|
5752 |
|
|
* Thu Jan 29 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.12-1 |
5753 |
|
|
- If ks=nfs:... is given, don't try to find the file via boot options |
5754 |
|
|
(#480210). (clumens) |
5755 |
|
|
- Fix cdrom install on machines with no network devices (wwoods) |
5756 |
|
|
- updated fuzzy strings (jsingh) |
5757 |
|
|
- Use modinfo to find out what firmware we need in initrd (wwoods) |
5758 |
|
|
- Use the preconf object for yum configuration now (jantill). (clumens) |
5759 |
|
|
- Updated Dutch translation adn only 1 -fuzzy- string left (zuma) |
5760 |
|
|
- Add a boot target for the xdriver=vesa parameter and document it. (clumens) |
5761 |
|
|
- repo.proxy is now a property, so check before setting it (#481342). |
5762 |
|
|
(clumens) |
5763 |
|
|
|
5764 |
|
|
* Wed Jan 21 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.11-1 |
5765 |
|
|
- Fix a logic problem with network file write outs. (480769) (jkeating) |
5766 |
|
|
- Only run selectBestKernel, selectBootloader, etc. for new installs. |
5767 |
|
|
(wwoods) |
5768 |
|
|
|
5769 |
|
|
* Mon Jan 19 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.10-1 |
5770 |
|
|
- btrfs install support (sandeen) |
5771 |
|
|
- Default / to be ext4 (katzj) |
5772 |
|
|
- Allow live installs to use ext4 as root and make the error message clearer |
5773 |
|
|
(katzj) |
5774 |
|
|
- Add support for Maithili and Nepali (#473209). (clumens) |
5775 |
|
|
|
5776 |
|
|
* Fri Jan 16 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.9-1 |
5777 |
|
|
- Cracklib moved locations, account for this in our keepfiles. (jkeating) |
5778 |
|
|
- Look in the right path for kernel module lists. (jkeating) |
5779 |
|
|
- Fix more problems in expandModuleSet, based on a patch from markmc |
5780 |
|
|
(#480307). (clumens) |
5781 |
|
|
- Allow ext4 without magic argument (keep a flag for migrate) (katzj) |
5782 |
|
|
- Fix pulling in network modules (katzj) |
5783 |
|
|
- Support mounting NTFS filesystems (#430084) (katzj) |
5784 |
|
|
- dejavu fonts changed package names, pick up new names. (jkeating) |
5785 |
|
|
- TightVNC is now the default VNC server in Fedora (#480308). (clumens) |
5786 |
|
|
- Only skip (over)writing netconfig if we have an actual instPath (jkeating) |
5787 |
|
|
- The sets module is deprecated, so no longer use it. (clumens) |
5788 |
|
|
|
5789 |
|
|
* Wed Jan 14 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.8-1 |
5790 |
|
|
- Fix D-Bus usage in get_connection in loader (jkeating) |
5791 |
|
|
|
5792 |
|
|
* Wed Jan 14 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.7-1 |
5793 |
|
|
- How to get raw pages from the wiki has changed again. (clumens) |
5794 |
|
|
- Make sure the 'anaconda' file gets the right detected type (alsadi, |
5795 |
|
|
#479574). |
5796 |
|
|
- Include the missing import. (clumens) |
5797 |
|
|
|
5798 |
|
|
* Thu Jan 08 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.6-1 |
5799 |
|
|
- Collect DSO deps for NetworkManager plugins. (dcantrell) |
5800 |
|
|
|
5801 |
|
|
* Thu Jan 08 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.5-1 |
5802 |
|
|
- NetworkManager system settings plugins were renamed, change mk-images. |
5803 |
|
|
(dcantrell) |
5804 |
|
|
- Add a message to install.log when package installation is done (#476953). |
5805 |
|
|
(clumens) |
5806 |
|
|
- Add support for specifying which partition to upgrade (atodorov, #471232). |
5807 |
|
|
(clumens) |
5808 |
|
|
- pykickstart has a new version of the upgrade command. (clumens) |
5809 |
|
|
- Log all calls to mount to /tmp/program.log as well. (clumens) |
5810 |
|
|
- Log everything from execWithRedirect or execWithCapture (#467690). |
5811 |
|
|
(clumens) |
5812 |
|
|
- Update partedUtils.py:findExistingRootPartitions to return UUID |
5813 |
|
|
(atodorov). (clumens) |
5814 |
|
|
- Don't skip the method screen when going back and forth (#477991). (clumens) |
5815 |
|
|
- Die on errors from upd-instroot/mk-images rather than continuing on (katzj) |
5816 |
|
|
- The FTP USER command does not need to be followed by a PASS (#477536). |
5817 |
|
|
(clumens) |
5818 |
|
|
|
5819 |
|
|
* Mon Jan 05 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.4-1 |
5820 |
|
|
- Workaround compile error due to (# 478663) (hdegoede) |
5821 |
|
|
- Various packaging fixed from review (#225246) (hdegoede) |
5822 |
|
|
- Show the header in certain non-lowres cases (#478765, alsadi AT |
5823 |
|
|
ojuba.org). (clumens) |
5824 |
|
|
- Remove doMultiMount. (clumens) |
5825 |
|
|
- Use mount -t auto instead of passing a list of valid fstypes (#477328). |
5826 |
|
|
(clumens) |
5827 |
|
|
- Fix case sensitivity when searching for headers (kanarip) |
5828 |
|
|
- Fix a traceback in checking for network install (ricky AT |
5829 |
|
|
fedoraproject.org). (clumens) |
5830 |
|
|
|
5831 |
|
|
* Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.3-1 |
5832 |
|
|
- Initialize domainname to None (#477831) (dcantrell) |
5833 |
|
|
- Do not import unused modules. (dcantrell) |
5834 |
|
|
- Call '/sbin/udevadm settle' instead of /sbin/udevsettle (dcantrell) |
5835 |
|
|
|
5836 |
|
|
* Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.2-1 |
5837 |
|
|
- Require latest pykickstart for repo command (clumens) |
5838 |
|
|
- Remove libdhcp* from scripts/upd-instroot (dcantrell) |
5839 |
|
|
- methodstr -> self.methodstr (dcantrell) |
5840 |
|
|
- Rewrite iface_ip2str() to use libnm-glib (dcantrell) |
5841 |
|
|
- Fix a few syntax error caugh by pychecker (hdegoede) |
5842 |
|
|
- Remove isys.e2fslabel() and isys.getraidsb() (dcantrell) |
5843 |
|
|
|
5844 |
|
|
* Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.1-1 |
5845 |
|
|
- Remove plural forms from po/tg.mo (katzj) |
5846 |
|
|
|
5847 |
|
|
* Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.0-1 |
5848 |
|
|
- Reduce direct D-Bus calls in isys/iface.c. (dcantrell) |
5849 |
|
|
- Allow 'ks' to function as it once did (#471812) (dcantrell) |
5850 |
|
|
- Fix telnet install support (#471082) (dcantrell) |
5851 |
|
|
- Call 'udevadm settle' instead of 'udevsettle'. (dcantrell) |
5852 |
|
|
- When using anaconda with kickstart file with UI mode - do not show the VNC |
5853 |
|
|
question (#476548) (msivak) |
5854 |
|
|
- Check error from asprintf() correctly for dhcpclass handling. (dcantrell) |
5855 |
|
|
- Use libnm_glib in net.c:get_connection() (dcantrell) |
5856 |
|
|
- Add libnm_glib CFLAGS and LIBS to loader's Makefile. (dcantrell) |
5857 |
|
|
- BR NetworkManager-glib-devel. (dcantrell) |
5858 |
|
|
- Only write the short hostname to the localhost line (#474086) (dcantrell) |
5859 |
|
|
- Updated Tajik Translation - Victor Ibragimov (victor.ibragimov) |
5860 |
|
|
- Copy /etc/dhclient-DEV.conf file to target system (#476364) (dcantrell) |
5861 |
|
|
- Use macros for D-Bus paths (dcantrell) |
5862 |
|
|
- Let X tell us when it's launched rather than just sleeping. (ajax) |
5863 |
|
|
- When there's no baseurl, set a default of [] instead of [''] (#476208). |
5864 |
|
|
(clumens) |
5865 |
|
|
- cracklib now raises exceptions on bad passwords (rzhou, #476312). (clumens) |
5866 |
|
|
- Make sure ssh doesn't get duplicated in the open port list (#474937). |
5867 |
|
|
(clumens) |
5868 |
|
|
- mdraid1: default to putting grub on partition instead of mbr (#217176) |
5869 |
|
|
(hdegoede) |
5870 |
|
|
- Don't install the games group as part of office/productivity (#472324). |
5871 |
|
|
(clumens) |
5872 |
|
|
- Don't dump encryption passphrases. (dlehman) |
5873 |
|
|
- Write anacdump.txt upon receipt of SIGUSR2 (from clumens). (dlehman) |
5874 |
|
|
- Use stacks instead of tracebacks in traceback handlers. (dlehman) |
5875 |
|
|
- Unmount swap devices when migrating filesystems, then reactivate |
5876 |
|
|
(#473260). (clumens) |
5877 |
|
|
- Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083). |
5878 |
|
|
(clumens) |
5879 |
|
|
- In iface_ip2str(), make sure to advance to next item before continue. |
5880 |
|
|
(dcantrell) |
5881 |
|
|
- We already have _GNU_SOURCE defined in Makefile.inc (dcantrell) |
5882 |
|
|
- Remove XXX comment in net.c about GATEWAY (dcantrell) |
5883 |
|
|
- Use strverscmp() from glibc in place of rpmvercmp() (dcantrell) |
5884 |
|
|
- Remove readLine() function from loader/loadermisc.c (dcantrell) |
5885 |
|
|
- Do not write SEARCH line to ifcfg-DEVICE file (#474858) (dcantrell) |
5886 |
|
|
- Preserve existing network configuration files during install (#461550) |
5887 |
|
|
(dcantrell) |
5888 |
|
|
- Send unique vendor class identifier unless user specifies one. (dcantrell) |
5889 |
|
|
- Avoid tracebacks when filling in static network config fields (#474275) |
5890 |
|
|
(dcantrell) |
5891 |
|
|
- Prevent network install when no network devices are found (#470144) |
5892 |
|
|
(dcantrell) |
5893 |
|
|
- Remove markup from text before printing it in cmdline mode (#470253). |
5894 |
|
|
(clumens) |
5895 |
|
|
- Move strip_markup() into iutil. (clumens) |
5896 |
|
|
- Fix up plural forms header so that python doesn't blow up for us (katzj) |
5897 |
|
|
- Change text to reflect Jesse's comments (katzj) |
5898 |
|
|
- Add support for the Tajik language (#455963). (clumens) |
5899 |
|
|
- Add a button to the UI to ignore all missing packages. (clumens) |
5900 |
|
|
- First small eu.po transtation, just to be sure that the system is set up |
5901 |
|
|
OK. (mikel.paskual) |
5902 |
|
|
- mini-wm: Turn on automatic window redirection. (ajax) |
5903 |
|
|
- Better naming for LVM volume groups and logical volumes (#461682) |
5904 |
|
|
(dcantrell) |
5905 |
|
|
- Partition requests can be None when populating the tree. (#474284) |
5906 |
|
|
(dlehman) |
5907 |
|
|
- Say we are unable to configure the network interface (#467960) (dcantrell) |
5908 |
|
|
- Match textw/network_text.py strings to iw/network_gui.py (#470145) |
5909 |
|
|
(dcantrell) |
5910 |
|
|
- In addSnap(), check snapshots for data key before continuing (#433824) |
5911 |
|
|
(dcantrell) |
5912 |
|
|
- Load FCP modules early for CD/DVD install (#184648) (dcantrell) |
5913 |
|
|
- Update mk-s390-cdboot.c to work with large kernel images (#184648) |
5914 |
|
|
(dcantrell) |
5915 |
|
|
- Make sure fstype exists before we try to test it (#473498). (clumens) |
5916 |
|
|
- Updated a small correction in kn locale (svenkate) |
5917 |
|
|
- Use modules.* files for finding modules of a type rather than modinfo |
5918 |
|
|
(katzj) |
5919 |
|
|
- Make complete text mention updates (#244431) (katzj) |
5920 |
|
|
- Make text for autopartitioning types clearer (#441350) (katzj) |
5921 |
|
|
- Allow installing grub on the MBR if /boot is on mdraid (#217176) (hdegoede) |
5922 |
|
|
- Fix some spelling errors in German translation (fabian) |
5923 |
|
|
- Make the required media dialog less wordy (#469557). (clumens) |
5924 |
|
|
- returnNewestByName now raises an error instead of returning [] (#472462). |
5925 |
|
|
(clumens) |
5926 |
|
|
- Fix death on login of an OLPC on a live image (katzj) |
5927 |
|
|
- Fix ld-*.so globbing for glibc-2.9 . (pjones) |
5928 |
|
|
- Do not bring up network for non-remote kickstart locations (#471658) |
5929 |
|
|
(dcantrell) |
5930 |
|
|
- Resolve dm-X devices returned by pvdisplay. (#448129) (dlehman) |
5931 |
|
|
- More shell script syntax fixing (katzj) |
5932 |
|
|
- Only bring up the network dialog on package failures if required |
5933 |
|
|
(#471502). (clumens) |
5934 |
|
|
|
5935 |
|
|
* Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.58-1 |
5936 |
|
|
- Add comps groups for new repos that are added (#470653) (katzj) |
5937 |
|
|
- Support upgrades of systems whose rootfs is on an LV. (#471288) (dlehman) |
5938 |
|
|
- Use hasPassphrase() instead of directly accessing passphrase member. |
5939 |
|
|
(dlehman) |
5940 |
|
|
- Don't dump private class members (those with leading "__") (dlehman) |
5941 |
|
|
- Explicitly close the CD drive after the user hits "continue" (#375011) |
5942 |
|
|
(pjones) |
5943 |
|
|
- Fix shell syntax error (#471090) (ivazqueznet) |
5944 |
|
|
- Save the /etc/fstab before overwriting it on upgrades (#452768, #470392). |
5945 |
|
|
(clumens) |
5946 |
|
|
|
5947 |
|
|
* Tue Nov 11 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.57-1 |
5948 |
|
|
- Fix more UnicodeDecodeErrors, hopefully for good this time (#470733). |
5949 |
|
|
(clumens) |
5950 |
|
|
- iscsi do missing value check only once (hdegoede) |
5951 |
|
|
- Don't try to label XFS filesystems on livecd installs (#470951). (clumens) |
5952 |
|
|
- Include cracklib .mo files and look up strings in the right domain. |
5953 |
|
|
(clumens) |
5954 |
|
|
- Bugzilla has changed its return values for a couple queries. (clumens) |
5955 |
|
|
- Set the default keyboard based on the language (#470446). (clumens) |
5956 |
|
|
- Prevent traceback for vnc installs on KVM guests (#470559) (dcantrell) |
5957 |
|
|
- Bring up networking early enough for syslog= param (#470513) (dcantrell) |
5958 |
|
|
- Sleep a bit before calling udevsettle in iscsiTarget.login (#470073, |
5959 |
|
|
#466661) (hdegoede) |
5960 |
|
|
- kickstart, iscsi do not call iscsi.startup after startIBFT has been called |
5961 |
|
|
(hdegoede) |
5962 |
|
|
- Do not stop and restart iscsid when rescanning disks/partitions (#470223) |
5963 |
|
|
(hdegoede) |
5964 |
|
|
- iscsi.startup should not login to targets as we are already logged in |
5965 |
|
|
(#470230) (hdegoede) |
5966 |
|
|
- Remove obsolete normally never reached code from _stopIscsiDaemon |
5967 |
|
|
(#470229) (hdegoede) |
5968 |
|
|
- The function getEncryptedDevice gets called correctly expect when we are |
5969 |
|
|
in (jgranado) |
5970 |
|
|
- More translations |
5971 |
|
|
|
5972 |
|
|
* Thu Nov 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.56-1 |
5973 |
|
|
- Don't have the key icon take up so much space on the LUKS dialog |
5974 |
|
|
(#470338). (clumens) |
5975 |
|
|
- Avoid getting linux-base in the kernel list (katzj) |
5976 |
|
|
- Deselect groups when we reset things also (#469854) (katzj) |
5977 |
|
|
- make iscsi login code wait for udev to create the devices (#466661, |
5978 |
|
|
#470073) (hdegoede) |
5979 |
|
|
- Set the correct path when using the directory chooser. (clumens) |
5980 |
|
|
- We always need a wait window, not just when the repo has a name. (clumens) |
5981 |
|
|
- Set initial state of IP configuration fields in text mode (#469933) |
5982 |
|
|
(dcantrell) |
5983 |
|
|
- Prevent traceback when there are no network devices (#469339) (dcantrell) |
5984 |
|
|
- Indentation fix. (pjones) |
5985 |
|
|
- Let users edit net settings on network failure in stage 1 (#465887) |
5986 |
|
|
(dcantrell) |
5987 |
|
|
- Move startNewt later to avoid printing extra messages on the screen |
5988 |
|
|
(#469687). (clumens) |
5989 |
|
|
|
5990 |
|
|
* Mon Nov 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.55-1 |
5991 |
|
|
- Revert "Make sure dialog deletions take effect sooner (#455676)." (clumens) |
5992 |
|
|
- Don't set up the launcher for the installer on XO (katzj) |
5993 |
|
|
- Whitespace cleanups for timezone.py (dcantrell) |
5994 |
|
|
- Do not store mount options in loaderData->instRepo (#467760) (dcantrell) |
5995 |
|
|
- Make sure we look up the IP address for the correct device (#469439) |
5996 |
|
|
(dcantrell) |
5997 |
|
|
- Remove unused bool() function. (dcantrell) |
5998 |
|
|
- Check for required space for / on live installs (#468867) (katzj) |
5999 |
|
|
- Add a basic method for checking the minimal size needed for a backend |
6000 |
|
|
(katzj) |
6001 |
|
|
- Fix typo that somehow snuck in (katzj) |
6002 |
|
|
- If there's no language selected, don't traceback (#469578). (clumens) |
6003 |
|
|
- Improve filtering of non-available groups (#469438) (katzj) |
6004 |
|
|
- filer.py: set defaultProduct in __init__ (hdegoede) |
6005 |
|
|
- Fix indentation error in filer.py (again) (hdegoede) |
6006 |
|
|
- Rebuild keymaps to get rid of trq.map (#469433). (clumens) |
6007 |
|
|
- Provide sample punch card reader script for s390x (#462953) (dcantrell) |
6008 |
|
|
- Fix a typo that shouldn't have even gotten though. (clumens) |
6009 |
|
|
- Check that the platform and product are also correct (#469367). (clumens) |
6010 |
|
|
- Remove cio_ignore functionality for s390x (dcantrell) |
6011 |
|
|
- Remove bootdisk/s390 (dcantrell) |
6012 |
|
|
- If method=nfs: is given, check if it's really an NFSISO install (#468885). |
6013 |
|
|
(clumens) |
6014 |
|
|
- Get the right list elements for the iscsi text interface (#466902). |
6015 |
|
|
(clumens) |
6016 |
|
|
- Don't traceback when displaying error messages (#469372). (clumens) |
6017 |
|
|
- Make sure we differentiate locked luks devs from deleted ones. (dlehman) |
6018 |
|
|
- Fix a typo that breaks kickstart with encryption. (#469318) (dlehman) |
6019 |
|
|
|
6020 |
|
|
* Thu Oct 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.54-1 |
6021 |
|
|
- Call startNewt earlier than network bring up (#469171). (clumens) |
6022 |
|
|
- Write out the path to the repo, not anaconda-ks.cfg (#467753). (clumens) |
6023 |
|
|
- Allow specifying devices by path if they're files (#468504) (katzj) |
6024 |
|
|
- Fix the last pychecker warnings in master (hdegoede) |
6025 |
|
|
- Add --strict option to runpychecker.sh (hdegoede) |
6026 |
|
|
|
6027 |
|
|
* Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.53-1 |
6028 |
|
|
- Don't sleep(5) after xrandr (ajax) |
6029 |
|
|
- Force DPI to 96 even harder (#458738) (ajax) |
6030 |
|
|
- Don't try to switch VT to the one that X is on (ajax) |
6031 |
|
|
- Only copy /etc/resolv.conf if instPath != '/' (dcantrell) |
6032 |
|
|
- 'is not' -> '!=' (dcantrell) |
6033 |
|
|
- Write --dhcpclass instead of --class to the anaconda ks file. (jgranado) |
6034 |
|
|
- Fix 2 issues in pyparted found by pychecker (hdegoede) |
6035 |
|
|
- Add a bit of documentation to the top of runpychecker.sh (hdegoede) |
6036 |
|
|
- Add runpychecker.sh script and pychecker-false-positives file (hdegoede) |
6037 |
|
|
- Fix saving tracebacks via scp while in text mode. (clumens) |
6038 |
|
|
- Search for the hash in the whiteboard, not as the entire whiteboard. |
6039 |
|
|
(clumens) |
6040 |
|
|
- Fix various syntax errors caught by PyChecker (hdegoede) |
6041 |
|
|
- Wouldn't it be nice to have some real documentation in filer.py? (clumens) |
6042 |
|
|
- Make sure the productVersion given by .treeinfo exists in bugzilla |
6043 |
|
|
(#468657). (clumens) |
6044 |
|
|
|
6045 |
|
|
* Mon Oct 27 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.52-1 |
6046 |
|
|
- Let DNS lookups work from %%post scripts (#468132) (dcantrell) |
6047 |
|
|
- Do not use /.tmp for temporary files (#468720) (dcantrell) |
6048 |
|
|
- Don't treat encrypted PVs as available if we don't have the key. (#465240) |
6049 |
|
|
(dlehman) |
6050 |
|
|
- Do all new device passphrase prompting from partitioningComplete. (dlehman) |
6051 |
|
|
- Fix the obviously stupid typo. (clumens) |
6052 |
|
|
- There's a new version of the firewall command for F10 (#467753). (clumens) |
6053 |
|
|
- Another fix for printing package summaries in text mode (#468283). |
6054 |
|
|
(clumens) |
6055 |
|
|
- Fix traceback in network.bringUp() (#468651) (dcantrell) |
6056 |
|
|
- lvresize requires a --force arg now (#468478) (katzj) |
6057 |
|
|
- Include return code on resize failure error message (#468479) (katzj) |
6058 |
|
|
|
6059 |
|
|
* Fri Oct 24 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.51-1 |
6060 |
|
|
- Catch UnicodeDecodeError so traceback messages display anyway. (dcantrell) |
6061 |
|
|
- Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell) |
6062 |
|
|
- Log D-Bus messages at ERROR or INFO level. (dcantrell) |
6063 |
|
|
- Write dhcpclass to the dhclient conf file for the device (#468436) |
6064 |
|
|
(dcantrell) |
6065 |
|
|
- Tell NetworkManager not to touch network interfaces when / is a netfs |
6066 |
|
|
(hans) |
6067 |
|
|
- Catch more X failures and fallback to text (#467158). (clumens) |
6068 |
|
|
- Fix a typo when using network --gateway (#468364). (clumens) |
6069 |
|
|
- Fix icon (#468273) (katzj) |
6070 |
|
|
- Remove extra debug info. (pjones) |
6071 |
|
|
- Fix the damn spinner in the progress bar. (pjones) |
6072 |
|
|
- Fix whitespace. (pjones) |
6073 |
|
|
- Fix "looking for installation images" when there's no disc at all. (pjones) |
6074 |
|
|
- Make sure dialog deletions take effect sooner (#455676). (clumens) |
6075 |
|
|
- Make cdrom drive door status messages be INFO not DEBUG. (pjones) |
6076 |
|
|
- Don't switch to tty6 on vnc installs. (clumens) |
6077 |
|
|
- Update font list (#462295). (clumens) |
6078 |
|
|
- Don't display the entire lengthy device description (#467825). (clumens) |
6079 |
|
|
- Fix ext4 detection on existing partitions (#467047) (rvykydal) |
6080 |
|
|
- Make sure we handle the /tmp/method file for FTP correctly (#467753). |
6081 |
|
|
(clumens) |
6082 |
|
|
- Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell) |
6083 |
|
|
- Revert "dhclient-script not needed for NetworkManager" (clumens) |
6084 |
|
|
- Skip Installation Repo when writing out repo kickstart lines. (clumens) |
6085 |
|
|
- Correct media check docs (#468061). (clumens) |
6086 |
|
|
- Many translation updates |
6087 |
|
|
|
6088 |
|
|
* Fri Oct 17 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.50-1 |
6089 |
|
|
- Update several font package names that we were missing. (clumens) |
6090 |
|
|
- Only bring up the netconfig dialog if the repo requires networking. |
6091 |
|
|
(clumens) |
6092 |
|
|
- cmdline.py: Fix a small typo in a message (rh 467338) (hansg) |
6093 |
|
|
- Enable CCW devices used for installation (#253075) (dcantrell) |
6094 |
|
|
- I don't know what trq.map.trq-map is, but let's not include it. (clumens) |
6095 |
|
|
- If networking is needed for yum repos, bring it up before fetching |
6096 |
|
|
repodata. (clumens) |
6097 |
|
|
- Force DPI to 96 when launching X. (#458738) (ajax) |
6098 |
|
|
- Lots of translation updates. |
6099 |
|
|
|
6100 |
|
|
* Tue Oct 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.49-1 |
6101 |
|
|
- Make kickstart installs work again (#374271, #392021, #448096, #466340, |
6102 |
|
|
#466304) (dcantrell) |
6103 |
|
|
- Let users go Back when loading updates. (dcantrell) |
6104 |
|
|
- Write ifcfg files to /etc/sysconfig/network-scripts instead of /.tmp |
6105 |
|
|
(dcantrell) |
6106 |
|
|
- Handle unknown hosts in getDefaultHostname (#466775) (dcantrell) |
6107 |
|
|
- Try to look up the hostname by the IP address NM reports (#466775) |
6108 |
|
|
(dcantrell) |
6109 |
|
|
- NM no longer provides the hostname as a property (#466775). (clumens) |
6110 |
|
|
- ext4dev -> ext4 (esandeen). (clumens) |
6111 |
|
|
- Move persistent network udev rule to under /etc (#464844). (clumens) |
6112 |
|
|
- Update keymaps to include latest Romanian settings (#466117). (clumens) |
6113 |
|
|
- Take ip= parameter values by not resetting ipinfo_set. (dcantrell) |
6114 |
|
|
|
6115 |
|
|
* Fri Oct 10 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.48-1 |
6116 |
|
|
- Remove unnecessary STEP_IP code. (dcantrell) |
6117 |
|
|
- Fix how configureTCPIP() returns. (dcantrell) |
6118 |
|
|
- Write new sysconfig data to a tmpdir first, then move in place. (dcantrell) |
6119 |
|
|
- Write NM_CONTROLLED=yes rather than NM_CONTROLLED= (dcantrell) |
6120 |
|
|
- Get rid of some iface flags that were not doing anything anymore. |
6121 |
|
|
(dcantrell) |
6122 |
|
|
- Generate new config files in /.tmp in writeEnabledNetInfo() (dcantrell) |
6123 |
|
|
- Remove unused variables from configureTCPIP() (dcantrell) |
6124 |
|
|
- Do not call get_connection() twice for DHCP. (dcantrell) |
6125 |
|
|
- Ask for language and keyboard in rescue mode (#466525). (clumens) |
6126 |
|
|
- Fix bringing up the network in rescue mode (#466523). (clumens) |
6127 |
|
|
- If we don't have a translation for a lang name, just use the English |
6128 |
|
|
(#466515) (katzj) |
6129 |
|
|
- Disable some more IPv6 checks. (clumens) |
6130 |
|
|
- Fix a typo (second part of #466374) (katzj) |
6131 |
|
|
|
6132 |
|
|
* Thu Oct 09 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.47-1 |
6133 |
|
|
- Tag problems in pkgcvs. Wish we still had force-tag |
6134 |
|
|
|
6135 |
|
|
* Thu Oct 09 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.46-1 |
6136 |
|
|
- Pull in static network settings from the boot: line (#465270) (dcantrell) |
6137 |
|
|
- Do not segfault when going back to select a new interface (#465887) |
6138 |
|
|
(dcantrell) |
6139 |
|
|
- Do not test for DNS settings in mountNfsImage() (dcantrell) |
6140 |
|
|
- Populate struct iface correctly in setupIfaceStruct() (dcantrell) |
6141 |
|
|
|
6142 |
|
|
* Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.45-1 |
6143 |
|
|
- Fix sorting of repos so we always return an integer value (#466174). |
6144 |
|
|
(clumens) |
6145 |
|
|
- Change the upgrade progress bar to pulse (#466053). (clumens) |
6146 |
|
|
- Mark iscsi disks not used for / as autostart (rh461840) (hans) |
6147 |
|
|
- Always display the wait window when fetching repo information. (clumens) |
6148 |
|
|
- Lazily unmount everything before killing NetworkManager (#463959). |
6149 |
|
|
(clumens) |
6150 |
|
|
- lang-names really does need to depend on subdirs (katzj) |
6151 |
|
|
- Reset targetLang on language change (#465981) (katzj) |
6152 |
|
|
- Honor static net parameters with NM (#465270) (dcantrell) |
6153 |
|
|
|
6154 |
|
|
* Mon Oct 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.44-1 |
6155 |
|
|
- Do not rely on loaderData->noDns to tell if we have DNS configured. |
6156 |
|
|
(dcantrell) |
6157 |
|
|
- Skip askmethod dialog if user passes repo= and stage2= (dcantrell) |
6158 |
|
|
- Reset resolver in get_connection() (dcantrell) |
6159 |
|
|
- Fix problems dealing with PXE boot and the ksdevice= parameter. (dcantrell) |
6160 |
|
|
- Disable more IPv6 code in loader for now. (dcantrell) |
6161 |
|
|
- Write BOOTPROTO=static for manual IPv4 config. (dcantrell) |
6162 |
|
|
- Disable IPv6 widgets for F-10. (dcantrell) |
6163 |
|
|
- Add iwlagn driver firmware (#465508). (clumens) |
6164 |
|
|
- Move starting HAL to after we've probed for hardware. (clumens) |
6165 |
|
|
- Don't try to load a couple modules that no longer exist. (clumens) |
6166 |
|
|
- The Chinese font package has changed names (#465290). (clumens) |
6167 |
|
|
- Fix a traceback when there's no ksdevice given (#465638). (clumens) |
6168 |
|
|
- Fix traceback in post install configuration (hans) |
6169 |
|
|
|
6170 |
|
|
* Fri Oct 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.43-1 |
6171 |
|
|
- Disable IPv6 interface widgets in loader for now. (dcantrell) |
6172 |
|
|
- Start NetworkManager earlier (#462083) (hans) |
6173 |
|
|
- Work around gtk2 bug (#465541) (hans) |
6174 |
|
|
- Move our yum.conf out of /etc (#465160) (katzj) |
6175 |
|
|
- Correctly display the IP address a vnc viewer should connect to (#465353). |
6176 |
|
|
(clumens) |
6177 |
|
|
- lohit-fonts-malayam has been replaced by smc-fonts-meera (#456449). |
6178 |
|
|
(clumens) |
6179 |
|
|
- Fix a typo in cleaning up repos. (clumens) |
6180 |
|
|
- Fix the mount error reading for real this time (pjones, #465250). (clumens) |
6181 |
|
|
- Support ksdevice=link when booting from boot.iso. (dcantrell) |
6182 |
|
|
- Automatically select NIC based on ksdevice= boot parameter. (dcantrell) |
6183 |
|
|
|
6184 |
|
|
* Wed Oct 01 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.42-1 |
6185 |
|
|
- Revert "Finally controlled the plural issue at #508 in Japanese" |
6186 |
|
|
(dcantrell) |
6187 |
|
|
|
6188 |
|
|
* Wed Oct 01 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.41-1 |
6189 |
|
|
- Fix text inconsistency (#465165). (clumens) |
6190 |
|
|
- If there's an error running Xvnc, also print it to the console. (clumens) |
6191 |
|
|
- Set the installation repo when using the askmethod UI (#463472). (clumens) |
6192 |
|
|
- Fix a segfault when the wrong HDISO repo parameter is given. (clumens) |
6193 |
|
|
- Remove the 'Installation Repo' cache directory after install (#464853). |
6194 |
|
|
(clumens) |
6195 |
|
|
- If there aren't any usable NICs, don't write out a config (#465127). |
6196 |
|
|
(clumens) |
6197 |
|
|
- It helps to specify what the method string should be split on (#464855). |
6198 |
|
|
(clumens) |
6199 |
|
|
- Gateway and nameserver are optional for static network configuration. |
6200 |
|
|
(dcantrell) |
6201 |
|
|
- Store nameserver in NetworkDevice object. (dcantrell) |
6202 |
|
|
- Fix a traceback calling enableNetwork (#464849). (clumens) |
6203 |
|
|
- Enable groups when creating new repos since yum doesn't do that now. |
6204 |
|
|
(clumens) |
6205 |
|
|
- Update FQDN patch to fix a couple tracebacks (#464191). (clumens) |
6206 |
|
|
- Fix static network configuration from boot.iso installs. (dcantrell) |
6207 |
|
|
- Use all caps naming for the netdev keys. (dcantrell) |
6208 |
|
|
- Left justify text in ui/netconfig.glade interface. (dcantrell) |
6209 |
|
|
- Use the right attribute for repo URLs. (clumens) |
6210 |
|
|
- Use fullscreen for small screens (#444943) (katzj) |
6211 |
|
|
- Another try at fixing up reading errors from mount. (clumens) |
6212 |
|
|
- Don't traceback if no baseurl has been set yet. (clumens) |
6213 |
|
|
- Allow users to enter a hostname or FQDN during installation (#464191) |
6214 |
|
|
(dcantrell) |
6215 |
|
|
- Whitespace cleanups. (dcantrell) |
6216 |
|
|
- Fix mk-s390-cdboot on s390x (#184648) (dcantrell) |
6217 |
|
|
- Run all text through unicode() before putting it into the TextBuffer. |
6218 |
|
|
(clumens) |
6219 |
|
|
- Add reverse chap iscsi bits for kickstart (hans) |
6220 |
|
|
- Properly center the passphrase entry dialog. (clumens) |
6221 |
|
|
- Fix test for an empty hostname. (clumens) |
6222 |
|
|
- Support installs to SD via MMC (#461884) (katzj) |
6223 |
|
|
- Set ANACONDA_PRODUCTNAME, etc from /etc/system-release (#464120) (alsadi) |
6224 |
|
|
- Reduce code duplication by moving methods into backend (katzj) |
6225 |
|
|
- Select packages after repos are set up (#457583) (katzj) |
6226 |
|
|
- Add a basic reset method (katzj) |
6227 |
|
|
- Cleanups and simplifications to repo setup (clumens) (katzj) |
6228 |
|
|
- Revert "Revert "lang-names should really only depend on lang-table"" |
6229 |
|
|
(katzj) |
6230 |
|
|
- Fix lang-name generation + fix traceback with LANG=C (katzj) |
6231 |
|
|
- Allow going back to the method selection screen on error (#463473). |
6232 |
|
|
(clumens) |
6233 |
|
|
- Make the boot loader device dialog less ugly (#463489). (clumens) |
6234 |
|
|
- Look in images/ for install.img on HDISO (#463474). (clumens) |
6235 |
|
|
- Sort Installation Repo to the top of the repo list. (clumens) |
6236 |
|
|
- Fuzzy string to fix translation build (katzj) |
6237 |
|
|
|
6238 |
|
|
* Wed Sep 24 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.40-1 |
6239 |
|
|
- Fix network interface bring up in text mode (#463861, #462592) (dcantrell) |
6240 |
|
|
- Bring back isys.resetResolv() and fix NetworkManager polling in |
6241 |
|
|
network.py. (dcantrell) |
6242 |
|
|
- Poll 'State' property from NetworkManager in network.bringUp() (dcantrell) |
6243 |
|
|
- Log error in rescue mode is network.bringUp() fails. (dcantrell) |
6244 |
|
|
- Set the first network device in the list to active. (dcantrell) |
6245 |
|
|
- Get rid of firstnetdevice in Network (dcantrell) |
6246 |
|
|
- Do not write /lib/udev.d rules if instPath is '' (dcantrell) |
6247 |
|
|
- Fix problems with bringDeviceUp() calls (#463512) (dcantrell) |
6248 |
|
|
|
6249 |
|
|
* Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.39-1 |
6250 |
|
|
- Fix a traceback when getting the interface settings (#462592). (clumens) |
6251 |
|
|
- self.anaconda -> anaconda (clumens) |
6252 |
|
|
|
6253 |
|
|
* Sat Sep 20 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.38-1 |
6254 |
|
|
- Restore old lang-names generation method (dcantrell) |
6255 |
|
|
- Remount /mnt/sysimage/dev after migrating filesystems. (clumens) |
6256 |
|
|
- Use the instroot parameter like we should be doing. (clumens) |
6257 |
|
|
|
6258 |
|
|
* Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.37-1 |
6259 |
|
|
- Set the filename on the traceback when we upload it (wwoods). |
6260 |
|
|
- Don't worry about errors looking up protected partitions on upgrades. |
6261 |
|
|
(clumens) |
6262 |
|
|
- Fix test for allowing the installation source to be on the root fs |
6263 |
|
|
(#462769). (clumens) |
6264 |
|
|
- lang-names should really only depend on lang-table (katzj) |
6265 |
|
|
- Don't make the .desktop file unless we actually need to (katzj) |
6266 |
|
|
- Fix lang-name generation (katzj) |
6267 |
|
|
- Look for xrandr in the search path. (clumens) |
6268 |
|
|
- Make the textw network screen match the iw interface by only prompting for |
6269 |
|
|
hostname (#462592) (dcantrell) |
6270 |
|
|
- Pick up hostname if we have it, otherwise use localhost.localdomain |
6271 |
|
|
(#461933) (dcantrell) |
6272 |
|
|
- dhclient-script not needed for NetworkManager (dcantrell) |
6273 |
|
|
- Add getDefaultHostname() to network.py (dcantrel) |
6274 |
|
|
- Write out NETMASK and BROADCAST correctly in loader. (dcantrel) |
6275 |
|
|
- Fix problems with manual network configuration in loader. (dcantrel) |
6276 |
|
|
- anaconda-yum-plugins is now in its own source repo. (clumens) |
6277 |
|
|
- Remove most of the network configuration from text mode as well (#462691). |
6278 |
|
|
(clumens) |
6279 |
|
|
- Add an extra newline to the empty partition table message. (clumens) |
6280 |
|
|
- Fixup DiskSet._askForLabelPermission() (markmc) |
6281 |
|
|
|
6282 |
|
|
* Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.36-1 |
6283 |
|
|
- Remove invalid i18n stuff to let anaconda build. (dcantrell) |
6284 |
|
|
- Remove doConfigNetDevice() prototype. (dcantrell) |
6285 |
|
|
|
6286 |
|
|
* Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.35-1 |
6287 |
|
|
- Call network.bringDeviceUp() instead of old isys functions. (dcantrell) |
6288 |
|
|
- Pass device name to network.setDNS() and network.setGateway(). (dcantrell) |
6289 |
|
|
- NetworkManager fixes in network.py (dcantrell) |
6290 |
|
|
- Remove code from isys not needed for NetworkManager. (dcantrell) |
6291 |
|
|
- Avoid writing out NM_CONTROLLED more than once. (dcantrell) |
6292 |
|
|
- Write out final ifcfg-DEVICE files correctly. (dcantrell) |
6293 |
|
|
- Use POSIX and LSB hostname length limit. (dcantrell) |
6294 |
|
|
- Consistent whitespace usage in network.py (dcantrell) |
6295 |
|
|
- Do not try to start hald or dbus-daemon from anaconda. (dcantrell) |
6296 |
|
|
- On HDISO installs, mark LABEL= and UUID= partitions as protected. (clumens) |
6297 |
|
|
- Do encrypted device passphrase retrofits while activating partitioning. |
6298 |
|
|
(dlehman) |
6299 |
|
|
- Use one passphrase for all new LUKS devices and offer retrofit to old |
6300 |
|
|
ones. (dlehman) |
6301 |
|
|
- There's only one passphrase member (encryptionPassphrase) in Partitions. |
6302 |
|
|
(dlehman) |
6303 |
|
|
- Only add LUKSDevice instances to PV requests as needed. (dlehman) |
6304 |
|
|
- New device passphrase is now always global w/ option to retrofit. (dlehman) |
6305 |
|
|
- Don't prompt for a passphrase when creating encrypted devices. (dlehman) |
6306 |
|
|
- Define a method to add a passphrase to an existing LUKS device. (dlehman) |
6307 |
|
|
- Fix a traceback when starting a shell in rescue mode (#462148). (clumens) |
6308 |
|
|
- md, lock_nolock, and dm_emc kernel modules no longer exist. (clumens) |
6309 |
|
|
- Fix iscsi disk detection with newer kernels (rh 461839, 461841) (hans) |
6310 |
|
|
- Fix the crash reported in bug 454135 (hans) |
6311 |
|
|
- Make iBFT reading explicit from a higher level (hans) |
6312 |
|
|
- Add ibft flag to ease in testing. (hans) |
6313 |
|
|
- Support iSCSI CHAP and Reverse CHAP authentication (rhbz#402431, |
6314 |
|
|
rhbz#432819) (hans) |
6315 |
|
|
- Don't set iscsi devices to autostart (rhbz#437891) (hans) |
6316 |
|
|
- Add full CHAP support to iSCSI. (rhbz#432819) (hans) |
6317 |
|
|
- Do not try to initialize iSCSI, when no portal (#435173) (hans) |
6318 |
|
|
- Fix wrong function names for iscsi login/start (rhbz#295154) (hans) |
6319 |
|
|
- Set an attribute when iscsid is started (#431904). (hans) |
6320 |
|
|
- Better fixes for iscsi probing (patch from jlaska) (hans) |
6321 |
|
|
- Make sure ISCSIADM and such are defined (rhbz#431924) (hans) |
6322 |
|
|
- Fix iscsi so that mkinitrd can actually talk to the running daemon (hans) |
6323 |
|
|
- Make iscsi/ibft work (hans) |
6324 |
|
|
- Add mk-images changes forgotten in previous commit (hans) |
6325 |
|
|
- Add support for iSCSI iBFT table (#307761) (hans) |
6326 |
|
|
|
6327 |
|
|
* Thu Sep 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.34-1 |
6328 |
|
|
- Always start NM so we can talk to it in the boot.iso case (#461071). |
6329 |
|
|
(clumens) |
6330 |
|
|
- Use the device path to identify LUKS devs in /etc/fstab. (#460700) |
6331 |
|
|
(dlehman) |
6332 |
|
|
- Use the LUKS UUID instead of device nodes in all references. (#460700) |
6333 |
|
|
(dlehman) |
6334 |
|
|
- LUKSDevice.getScheme() no longer cares if the dev has a passphrase. |
6335 |
|
|
(#461203) (dlehman) |
6336 |
|
|
- Correct translation to fix the build. (clumens) |
6337 |
|
|
- Add the method string back into anaconda-ks.cfg. (clumens) |
6338 |
|
|
- Let's try pulling libsqlite into the initrd one more time. (clumens) |
6339 |
|
|
- Don't traceback at the end of live installs (katzj) |
6340 |
|
|
- Correct the message telling you to use a VNC password. (clumens) |
6341 |
|
|
- Remove unused TIMEZONES= crud. (clumens) |
6342 |
|
|
- print doesn't yet support the file= syntax in our version of python. |
6343 |
|
|
(clumens) |
6344 |
|
|
- Catch errors from using the wrong bugzilla field and display them. |
6345 |
|
|
(clumens) |
6346 |
|
|
- Fix line wrapping on part type screen (jlaska, #461759). |
6347 |
|
|
- rep_platform has been renamed to platform. (clumens) |
6348 |
|
|
|
6349 |
|
|
* Tue Sep 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.33-1 |
6350 |
|
|
- Include NetworkManager and dbus libraries on 64-bit arches (#461632). |
6351 |
|
|
(clumens) |
6352 |
|
|
- We need libsqlite3.so in upd-instroot before it can be in the initrd. |
6353 |
|
|
(clumens) |
6354 |
|
|
- Fix partitions growing (backport of rhbz #442628) (rvykydal) |
6355 |
|
|
- Kickstart timezone validity check fixed (#461526) (rvykydal) |
6356 |
|
|
- Add more kernel crypto modules (#443545). (clumens) |
6357 |
|
|
- Make the progress bar move when downloading the install.img (#461182). |
6358 |
|
|
(clumens) |
6359 |
|
|
- Add overrideDHCPhostname as an attribute. (clumens) |
6360 |
|
|
- Fix saving to remote hosts (#461500). (clumens) |
6361 |
|
|
- short_desc is now summary. (clumens) |
6362 |
|
|
- Use print() as a function. (pjones) |
6363 |
|
|
|
6364 |
|
|
* Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.32-1 |
6365 |
|
|
- Use struct audit_reply instead of struct auditd_reply_list (dcantrell) |
6366 |
|
|
|
6367 |
|
|
* Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.31-1 |
6368 |
|
|
- Use --service=NAME in firewall.py when calling lokkit (dcantrell) |
6369 |
|
|
- Make NM work for the DHCP case, at least (dcbw) (#461071). (clumens) |
6370 |
|
|
- Sleep a little after dbus to give it time before HAL connects. (clumens) |
6371 |
|
|
- Add libsqlite to the initrd, which is needed by NSS libs. (clumens) |
6372 |
|
|
- Add more dlopen()ed libraries to the initrd. (clumens) |
6373 |
|
|
- Fix various problems with the exn saving UI (#461129). (clumens) |
6374 |
|
|
- Fail gracefully if we can't talk to NetworkManager over DBus. (dcantrell) |
6375 |
|
|
- Reword text for easy of translating plurals (#460728). (clumens) |
6376 |
|
|
- Make sure /bin/sh is linked to /bin/bash (dcantrell) |
6377 |
|
|
- Do not include /usr/lib/gconv in install.img (dcantrell) |
6378 |
|
|
- Add /etc/NetworkManager/dispatcher.d to the install.img. (clumens) |
6379 |
|
|
- Remove last vestiges of rhpxl and pirut. (clumens) |
6380 |
|
|
- Only one list of packages in upd-instroot, thanks. (clumens) |
6381 |
|
|
- Add xrandr back into the install.img (#458738). (clumens) |
6382 |
|
|
- Add a couple more directories to search paths. (clumens) |
6383 |
|
|
- Do repo setup and sack setup as separate steps. (clumens) |
6384 |
|
|
- Fix a typo that was causing repos in the kickstart file to be skipped |
6385 |
|
|
(#451020). (clumens) |
6386 |
|
|
|
6387 |
|
|
* Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.30-1 |
6388 |
|
|
- Fix a traceback with unencrypted autopart. (dlehman) |
6389 |
|
|
- doLoggingSetup has grown some new arguments (#460654). (clumens) |
6390 |
|
|
- Updated German translation (fabian) |
6391 |
|
|
- Remove references to isConfigured in network.py (dcantrell) |
6392 |
|
|
- Define the NM_STATE_* constants in isys.py (dcantrell) |
6393 |
|
|
- Rewrite NetworkWindow to only prompt for hostname. (dcantrell) |
6394 |
|
|
- Pad the icon more in network.glade (dcantrell) |
6395 |
|
|
- Removed iface_dns_lookup() (dcantrell) |
6396 |
|
|
- Don't pass NULL to dbus_message_unref() (dcantrell) |
6397 |
|
|
- New network configuration screen for GTK+ UI. (dcantrell) |
6398 |
|
|
- Pass family to iface_ip2str() call (dcantrell) |
6399 |
|
|
- Rewrite iface_ip2str() to talk to NetworkManager over D-Bus (dcantrell) |
6400 |
|
|
- New translation (besnik) |
6401 |
|
|
- Pull in the gtkrc file so we can find the theme. (clumens) |
6402 |
|
|
- Use signed git tags (katzj) |
6403 |
|
|
- Skip networkDeviceCheck in dispatch.py (dcantrell) |
6404 |
|
|
- Do not call has_key() on NetworkDevice, use isys.NM_* (dcantrell) |
6405 |
|
|
- Separate lines per BR. (dcantrell) |
6406 |
|
|
- Remove invalid line iw/autopart_type.py (dcantrell) |
6407 |
|
|
- Fix syntax error in yuminstall.py, fix pychecker warnings. (dcantrell) |
6408 |
|
|
- Updated Hungarian translation (sulyokpeti) |
6409 |
|
|
- Add missing () to function definitions. (dcantrell) |
6410 |
|
|
- Fix err handling in doMultiMount() (dcantrell) |
6411 |
|
|
- Revert "Pass --follow to git-log" (dcantrell) |
6412 |
|
|
- Remove references to /tmp/netinfo (dcantrell) |
6413 |
|
|
- Gather network settings from NetworkManager and ifcfg files. (dcantrell) |
6414 |
|
|
- Update the pot file and refresh the pos (katzj) |
6415 |
|
|
- For all HTTP/FTP repos, keep the cached repodata (#173441). (clumens) |
6416 |
|
|
- Fix a traceback when trying to set the status whiteboard on a bug. |
6417 |
|
|
(clumens) |
6418 |
|
|
- When the wrong filesystem type is used, raise a more explicit error. |
6419 |
|
|
(clumens) |
6420 |
|
|
- Don't copy the install.img over in single media cases (#216167). (clumens) |
6421 |
|
|
- Remove isys.getopt() (dcantrell) |
6422 |
|
|
- Remove code not used in net.c (dcantrell) |
6423 |
|
|
- Write to /etc/sysconfig/network-scripts/ifcfg-INTERFACE (dcantrell) |
6424 |
|
|
- mystrstr() -> strstr() (dcantrell) |
6425 |
|
|
- Expand getDeviceProperties to return all devices. (dcantrell) |
6426 |
|
|
- Pass --follow to git-log (dcantrell) |
6427 |
|
|
- Support accessing preexisting LUKS devs using LRW or XTS ciphers. |
6428 |
|
|
(#455063) (dlehman) |
6429 |
|
|
- Use yum's handling of optional/default/mandatory package selection |
6430 |
|
|
(#448172). (clumens) |
6431 |
|
|
- List iSCSI multipath devices in the installer UI. (dcantrell) |
6432 |
|
|
- Fix text wrap width on the partition type combo, for real this time |
6433 |
|
|
(#221791) (dlehman) |
6434 |
|
|
- For /dev/hvc0 terminals, set TERM to vt320 (#219556). (dcantrell) |
6435 |
|
|
- The Timer class is no longer used. (clumens) |
6436 |
|
|
- Handle preexisting swraid w/ encrypted member disks/partitions. (dlehman) |
6437 |
|
|
- Don't try to close a dm-crypt mapping that is not open. (dlehman) |
6438 |
|
|
- Remove unused silo code that wouldn't even build if it were used. (clumens) |
6439 |
|
|
- Remove some really old, really unused code. (clumens) |
6440 |
|
|
- Add another mount function that takes a list of fstypes to try. (clumens) |
6441 |
|
|
- Download progress indicator for FTP and HTTP in stage 1. (dcantrell) |
6442 |
|
|
- Make sure we wait for NetworkManager. (dcantrell) |
6443 |
|
|
- Renamed loader2 subdirectory to loader (hooray for git) (dcantrell) |
6444 |
|
|
- Do not include wireless.h or call is_wireless_device() (dcantrell) |
6445 |
|
|
- Add getDeviceProperties() and rewrite getMacAddress() (dcantrell) |
6446 |
|
|
- Do not include wireless.h (dcantrell) |
6447 |
|
|
- Rewrite isys.isWireless() to use D-Bus and NetworkManager (dcantrell) |
6448 |
|
|
- Rewrite isys.getIPAddress() to use D-Bus and NetworkManager. (dcantrell) |
6449 |
|
|
- Include ../isys/ethtool.h instead of ../isys/net.h. (dcantrell) |
6450 |
|
|
- Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs. |
6451 |
|
|
(dcantrell) |
6452 |
|
|
- Removed waitForLink() function in loader. (dcantrell) |
6453 |
|
|
- Remove initLoopback() function in loader (dcantrell) |
6454 |
|
|
- Use D-Bus properties to get current NM state. (dcantrell) |
6455 |
|
|
- Use dbus in hasActiveNetDev() and _anyUsing() (dcantrell) |
6456 |
|
|
- Use NetworkManager instead of libdhcp. (#458183) (dcantrell) |
6457 |
|
|
- When mount fails, pass the error message up to the UI layer. (clumens) |
6458 |
|
|
- Bring askmethod back to prompt for the location of install.img. (clumens) |
6459 |
|
|
|
6460 |
|
|
* Fri Aug 22 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.29-1 |
6461 |
|
|
- Enable yum plugins. (clumens) |
6462 |
|
|
- In the preupgrade case, repo=hd: means an exploded tree on the hard drive. |
6463 |
|
|
(clumens) |
6464 |
|
|
- Remove preupgrade-specific hacks. (clumens) |
6465 |
|
|
- Add conf files for our yum plugins so they can be enabled. (clumens) |
6466 |
|
|
- Create a subpackage containing the yum plugins. (clumens) |
6467 |
|
|
- Add the new blacklist and whiteout yum plugins. (clumens) |
6468 |
|
|
- Allow retrying if the ISO images aren't found (for the USB case). (clumens) |
6469 |
|
|
- Include "--encrypted" in anaconda-ks.cfg partitioning as needed. (#459430) |
6470 |
|
|
(dlehman) |
6471 |
|
|
- Support establishing a global passphrase when creating encrypted devices. |
6472 |
|
|
(dlehman) |
6473 |
|
|
- Display the lock icon for encrypted RAID members. (#459123) (dlehman) |
6474 |
|
|
- More descriptive drive message when warning on format. (dcantrell) |
6475 |
|
|
- Need to import rhpl for things like switching to pdb. (clumens) |
6476 |
|
|
- Fix traceback in passphrase handling code for encrypted RAID requests. |
6477 |
|
|
(#459121) (dlehman) |
6478 |
|
|
- Copy the install.img to /tmp on HD installs. (clumens) |
6479 |
|
|
- Fix a typo (dcantrell). |
6480 |
|
|
- Expert mode was disabled in 2004. Remove it now. (clumens) |
6481 |
|
|
- Remove an extra "Local disk" option (#459128). (clumens) |
6482 |
|
|
- Clear up error reporting on upgrades when devices are listed by UUID. |
6483 |
|
|
(clumens) |
6484 |
|
|
- If the UI was used to specify a repo, construct a repo param (#458899). |
6485 |
|
|
(clumens) |
6486 |
|
|
- Fix a traceback calling createMapping. (clumens) |
6487 |
|
|
- First crack at upgrade of systems with encrypted block devices. (#437604) |
6488 |
|
|
(dlehman) |
6489 |
|
|
- In kickstart, prompt for new LUKS dev passphrase if not specified. |
6490 |
|
|
(#446930) (dlehman) |
6491 |
|
|
- Remove passphrase check hack from LUKSDevice.getScheme. (dlehman) |
6492 |
|
|
- Allow specification of a device string for display in passphrase dialog. |
6493 |
|
|
(dlehman) |
6494 |
|
|
- Add encrypted device passphrase dialog for text mode. (dlehman) |
6495 |
|
|
- Fix PartitionDevice.getDevice to take asBoot into account. (dlehman) |
6496 |
|
|
- Make passphrase dialogs appear in the center of the screen. (#458114) |
6497 |
|
|
(dlehman) |
6498 |
|
|
- Consider clearpart and ignoredisk when scanning for encrypted partitions. |
6499 |
|
|
(dlehman) |
6500 |
|
|
- Correctly handle typos in the stage2 location when inferred from repo=. |
6501 |
|
|
(clumens) |
6502 |
|
|
- Fix the loader UI when prompting for stage2.img on HDISO. (clumens) |
6503 |
|
|
- Rename stage2.img to install.img (dcantrell) |
6504 |
|
|
- Bring up the network before saving a bug via scp. (clumens) |
6505 |
|
|
- Make it more explicit we want the stage2.img URL, not the repo URL. |
6506 |
|
|
(clumens) |
6507 |
|
|
- Add the match type so we don't find all bugs. (clumens) |
6508 |
|
|
- Make upd-updates create the updates.img you specify if it doesn't already |
6509 |
|
|
exist. (pjones) |
6510 |
|
|
- Don't base mpath/dmraid/raid startup/stopping based on if lvm is activated |
6511 |
|
|
yet, (pjones) |
6512 |
|
|
- Add diskset.devicesOpen boolean, so we can tell if devices should be |
6513 |
|
|
started (pjones) |
6514 |
|
|
- Add dirCleanup back in so we don't leave install metadata behind. (clumens) |
6515 |
|
|
- Move betanag to after keyboard and language are setup. (clumens) |
6516 |
|
|
- Add module dependencies of qeth.ko (#431922). (clumens) |
6517 |
|
|
- Copy the changes from RHEL5 for the linuxrc.s390 over. (clumens) |
6518 |
|
|
- Disable SCSI devices so we can safely remove a LUN (bhinson, #249341). |
6519 |
|
|
(dcantrell) |
6520 |
|
|
|
6521 |
|
|
* Tue Aug 12 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.28-1 |
6522 |
|
|
- More fixes to include udev rules in the initrd (#458570). (clumens) |
6523 |
|
|
- Catch the first non-generic-logo package that provides system-logos. |
6524 |
|
|
(clumens) |
6525 |
|
|
- Remove extra ')' in install-buildrequires (dcantrell) |
6526 |
|
|
|
6527 |
|
|
* Mon Aug 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.27-1 |
6528 |
|
|
- Handle 'rescue' and %%post in rescue mode (atodorov) |
6529 |
|
|
- Delay the duplicate label error until the label is actually used |
6530 |
|
|
(#458505). (clumens) |
6531 |
|
|
- Enable wireless modules again for now as a test (#443545). (clumens) |
6532 |
|
|
- udev rules have changed location (#458570). (clumens) |
6533 |
|
|
- Add install-buildrequires target. (dcantrell) |
6534 |
|
|
|
6535 |
|
|
* Fri Aug 08 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.26-1 |
6536 |
|
|
- Remove a bunch of cachedir setting code that is no longer needed. (clumens) |
6537 |
|
|
- Fix segfaults on interactive NFS installs (#458416). (clumens) |
6538 |
|
|
- Fix LVM error handling so the exceptions actually get into the namespace. |
6539 |
|
|
(pjones) |
6540 |
|
|
- yuminstall: don't look for kernel-xen anymore (markmc) |
6541 |
|
|
- console: kill the /proc/xen hack (markmc) |
6542 |
|
|
- yuminstall: don't ever stop people installing the virt group (markmc) |
6543 |
|
|
- lang: kill xen keymap hack (markmc) |
6544 |
|
|
- bootloader: remove old kernel-xen-{guest, hypervisor} handling (markmc) |
6545 |
|
|
- Preserve baseurl/mirrorlist and mirrorlist checkbox settings across loads. |
6546 |
|
|
(clumens) |
6547 |
|
|
- It's BETANAG, not betanag. (clumens) |
6548 |
|
|
- Various string fixes (clumens). |
6549 |
|
|
- Wrap spec file changelog lines. (dcantrell) |
6550 |
|
|
- mk-images: replace kernel-xen with pv_ops kernel (markmc) |
6551 |
|
|
- Use a temporary location for yum cache data (#457632). (clumens) |
6552 |
|
|
- Remove extra newtPopWindow() call that was causing a crash (#260621). |
6553 |
|
|
(dcantrell) |
6554 |
|
|
- Add /sbin/sfdisk (#224297). (dcantrell) |
6555 |
|
|
- Do not call _isys.vtActivate() on s390 or s390x platforms (#217563). |
6556 |
|
|
(dcantrell) |
6557 |
|
|
- Change the maximum recommended swap size to "2000 + (current |
6558 |
|
|
ram)".(#447372) (jgranado) |
6559 |
|
|
- Make it >= not > for the memory size comparison (#207573) (pjones) |
6560 |
|
|
- Allow float comparison between nic names in isys.py. (#246135) (joel) |
6561 |
|
|
- Fix formatting on disk sizes >1TB (pjones) |
6562 |
|
|
- Don't traceback when trying to remove /mnt/sysimage (#227650). (dcantrell) |
6563 |
|
|
- If we're booting off the boot.iso, don't prompt for lang or kbd (#457595). |
6564 |
|
|
(clumens) |
6565 |
|
|
- Don't mention images/diskboot.img anymore (#441092). (clumens) |
6566 |
|
|
- Remove iSeries image generation (#456878) (dcantrell) |
6567 |
|
|
- Display capslock status correctly (#442258) (dcantrell) |
6568 |
|
|
|
6569 |
|
|
* Mon Aug 04 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.25-1 |
6570 |
|
|
- Eject the CD/DVD if we booted off a boot.iso as well (#442088). (clumens) |
6571 |
|
|
- Fix a GTK warning that only appears with s-c-ks running from a |
6572 |
|
|
shell (#431844). (clumens) |
6573 |
|
|
- Break a few functions out of yuminstall.py into their own file. (clumens) |
6574 |
|
|
- We're not actually activating new filesystems quite yet. (clumens) |
6575 |
|
|
- Fix a typo in the initial partitioning screen. (clumens) |
6576 |
|
|
- Use system-logos instead of hardcoding fedora-logos (#457378). (clumens) |
6577 |
|
|
- anaconda can no longer be None when we create a DiskSet instance. (clumens) |
6578 |
|
|
- Remove LabelFactory since we now rely on UUIDs for everything. (clumens) |
6579 |
|
|
- Filter out repos that aren't enabled when running in betanag mode. (clumens) |
6580 |
|
|
- Close the transaction between CDs (#457126). (clumens) |
6581 |
|
|
- Split media fixes. (clumens) |
6582 |
|
|
- Handling (ask user) of invalid timezone value in kickstart added |
6583 |
|
|
(#404323) (rvykydal) |
6584 |
|
|
|
6585 |
|
|
* Thu Jul 31 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.24-1 |
6586 |
|
|
- Don't try to use self.tree as the mode to open .discinfo. (clumens) |
6587 |
|
|
- Remove all the RPM lock files before creating a new |
6588 |
|
|
transaction (#456949). (clumens) |
6589 |
|
|
- Support VDSK devices on s390x (#264061) (dcantrell) |
6590 |
|
|
|
6591 |
|
|
* Wed Jul 30 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.23-1 |
6592 |
|
|
- Fix mke2fs argument passing (#457285). (clumens) |
6593 |
|
|
- Disable logging in the firmware loader, since it clobbers other |
6594 |
|
|
log messages. (pjones) |
6595 |
|
|
|
6596 |
|
|
* Wed Jul 30 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.22-1 |
6597 |
|
|
- udevsettle takes forever, so display a waitWindow. (clumens) |
6598 |
|
|
- Leave anaconda-runtime around for mk-images run. (dcantrell) |
6599 |
|
|
|
6600 |
|
|
* Tue Jul 29 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.21-1 |
6601 |
|
|
- Remove an instance of NEEDGR still existing to fix graphical |
6602 |
|
|
isolinux (#457144) (katzj) |
6603 |
|
|
- use newer mke2fs arguments for different filesystems (sandeen) |
6604 |
|
|
- Use attributes to tell us whether filesystems are |
6605 |
|
|
bootable (#457037). (clumens) |
6606 |
|
|
- Make sure we drag in gzip, used by the image creation stuff. (jkeating) |
6607 |
|
|
|
6608 |
|
|
* Fri Jul 25 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.20-1 |
6609 |
|
|
- Clean up some mistakes in the minstg2 removal. (dcantrell) |
6610 |
|
|
- Fix passing the language to anaconda (katzj) |
6611 |
|
|
|
6612 |
|
|
* Thu Jul 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.19-1 |
6613 |
|
|
- Fix another NFS kickstart segfault (#456461). (clumens) |
6614 |
|
|
- Remove support for generating a minstg2.img image. (dcantrell) |
6615 |
|
|
- If the xconfig command is given, do something with it (#455938). (clumens) |
6616 |
|
|
- METHOD_CDROM is now supported on s390 (jgranado). (clumens) |
6617 |
|
|
- Fix test for if we could access stage2.img on the CD (wwoods). |
6618 |
|
|
- Look for updates.img and product.img on the boot.iso. (clumens) |
6619 |
|
|
- Suspend the curses interface before calling scripts and resume afterwards |
6620 |
|
|
(#435314) (msivak) |
6621 |
|
|
|
6622 |
|
|
* Wed Jul 23 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.18-1 |
6623 |
|
|
- MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers. (clumens) |
6624 |
|
|
|
6625 |
|
|
* Wed Jul 23 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.17-1 |
6626 |
|
|
- Add support for filing bugs straight into bugzilla. (clumens) |
6627 |
|
|
- Running git-tag -f from a makefile rule is a bad idea (katzj) |
6628 |
|
|
- A text message in rescue.py is not gettext-ized (atodorov) |
6629 |
|
|
- Code cleanup - handling of --serial (atodorov) |
6630 |
|
|
- Offer physical NIC identification in stage 1 (#261101) (dcantrell) |
6631 |
|
|
- Specify a default cio_ignore parameter for s390x (#253075) (dcantrell) |
6632 |
|
|
- Fix getting the stage2 image when doing kickstart installs. (clumens) |
6633 |
|
|
- Convert package names to unicode before displaying the error message |
6634 |
|
|
(#446826). (clumens) |
6635 |
|
|
- When there is text mode specified in the kickstart file, disable the vnc |
6636 |
|
|
question (#455612) (msivak) |
6637 |
|
|
- We no longer add the fstype to the hd: method in loader. (clumens) |
6638 |
|
|
- Check DHCP by default on the text network configurator screen. (clumens) |
6639 |
|
|
- Support booting from FCP-attached CD/DVD drive on s390 (#184648) (dcantrell) |
6640 |
|
|
|
6641 |
|
|
* Thu Jul 17 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.16-1 |
6642 |
|
|
- Support xdriver= again (katzj) |
6643 |
|
|
- Fix loadkeys on serial console (niels.devos) |
6644 |
|
|
- don't change from cmdline to textmode on lowmem systems (niels.devos) |
6645 |
|
|
- Update the VNC over text mode patch, so it correctly passes the password |
6646 |
|
|
to VNC server (#455612) (msivak) |
6647 |
|
|
- Set interface MTU if user specified mtu= param (#435874) (dcantrell) |
6648 |
|
|
- Bring up the network before attempting to mount the NFSISO source. (clumens) |
6649 |
|
|
- Catch mount errors when adding NFS repos (#455645). (clumens) |
6650 |
|
|
- Fix a traceback when trying to save exceptiona via scp. (clumens) |
6651 |
|
|
- Give a progress bar when cleaning up after upgrades (#208725). (clumens) |
6652 |
|
|
- Look for repo config files in /etc/anaconda.repos.d. (clumens) |
6653 |
|
|
- baseurl should be a list, mirrorlist should not. (clumens) |
6654 |
|
|
- It's called crypto_blkcipher.ko these days. (clumens) |
6655 |
|
|
|
6656 |
|
|
* Tue Jul 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.15-1 |
6657 |
|
|
- Add a text-mode network config dialog so default installs can work. (clumens) |
6658 |
|
|
- Use the right format for the NFS methodstr, but harder this time. (clumens) |
6659 |
|
|
- Ask the user if he wants to use VNC instead of text mode (#453551) (msivak) |
6660 |
|
|
- Fix a segfault when displaying the wrong CD message. (clumens) |
6661 |
|
|
- Use the right format for the NFS methodstr. (clumens) |
6662 |
|
|
- Use correct path for FAK plugins in upd-instroot (jgranado) |
6663 |
|
|
|
6664 |
|
|
* Fri Jul 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.14-1 |
6665 |
|
|
- Remove an extra tab that was causing problems with the Iloko |
6666 |
|
|
translation. (clumens) |
6667 |
|
|
- Use the right stage2.img path for kickstart URL installs (#452140). (clumens) |
6668 |
|
|
- Convert package errors to unicode before displaying them (#441200). (clumens) |
6669 |
|
|
- Display a status message while waiting for the CD to become ready. (clumens) |
6670 |
|
|
- Fix window title to be the same as all others. (clumens) |
6671 |
|
|
- In cmdline mode, give some feedback when transferring loader files. (clumens) |
6672 |
|
|
- If network config info isn't provided for cmdline, abort. (clumens) |
6673 |
|
|
- If we're not given a method in cmdline mode, we have to quit. (clumens) |
6674 |
|
|
- In cmdline mode, set language to the default if none is provided. (clumens) |
6675 |
|
|
- Don't stop on the method screen if stage2= is provided. (clumens) |
6676 |
|
|
- Add support for NFS to the repo editor (#443733). (clumens) |
6677 |
|
|
- Fix whitespace silliness. (pjones) |
6678 |
|
|
- Fix closing the drive door so that if the kernel happens to start giving us |
6679 |
|
|
the right error code, we'll handle it correctly... (pjones) |
6680 |
|
|
- Fix the mysterious Error: OK message. (clumens) |
6681 |
|
|
- The return value from mediaCheckCdrom is totally useless. (clumens) |
6682 |
|
|
- Add better error handling when initializing yum (#453695). (clumens) |
6683 |
|
|
- Add functions for creating repos as well. (clumens) |
6684 |
|
|
- Don't handle all possible exceptions as if they were repo errors. (clumens) |
6685 |
|
|
- Reorganize to make it easier to reset the "base" repository. (clumens) |
6686 |
|
|
- Remove the pkgSack when a repo is disabled. (clumens) |
6687 |
|
|
- Use the new method of calling the NetworkConfigurator. (clumens) |
6688 |
|
|
- Add an updated repo editor. (clumens) |
6689 |
|
|
- Don't suggest text mode to the poor, poor user. (pjones) |
6690 |
|
|
|
6691 |
|
|
* Wed Jul 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.13-1 |
6692 |
|
|
- Filter out source and debuginfo repos from the UI. (clumens) |
6693 |
|
|
- Add the MD5 sum to the boot.iso to avoid errors in loader |
6694 |
|
|
(#453698). (clumens) |
6695 |
|
|
- Don't strip too much off the NFS directory path. (clumens) |
6696 |
|
|
- Log stage2 url better. (pjones) |
6697 |
|
|
- Fix minor whitespace nits. (pjones) |
6698 |
|
|
- Use %%m rather than strerror() where appropriate. (pjones) |
6699 |
|
|
- Make setupCdrom() actually return the path to the stage2 image it |
6700 |
|
|
found. (pjones) |
6701 |
|
|
- Don't unconditionally pass --lang for live installs (#454101) (katzj) |
6702 |
|
|
- Set up rhgb for plymouth on live. And conditionalize rhgb + runlevel 5 (katzj) |
6703 |
|
|
- Set up rhgb if plymouth is installed as well as rhgb (katzj) |
6704 |
|
|
- Get the math right on how many usec per second... (pjones) |
6705 |
|
|
- Import missing module "network". (pjones) |
6706 |
|
|
- Wait up to 45 seconds for "No medium found" to stop happening (pjones) |
6707 |
|
|
|
6708 |
|
|
* Thu Jul 03 2008 Peter Jones <pjones@redhat.com> - 11.4.1.12-1 |
6709 |
|
|
- Add dmraid-libs to PACKAGES so new dmraid won't break installs. |
6710 |
|
|
|
6711 |
|
|
* Thu Jul 03 2008 Peter Jones <pjones@redhat.com> - 11.4.1.11-1 |
6712 |
|
|
- Fix double free in setupCdrom |
6713 |
|
|
- Fix missing psudo->pseudo spelling fix (katzj, #453843) |
6714 |
|
|
- Include missing X libraries in stage2.img |
6715 |
|
|
|
6716 |
|
|
* Tue Jul 01 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.10-1 |
6717 |
|
|
- Remove old livecd flag (katzj) |
6718 |
|
|
- Explicitly setup livecd install by passing --liveinst to anaconda (katzj) |
6719 |
|
|
- Check return value of asprintf() consistently (dcantrell) |
6720 |
|
|
- Per strtol(3) man page, set errno=0 before call. (dcantrell) |
6721 |
|
|
- Rescue mode no longer needs access to a methodstr (#453044). (clumens) |
6722 |
|
|
- Use strtol() instead of atoi() (dcantrell) |
6723 |
|
|
- Spell pseudo correctly. (pjones) |
6724 |
|
|
|
6725 |
|
|
* Wed Jun 25 2008 Chris Lumens <clumens@redhat.com> 11.4.1.9-1 |
6726 |
|
|
- Query for anaconda rather than anaconda-runtime in buildinstall (jkeating). |
6727 |
|
|
|
6728 |
|
|
* Mon Jun 23 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.8-1 |
6729 |
|
|
- Remove from being installed too (katzj) |
6730 |
|
|
- Remove anaconda-runtime as a separate subpackage (katzj) |
6731 |
|
|
- Remove the stuff we're not calling. (pjones) |
6732 |
|
|
- Remove this since we don't use it anymore (katzj) |
6733 |
|
|
- Don't continue on using the base installclass if we can't find one (katzj) |
6734 |
|
|
- Get rid of wlite and unicode-lite; these were necessary to support (pjones) |
6735 |
|
|
- Remove pkgorder and splittree; these should be in pungi (katzj) |
6736 |
|
|
- Add the .treeinfo file into the exception report. (clumens) |
6737 |
|
|
- Fix a typo (#452140). (clumens) |
6738 |
|
|
|
6739 |
|
|
* Fri Jun 20 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.7-1 |
6740 |
|
|
- Remove ancient block of code to upgrade Netscape Communicator. (clumens) |
6741 |
|
|
- Move enableNetwork into the interface. Bring network up for scp. (clumens) |
6742 |
|
|
- If we can't mount for some reason, don't traceback (#452159). (clumens) |
6743 |
|
|
- Fix the upgrade button traceback (#374891). (clumens) |
6744 |
|
|
|
6745 |
|
|
* Wed Jun 18 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.6-1 |
6746 |
|
|
- Enable media check again, and let it check the boot.iso. (clumens) |
6747 |
|
|
- Substitute the version from buildstamp for $releasever if needed. (clumens) |
6748 |
|
|
- Remove the askmethod cmdline option. (clumens) |
6749 |
|
|
- Lots of work to make loader only look for stage2.img, and stage2 do |
6750 |
|
|
all the install method configuration. (clumens) |
6751 |
|
|
- Add the --stage2= and --repo= options, deprecate --method=. (clumens) |
6752 |
|
|
- Fix pkgorder to include deps of kernel early. (pjones) |
6753 |
|
|
- Deal with udev losing udevcontrol/udevtrigger (katzj) |
6754 |
|
|
- Boot in graphical mode if /usr/bin/kdm exists. (clumens) |
6755 |
|
|
- bootProto isn't a global variable (#451689). (clumens) |
6756 |
|
|
|
6757 |
|
|
* Fri Jun 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.5-1 |
6758 |
|
|
- Add a mirrorlist option. (jkeating) |
6759 |
|
|
- Don't display garbage when prompting for the updates device. (clumens) |
6760 |
|
|
- Don't write out yum repo config files in kickstart.py. (clumens) |
6761 |
|
|
- It doesn't make sense to insert a disk into a partition, so don't |
6762 |
|
|
ask. (clumens) |
6763 |
|
|
- Unmount /mnt/sysimage/dev manually since it doesn't get an entry. (clumens) |
6764 |
|
|
- Link ld-linux.so.2 to ld-*.*.*.so (dcantrell) |
6765 |
|
|
- Quote the repo name in anaconda-ks.cfg in case it includes spaces. (clumens) |
6766 |
|
|
- Move all the exception classes into a single file. (clumens) |
6767 |
|
|
- And import iutil a the end as well. (clumens) |
6768 |
|
|
- Don't display obsoleted packages in the UI. (clumens) |
6769 |
|
|
|
6770 |
|
|
* Thu Jun 05 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.4-1 |
6771 |
|
|
- Fix text mode button translations (#450176). (clumens) |
6772 |
|
|
- Remove a rogue call to textdomain. (clumens) |
6773 |
|
|
- Make "upd-updates /tmp/updates.img" update everything newer in the |
6774 |
|
|
current (pjones) |
6775 |
|
|
- _xmltrans is undefined. Try xmltrans instead. (clumens) |
6776 |
|
|
- Fix reference to cost vs. priority (#450168). (clumens) |
6777 |
|
|
- Don't do the "exec shell on tty1" thing in vnc if we've got virtual |
6778 |
|
|
terminals. (pjones) |
6779 |
|
|
- Import N_ (#450163). (clumens) |
6780 |
|
|
- raise "NotImplementedError", not "NotImplemented" (pjones) |
6781 |
|
|
- Need to import iutil before we use it. (clumens) |
6782 |
|
|
- Don't reference PartitioningError.value . (pjones) |
6783 |
|
|
|
6784 |
|
|
* Wed Jun 04 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.3-1 |
6785 |
|
|
- Can't reference iutil.whatever from inside iutil.py. (clumens) |
6786 |
|
|
- When using the boot.iso and URL installs, download the .treeinfo |
6787 |
|
|
file. (clumens) |
6788 |
|
|
- Fix a couple typos in the getArch commit. (clumens) |
6789 |
|
|
- Be consistent with data type. (dcantrell) |
6790 |
|
|
- Replace rhpl.getArch() calls with iutil calls. (dcantrell) |
6791 |
|
|
- Expand iutil.isX86() and added iutil.getArch() (dcantrell) |
6792 |
|
|
- Add isAlpha() test function to iutil. (dcantrell) |
6793 |
|
|
- Create architecture test functions in iutil (dcantrell) |
6794 |
|
|
- Removed mystrstr() function in loader2/init.c (dcantrell) |
6795 |
|
|
- Don't support Arabic in text mode installs since we don't even do |
6796 |
|
|
RTL. (clumens) |
6797 |
|
|
- Removed old strace debugging in loader2/init (dcantrell) |
6798 |
|
|
- Keep only one copy of this code for group sorting/display around (katzj) |
6799 |
|
|
- Stop using rhpl.translate and use gettext directly (katzj) |
6800 |
|
|
- Add a descriptive comment to the top of /etc/fstab (#448966). (clumens) |
6801 |
|
|
- Use "message" instead of "value" on errors, and stringify on the front |
6802 |
|
|
side. (pjones) |
6803 |
|
|
- Translate package descriptions (#449455). (clumens) |
6804 |
|
|
- Translate password error messages (#439981). (clumens) |
6805 |
|
|
- Fix traceback starting vnc (#449295) (katzj) |
6806 |
|
|
- Add Hewbrew to lang-table (oron) |
6807 |
|
|
- Fix errors in python string formatting (#449130). (clumens) |
6808 |
|
|
|
6809 |
|
|
* Thu May 29 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.2-1 |
6810 |
|
|
- Allow ext4 migration again for testing at least (katzj) |
6811 |
|
|
- Remount filesystems after migration (#440055) (katzj) |
6812 |
|
|
- Add blkid to the keepfiles list so jkeating will whine less (pjones) |
6813 |
|
|
- Don't allow vfat /boot (katzj) |
6814 |
|
|
- Use the base yum doConfigSetup method. (clumens) |
6815 |
|
|
- Include the yum repo files from fedora-release in stage2. (clumens) |
6816 |
|
|
- No longer maintain our own list of extra repos. (clumens) |
6817 |
|
|
- Sort the repos in the UI. (clumens) |
6818 |
|
|
- Add cost, includepkgs, and excludepkgs to the ks repo |
6819 |
|
|
objects (#448501). (clumens) |
6820 |
|
|
- Stop pretending to support Greek text mode (#208841) (katzj) |
6821 |
|
|
- Make it clear you need to reboot to use the installed |
6822 |
|
|
system (#238297) (katzj) |
6823 |
|
|
- Activate LVM for when we do meta-resizing (#441706) (katzj) |
6824 |
|
|
- List Norweigian as Bokmål (#437355) (katzj) |
6825 |
|
|
- Simplify the install classes. (clumens) |
6826 |
|
|
- Don't show the EFI filesystem unless we're on an EFI platform (katzj) |
6827 |
|
|
- Add nfsv4 so that we don't nuke them on upgrades (#448145) (katzj) |
6828 |
|
|
- When there are errors reading the live CD, offer a retry. (clumens) |
6829 |
|
|
- Can't recover from buildTransaction errors on a per-repo |
6830 |
|
|
basis (#447796). (clumens) |
6831 |
|
|
- Set default partition size to 200 MB in the custom partitioning |
6832 |
|
|
UI. (clumens) |
6833 |
|
|
- Limit the size of things in exception dumps to 1k. (clumens) |
6834 |
|
|
- Catch IOErrors one place they seem to happen most. (clumens) |
6835 |
|
|
- Add a unique user agent for anaconda's grabbing in stage2 (katzj) |
6836 |
|
|
- Remove text mode help support as well. (clumens) |
6837 |
|
|
- Check for all the non-mkfs utilities required for each filesystem |
6838 |
|
|
type. (clumens) |
6839 |
|
|
- More partitioning error handling fixes (#446453). (clumens) |
6840 |
|
|
- Require cracklib-python for the rootpassword screen. (notting) |
6841 |
|
|
- Use pykickstart's deprecated versions of the xconfig and monitor |
6842 |
|
|
classes. (clumens) |
6843 |
|
|
- Fix tyop in upgrade migrate screen (#446363) (katzj) |
6844 |
|
|
|
6845 |
|
|
* Tue May 13 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.1-1 |
6846 |
|
|
- Just call the XStartupCB() function directly and randr to the |
6847 |
|
|
desired resolution (katzj) |
6848 |
|
|
- Stop writing out an xorg.conf (katzj) |
6849 |
|
|
- Make the "dump to removable device" option work in anaconda. (jgranado) |
6850 |
|
|
|
6851 |
|
|
* Mon May 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.79-1 |
6852 |
|
|
- Stop neutering DRI (notting) |
6853 |
|
|
- make scripts/buildinstall take multiple repos (wwoods) |
6854 |
|
|
- Don't worry about telling people that interactive text mode is in |
6855 |
|
|
wrong lang (katzj) |
6856 |
|
|
- Allow cpio updates.img in the tree for URL installs. (dlehman) |
6857 |
|
|
- Declare unpackCpioBall for use from within urlinstall.c. (dlehman) |
6858 |
|
|
- Don't unlink an image we retrieved but could not mount as it |
6859 |
|
|
could be .cgz. (dlehman) |
6860 |
|
|
- Don't run lspci with an explicit path (katzj) |
6861 |
|
|
- Include lspci on all images (#445974) (katzj) |
6862 |
|
|
- Add support for attaching gdbserver to the loader early on. (clumens) |
6863 |
|
|
- Add virtio max partition count (markmc) |
6864 |
|
|
- Sort virtio devices first (markmc) |
6865 |
|
|
- Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (andrewm) |
6866 |
|
|
- 2008-05-08 Andrew Martynov <andrewm) |
6867 |
|
|
- Look in the right place when ISO images are in a |
6868 |
|
|
subdirectory (#443580). (clumens) |
6869 |
|
|
- And run in the root (#374921) (katzj) |
6870 |
|
|
- Don't crash when given URLs of the form ftp://user) |
6871 |
|
|
- Use 'yum clean all' when cleaning up after an upgrade, not |
6872 |
|
|
preupgrade (#374921) (katzj) |
6873 |
|
|
- Kickstart flag is backwards (katzj) |
6874 |
|
|
- If we're given a language, don't warn about console fonts (#444258) (katzj) |
6875 |
|
|
- And actually include the bash binary too (#443700) (katzj) |
6876 |
|
|
- Search path rather than hard-coding path to mdadm (#444843) (katzj) |
6877 |
|
|
- Fix incorrect command name in error message. (clumens) |
6878 |
|
|
- Specify which protocol is used for remote saving (#440214). (clumens) |
6879 |
|
|
- Use bash for minstg2 shell (#443700) (katzj) |
6880 |
|
|
- Revert PS1 and PATH changes as they don't work with busybox as used |
6881 |
|
|
in minstg2 (katzj) |
6882 |
|
|
|
6883 |
|
|
* Mon Apr 28 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.78-1 |
6884 |
|
|
- Write per-interface DNS info to ifcfg files (#443244) (dcantrell) |
6885 |
|
|
- Clean up sanityCheckHostname() in network.py (dcantrell) |
6886 |
|
|
- Activate autorepeat for GUI installs. (jgranado) |
6887 |
|
|
|
6888 |
|
|
* Fri Apr 25 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.77-1 |
6889 |
|
|
- Preserve 'set the hostname' setting when going Next/Back (#443414) (dcantrell) |
6890 |
|
|
- Avoid traceback on network configuration screen (#444184) (dcantrell) |
6891 |
|
|
- Add missing backslashes for the .profile here document. (dcantrell) |
6892 |
|
|
- Label the efi boot filesystem on ia64 as well. (pjones) |
6893 |
|
|
- Don't use size to determine if a partition is an EFI system |
6894 |
|
|
partition; instead, (pjones) |
6895 |
|
|
- Handle the DVD having a disknumber of ALL. (443291) (jkeating) |
6896 |
|
|
- Make the LUKS passphrase prompt fit on an 80x25 screen. (#442100) (dlehman) |
6897 |
|
|
- Don't dd the image from /dev/zero _and_ use |
6898 |
|
|
"mkdosfs -C <image> <blockcount>" (pjones) |
6899 |
|
|
- label the filesystem in efidisk.img so that HAL and such won't try to |
6900 |
|
|
mount it. (pjones) |
6901 |
|
|
- fix testiso Makefile target - boot.iso, not netinst.iso (wwoods) |
6902 |
|
|
|
6903 |
|
|
* Thu Apr 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.76-1 |
6904 |
|
|
- Use the execWithCapture wrapper to be consistent. (jgranado) |
6905 |
|
|
- Call the mdadm with full path. (jgranado) |
6906 |
|
|
- Use the correct ls(1) alias. (dcantrell) |
6907 |
|
|
- Set PS1 and ls(1) alias for tty2 shell. (dcantrell) |
6908 |
|
|
- Lookinig for the capabilities file in xen is valid in more cases. (jgranado) |
6909 |
|
|
- Avoid putting virtualization option when in Xen or VMware. |
6910 |
|
|
(#443373) (jgranado) |
6911 |
|
|
- If the stage2 image is on a CD, don't bother copying it (#441336). (clumens) |
6912 |
|
|
- Once we've found the stage2 media on CD, always use it (#443736). (clumens) |
6913 |
|
|
- Change mount point for CD to /mnt/stage2 when looking for stage2 |
6914 |
|
|
(#443755). (clumens) |
6915 |
|
|
- Switch to using 'yum clean all' to clean up after preupgrade |
6916 |
|
|
(#374921) (katzj) |
6917 |
|
|
- Handle .utf8 vs .UTF-8 (#443408) (katzj) |
6918 |
|
|
- Avoid dividing by zero (#439160) (katzj) |
6919 |
|
|
- Changes related to BZ #230949 (dcantrell) |
6920 |
|
|
- $XORGDRIVERS no longer exists (markmc) |
6921 |
|
|
- Bump version. (katzj) |
6922 |
|
|
- Write IPv6 values to /etc/sysconfig/... correctly (#433290) (dcantrell) |
6923 |
|
|
- Use the right base class for autopart handler. (clumens) |
6924 |
|
|
|
6925 |
|
|
* Fri Apr 18 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.75-1 |
6926 |
|
|
- Listing the directories before expiring yum caches helps (katzj) |
6927 |
|
|
|
6928 |
|
|
* Fri Apr 18 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.74-1 |
6929 |
|
|
- Don't look for .discinfo on the rescue CD (#442098). (clumens) |
6930 |
|
|
- Use /var/cache/yum as the cachedir since /tmp might be |
6931 |
|
|
too small (#443083). (clumens) |
6932 |
|
|
- Revert "Don't look for a .discinfo file in rescue |
6933 |
|
|
mode (jvonau, #442098)." (clumens) |
6934 |
|
|
- Revert "Fix figuring out that the CD has stage2 on it and should |
6935 |
|
|
be mounted." (clumens) |
6936 |
|
|
- We've always expected devices to be strings, not unicode (#443040) (katzj) |
6937 |
|
|
- Resizing lvs on top of RAID fails, make the error not a traceback (katzj) |
6938 |
|
|
- Don't put an extra slash on the error message (jgranado) |
6939 |
|
|
- Kernel changed howw the uevent API works for firmware |
6940 |
|
|
loading *AGAIN*. (pjones) |
6941 |
|
|
- Expose the log file descriptors so fwloader can avoid closing |
6942 |
|
|
them (pjones) |
6943 |
|
|
- Minor UI tweaks to passphrase dialogs (katzj) |
6944 |
|
|
- Nuke preupgrade cache once we're done (#442832) (katzj) |
6945 |
|
|
- Support bringing up the network if needed with preupgrade (#442610) (katzj) |
6946 |
|
|
- Use a real GtkDialog instead of some crazy hacked up dialog (katzj) |
6947 |
|
|
- Fix handling of pre-existing raids for the upgrade/rescue |
6948 |
|
|
case (#441770) (katzj) |
6949 |
|
|
- Add missing / (Doug Chapman, #442751) (katzj) |
6950 |
|
|
|
6951 |
|
|
* Wed Apr 16 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.73-1 |
6952 |
|
|
- Fix figuring out that the CD has stage2 on it and should be mounted. (clumens) |
6953 |
|
|
- Don't copy the stage2 image on NFS installs (#438377). (clumens) |
6954 |
|
|
|
6955 |
|
|
* Tue Apr 15 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.72-1 |
6956 |
|
|
- Don't use megabytes for the livecd size for copying. (notting) |
6957 |
|
|
- find moved (katzj) |
6958 |
|
|
- Fix up silly syntax error that crept in to this commit (katzj) |
6959 |
|
|
- Back to using the raw version of the docs (#442540) (katzj) |
6960 |
|
|
- Expire yum caches on upgrade (#374921) (katzj) |
6961 |
|
|
- Include KERNEL== in udev rules (#440568) (dwmw2) |
6962 |
|
|
- Don't look for a .discinfo file in rescue |
6963 |
|
|
mode (jvonau, #442098). (clumens) |
6964 |
|
|
- Slower machines may take more than five seconds for hal |
6965 |
|
|
to start (#442113) (katzj) |
6966 |
|
|
- Pass the full device path (notting) |
6967 |
|
|
- Only include the parts of grub that will work without |
6968 |
|
|
crazy tricks (#429785) (katzj) |
6969 |
|
|
|
6970 |
|
|
* Thu Apr 10 2008 Peter Jones <pjones@redhat.com> - 11.4.0.71-1 |
6971 |
|
|
- Fix destdir handling in upd-kernel (markmc) |
6972 |
|
|
- Get rid of module ball remnants in mk-images (markmc) |
6973 |
|
|
- Make upd-kernel handle version numbers the way we do them now (markmc) |
6974 |
|
|
- Fix ia64 kernel path problems (katzj, #441846) |
6975 |
|
|
- Don't tag more than one partRequest with mountpoint=/boot/efi (pjones) |
6976 |
|
|
- Don't treat tiny disks as EFI System Partitions during autopart (pjones) |
6977 |
|
|
|
6978 |
|
|
* Thu Apr 10 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.70-1 |
6979 |
|
|
- ide-cd_mod, not ide-cd_rom (thanks to jwb) (katzj) |
6980 |
|
|
|
6981 |
|
|
* Wed Apr 09 2008 Peter Jones <pjones@redhat.com> - 11.4.0.69-1 |
6982 |
|
|
- Ignore some warnings copying into /etc and /var (clumens) |
6983 |
|
|
- Try to mount the NFS source in the loader to verify it is correct (clumens) |
6984 |
|
|
- Be as clean as possible when looking for files/directories (jgranado, #431392) |
6985 |
|
|
- More ia64 kernel finding fixage (katzj, #441708) |
6986 |
|
|
- Fix read permissions on efidisk.img (pjones) |
6987 |
|
|
- Use the mount flags passed to isys.mount() (pjones) |
6988 |
|
|
|
6989 |
|
|
* Wed Apr 09 2008 Peter Jones <pjones@redhat.com> - 11.4.0.68-2 |
6990 |
|
|
- Fix device-mapper dep. |
6991 |
|
|
|
6992 |
|
|
* Tue Apr 08 2008 Peter Jones <pjones@redhat.com> - 11.4.0.68-1 |
6993 |
|
|
- Handle EFI partitions somewhat better (pjones) |
6994 |
|
|
- Fix typo in mk-images.efi's parted usage (pjones) |
6995 |
|
|
|
6996 |
|
|
* Tue Apr 08 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.67-1 |
6997 |
|
|
- Set the initial state of the auto-encrypt checkbutton (#441018) (katzj) |
6998 |
|
|
- Don't treat RAID devices as "disks" to avoid lots of odd |
6999 |
|
|
behavior (#438358) (katzj) |
7000 |
|
|
- Log a message if we disable selinux on upgrade (katzj) |
7001 |
|
|
- Build efiboot.img on x86_64 and i386 . (pjones) |
7002 |
|
|
- When splitting srpms, only link srpms, nothing else. (jkeating) |
7003 |
|
|
- Don't cause the text to flicker between installed packages. (clumens) |
7004 |
|
|
- Don't cause the screen to jump up and down between |
7005 |
|
|
packages (#441160). (clumens) |
7006 |
|
|
- Fix zooming and centering in the timezone screen (#439832). (clumens) |
7007 |
|
|
- Handle ia64 kernel path (katzj) |
7008 |
|
|
- And add nas to the list (#439255) (katzj) |
7009 |
|
|
- Set parent so that the dialog centers (#441361) (katzj) |
7010 |
|
|
- Don't show the label column (#441352) (katzj) |
7011 |
|
|
- Do string substitution after we've translated (#441053) (katzj) |
7012 |
|
|
- Set domain on glade file so translations show up (#441053) (katzj) |
7013 |
|
|
- fix compression of modules (notting) |
7014 |
|
|
- More build fixing due to translation breakage. (katzj) |
7015 |
|
|
- Add code to create efiboot.img on i386 and x86_64 (pjones) |
7016 |
|
|
- Remove gnome-panel too, it's no longer multilib. (jkeating) |
7017 |
|
|
- Fix raising new NoSuchGroup exception. (clumens) |
7018 |
|
|
- remove debugging print (notting) |
7019 |
|
|
- Support encrypted RAID member devices. (#429600) (dlehman) |
7020 |
|
|
- No longer require Amiga partitions on Pegasos (dwmw2) |
7021 |
|
|
- Don't copy the stage2 image every time or on the way back. (clumens) |
7022 |
|
|
- Make lukscb.get_data("encrypt") always return a valid value. (pjones) |
7023 |
|
|
- Set the scrollbar color so it doesn't surprise me the same way in |
7024 |
|
|
the future. (pjones) |
7025 |
|
|
- Translation updates. |
7026 |
|
|
|
7027 |
|
|
* Sun Apr 06 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.66-1 |
7028 |
|
|
- Another day, another broken translation commit to fix. (katzj) |
7029 |
|
|
- Work around GL crashes in anaconda X by disabling them. (jkeating) |
7030 |
|
|
- Clean up "finishing upgrade" wait window (katzj) |
7031 |
|
|
- Stop refreshing like mad in text-mode on WaitWindow.refresh() (katzj) |
7032 |
|
|
- Avoid progress bars going off the end and making newt unhappy (katzj) |
7033 |
|
|
- Brute force hack to avoid the number of packages |
7034 |
|
|
overflowing (#436588) (katzj) |
7035 |
|
|
- Revert "Change the default level in /etc/sysconfig/init now |
7036 |
|
|
(#440058)." (notting) |
7037 |
|
|
- Add gnome-applets to the upgrade blacklist, fix kmymoney2 typo. (jkeating) |
7038 |
|
|
- Don't enable encryption by default (katzj) |
7039 |
|
|
- Print our mount commands to /dev/tty5 for easier debugging. (clumens) |
7040 |
|
|
- Change the default level in /etc/sysconfig/init now (#440058). (clumens) |
7041 |
|
|
- Make the Back button work when asking for tcp/ip information in |
7042 |
|
|
loader.c. (#233655) (jgranado) |
7043 |
|
|
- Have <F12> work in the network configuration stage (#250982) (jgranado) |
7044 |
|
|
- Use a better test to see if a package group doesn't exist (#439922). (clumens) |
7045 |
|
|
- avoid behavior in (#208970) (jgranado) |
7046 |
|
|
- Correctly label the xen images in the .treeinfo file (jgranado) |
7047 |
|
|
- Translation updates |
7048 |
|
|
|
7049 |
|
|
* Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.65-1 |
7050 |
|
|
- Only do verbose hal logging if loglevel=debug (katzj) |
7051 |
|
|
- Avoid AttributeError in HardDriveDict (#432362) (pjones) |
7052 |
|
|
- Don't use %%n with gettext to avoid segfaults (#439861) (katzj) |
7053 |
|
|
- Require live installs to be to an ext2 or ext3 filesystem (#397871) (katzj) |
7054 |
|
|
- Don't allow migrations to ext4 for now (katzj) |
7055 |
|
|
- Change ext4 parameter to ext4, not iamanext4developer (katzj) |
7056 |
|
|
- Bootable requests can not be on logical volumes (#439270). (clumens) |
7057 |
|
|
- Don't allow /boot to be migrated to ext4 (#439944) (katzj) |
7058 |
|
|
- Fix for ia64 (#439876) (katzj) |
7059 |
|
|
- Update pkgorder group listings to match current Fedora defaults. (jkeating) |
7060 |
|
|
- Lame attempt to try to avoid race condition with udev creating device |
7061 |
|
|
nodes (katzj) |
7062 |
|
|
- Don't traceback if stdout is an fd either (katzj) |
7063 |
|
|
- iutil doesn't need isys anymore (katzj) |
7064 |
|
|
- Free memory only after we're done using it (#439642). (clumens) |
7065 |
|
|
- Fix a segfault freeing memory on boot.iso+hdiso installs. (clumens) |
7066 |
|
|
|
7067 |
|
|
* Mon Mar 31 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.64-1 |
7068 |
|
|
- Fix my tyop (katzj) |
7069 |
|
|
- Fuzzy broken string again (katzj) |
7070 |
|
|
|
7071 |
|
|
* Sun Mar 30 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.63-1 |
7072 |
|
|
- Fix broken translations. Again. (katzj) |
7073 |
|
|
|
7074 |
|
|
* Sun Mar 30 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.62-1 |
7075 |
|
|
- Translation updates |
7076 |
|
|
- Allow GPT disk labels on ppc/ppc64. (dcantrell) |
7077 |
|
|
- Tear down the right loopback device before going to stage2. (clumens) |
7078 |
|
|
- Don't pass None as stdout or stderr. (clumens) |
7079 |
|
|
- Make sure there's a stdout to write to. (clumens) |
7080 |
|
|
- Handle fstype munging in isys.readFSType instead of in various |
7081 |
|
|
other places. (dlehman) |
7082 |
|
|
- Fix a typo in new encrypted LV code. (dlehman) |
7083 |
|
|
- Partitioning UI for handling of preexisting encrypted devices. (dlehman) |
7084 |
|
|
- Support discovery of preexisting rootfs on LV. (dlehman) |
7085 |
|
|
- Improve handling of logical volume device names when encrypted. (dlehman) |
7086 |
|
|
- Add support for discovery of preexisting LUKS encrypted devices. (dlehman) |
7087 |
|
|
- Add support for retrieving LUKS UUIDs. (dlehman) |
7088 |
|
|
- Refresh po files (katzj) |
7089 |
|
|
- Mark for translation based on feedback from translators (katzj) |
7090 |
|
|
- Just relabel all of /etc/sysconfig (#439315) (katzj) |
7091 |
|
|
- When dhcp is selected ensure that bootproto is set to |
7092 |
|
|
dhcp (RPL-2301) (elliot) |
7093 |
|
|
- Fix for test mode repo bits (katzj) |
7094 |
|
|
- Try to make the size flow a little more for weird resolution |
7095 |
|
|
screens (#439297) (katzj) |
7096 |
|
|
- Add kmymoney to upgrade remove list (#439255) (katzj) |
7097 |
|
|
|
7098 |
|
|
* Thu Mar 27 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.61-1 |
7099 |
|
|
- Fix broken translation. (clumens) |
7100 |
|
|
|
7101 |
|
|
* Thu Mar 27 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.60-1 |
7102 |
|
|
- Have a fallback empty description for devices (#432362) (katzj) |
7103 |
|
|
- os.path.join does not work the way we think it should. (clumens) |
7104 |
|
|
- Remove the stage2 in all cases now that we're copying it basically |
7105 |
|
|
all the time (katzj) |
7106 |
|
|
- Add support for saving the exception to a local directory for live |
7107 |
|
|
installs (katzj) |
7108 |
|
|
- Catch errors on resize and present a dialog to the user (katzj) |
7109 |
|
|
- Save resize output to a file (/tmp/resize.out) so that it's more |
7110 |
|
|
useful (katzj) |
7111 |
|
|
- Make sure we give the command that's run on stdout so that it's |
7112 |
|
|
logged (katzj) |
7113 |
|
|
- more mouse-related removals (notting) |
7114 |
|
|
- Fix up autopart resizing for the multiple partitions to resize case (katzj) |
7115 |
|
|
- Fix up the case where both method= and stage2= are given (katzj) |
7116 |
|
|
- Remove mouse screens that haven't been used in 4 years (katzj) |
7117 |
|
|
|
7118 |
|
|
* Wed Mar 26 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.59-1 |
7119 |
|
|
- Only remove duplicate slashes from the front of the prefix. (clumens) |
7120 |
|
|
- Ensure that we take into account new repos (katzj) |
7121 |
|
|
- Handle kernel variants a little better at install time too (katzj) |
7122 |
|
|
- Make a little bit more future proof for kernel version changing (katzj) |
7123 |
|
|
- Add confirmation of closing the installer window (#437772) (katzj) |
7124 |
|
|
- Fix SIGSEGV on all mounts without options (katzj) |
7125 |
|
|
- Add support for encrypted logical volumes in kickstart. (clumens) |
7126 |
|
|
- Add support for encrypted LVs. (dlehman) |
7127 |
|
|
- Put in some handling for redundant method calls and devices containing '/'. |
7128 |
|
|
(dlehman) |
7129 |
|
|
|
7130 |
|
|
* Tue Mar 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.58-1 |
7131 |
|
|
- Fuzzy broken string (katzj) |
7132 |
|
|
|
7133 |
|
|
* Tue Mar 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.57-1 |
7134 |
|
|
- Use anaconda-upgrade dir in the preupgrade case (katzj) |
7135 |
|
|
- Have 'preupgrade' key doing an upgrade (katzj) |
7136 |
|
|
- Fix what we expect to be the message from ntfsprogs (katzj) |
7137 |
|
|
- Fix up compile error for new newt (katzj) |
7138 |
|
|
- Don't traceback if we have little freespace partitions (#438696) (katzj) |
7139 |
|
|
- Translation updates (ko, ru) |
7140 |
|
|
|
7141 |
|
|
* Mon Mar 24 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.56-1 |
7142 |
|
|
- Translation updates (hi, fr, kn, de, ml, es, mr, ko, te) |
7143 |
|
|
- Fix up more unicode shenanigans (#437993) (katzj) |
7144 |
|
|
- Move /tmp/stage2.img to /mnt/sysimage to free up some |
7145 |
|
|
memory (#438377). (clumens) |
7146 |
|
|
- Be a little smarter about downloading repo metadata (#437972). (clumens) |
7147 |
|
|
- Make sure that devices are set up before using them. (#437858) (dlehman) |
7148 |
|
|
- Don't prepend /dev/ on bind mounts either. (clumens) |
7149 |
|
|
- Use the repo name instead of id in the group file error |
7150 |
|
|
message (#437972). (clumens) |
7151 |
|
|
- Handle /dev being on hard drive devices in the second stage (katzj) |
7152 |
|
|
- Fix the build (katzj) |
7153 |
|
|
- The units for /sys/block/foo/size aren't bytes. Fixes finding some |
7154 |
|
|
disks (katzj) |
7155 |
|
|
- Remove the check for .discinfo on URL installs. (clumens) |
7156 |
|
|
- Always unmount /mnt/source on hdiso installs before starting |
7157 |
|
|
stage2. (clumens) |
7158 |
|
|
- Always unmount /mnt/source on nfsiso installs before starting |
7159 |
|
|
stage2. (clumens) |
7160 |
|
|
- Make sure the first disc image is mounted before setting up repos. (clumens) |
7161 |
|
|
- Fix $UPDATES for real (katzj) |
7162 |
|
|
- Avoid piling up slashes in the UI when retrying (#437516). (clumens) |
7163 |
|
|
- Require comps-extras now that we don't require pirut bringing it in (notting) |
7164 |
|
|
- Put "ide-cd_mod" in the list of modules to pull in. (pjones) |
7165 |
|
|
|
7166 |
|
|
* Tue Mar 18 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.55-1 |
7167 |
|
|
- Fix format of method=hd: parameter (#438075). (clumens) |
7168 |
|
|
- Work on support for NFSISO installs when using boot.iso. (clumens) |
7169 |
|
|
- If a file doesn't exist, don't continue trying to loopback mount |
7170 |
|
|
it. (clumens) |
7171 |
|
|
- Make loopback mount error messages more useful. (clumens) |
7172 |
|
|
- Focus root password entry box (#436885). (dcantrell) |
7173 |
|
|
- Fix a traceback writing out the method string for hdiso installs. (clumens) |
7174 |
|
|
- Fix use of sizeof on a malloc()'d char ** (pjones) |
7175 |
|
|
- Fix up ppc boot check (#438005) (katzj) |
7176 |
|
|
- Support reading the UUID from the disk like we do with labels. (clumens) |
7177 |
|
|
- If the protected partition is not yet mounted, mount it now. (clumens) |
7178 |
|
|
- Don't add /dev/ to LABEL= or UUID= devices either. (clumens) |
7179 |
|
|
- Use arch instead of the name again in package nevra. (clumens) |
7180 |
|
|
- Fix traceback with preexisting LUKS partitions in setFromDisk. |
7181 |
|
|
(part of #437858) (dlehman) |
7182 |
|
|
|
7183 |
|
|
* Mon Mar 17 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.54-1 |
7184 |
|
|
- Translation updates (de, fi, it, gu, ta, pa) |
7185 |
|
|
- Fix a typo. (clumens) |
7186 |
|
|
- Fix the build. (clumens) |
7187 |
|
|
- Make sure we return the same kind of exception in all cases. (clumens) |
7188 |
|
|
- Filter so we don't show LVM and RAID components when adding |
7189 |
|
|
boot entry (#437501) (katzj) |
7190 |
|
|
- Only print the filename we're fetching, as newt doesn't like |
7191 |
|
|
long names. (clumens) |
7192 |
|
|
- Fix off by one error reading .buildstamp (pjones) |
7193 |
|
|
- Use the right path when trying to fetch .discinfo. (clumens) |
7194 |
|
|
- Don't prepend /dev/ onto nfs devices. Also log mount |
7195 |
|
|
errors to tty5. (pjones) |
7196 |
|
|
|
7197 |
|
|
* Sun Mar 16 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.53-1 |
7198 |
|
|
- Update translations (pl, de) |
7199 |
|
|
- Use i586 kernel (#437641) (katzj) |
7200 |
|
|
- Give indication of success or failure for mediacheck (#437577) (katzj) |
7201 |
|
|
- Ensure the UUID for the rootfs is random and not the same for every |
7202 |
|
|
live image (katzj) |
7203 |
|
|
- Make migration from ext3 -> ext4 saner on upgrade (#437567) (katzj) |
7204 |
|
|
- Force filesystem mount options on /boot/efi . (pjones) |
7205 |
|
|
- On HDISO installs, look for the stage2.img file in the right |
7206 |
|
|
directory. (clumens) |
7207 |
|
|
- Accept devices with or without a leading /dev/. (clumens) |
7208 |
|
|
- .buildstamp no longer contains productPath, so change |
7209 |
|
|
the default (#437509). (clumens) |
7210 |
|
|
- Remove references to an uninitialized variable. (clumens) |
7211 |
|
|
- Use shortname=winnt instead of shortname=win95 when |
7212 |
|
|
mounting /boot/efi (pjones) |
7213 |
|
|
- Do not strip leading or trailing whiltespace from |
7214 |
|
|
passphrases. (#437499) (dlehman) |
7215 |
|
|
- Set methodstr for nfsiso installs (#437541). (clumens) |
7216 |
|
|
- Create and check /boot/efi correctly, and use preexisting |
7217 |
|
|
one if available. (pjones) |
7218 |
|
|
- Handle /boot/efi and /boot both as bootrequests (pjones) |
7219 |
|
|
- Emit "efi" as /boot/efi's filesystem type (pjones) |
7220 |
|
|
- Add EFI handling to the bootloader setup choices. (pjones) |
7221 |
|
|
- Add efi to the ignoreable filesystem list. (pjones) |
7222 |
|
|
- Add EFIFileSystem, and getMountName() to hide that it's really vfat. (pjones) |
7223 |
|
|
- Add isEfiSystemPartition(), and use it where appropriate (pjones) |
7224 |
|
|
- Call getAutoPartitionBoot with our partition list as an arg. (pjones) |
7225 |
|
|
- Don't show the epoch in package selection either (#437502). (clumens) |
7226 |
|
|
- Fix some errors on reporting which files are being downloaded. (clumens) |
7227 |
|
|
- Revert "Handle /boot and /boot/efi separately, plus fixes" (pjones) |
7228 |
|
|
- Handle /boot and /boot/efi separately, plus fixes (pjones) |
7229 |
|
|
- Get rid of unused >1024 cylindar check, fix text of boot |
7230 |
|
|
check exceptions. (pjones) |
7231 |
|
|
- Make bootRequestCheck() check /each/ boot partition like it's |
7232 |
|
|
supposed to, (pjones) |
7233 |
|
|
- Fix shell quoting on numbers > 9, and fix an error message. (pjones) |
7234 |
|
|
- Don't show the epoch in the progress bar (#437502). (clumens) |
7235 |
|
|
- Include efibootmgr in the instroot (pjones) |
7236 |
|
|
|
7237 |
|
|
* Thu Mar 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.52-1 |
7238 |
|
|
- Don't unmount NFS source so NFSISO will work. (clumens) |
7239 |
|
|
- Fix the format of the method=hd: parameter. (clumens) |
7240 |
|
|
- Fix creating new users in kickstart. (clumens) |
7241 |
|
|
- "gtk-edit" isn't valid in text mode. (clumens) |
7242 |
|
|
- Ignore LUKS headers on partitions containing RAID signatures. |
7243 |
|
|
(#437051) (dlehman) |
7244 |
|
|
- The xconfig command with no X running doesn't make sense. (clumens) |
7245 |
|
|
|
7246 |
|
|
* Wed Mar 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.51-1 |
7247 |
|
|
- yum.remove removes installed packages, not to be installed |
7248 |
|
|
packages (#436226) (katzj) |
7249 |
|
|
- Make the /tmp/updates vs RHupdates code at least a little readable. (pjones) |
7250 |
|
|
- Allow vfat update images. (pjones) |
7251 |
|
|
- Fix syntax error (pjones) |
7252 |
|
|
- Add a progress bar for when we're downloading headers (#186789). (clumens) |
7253 |
|
|
- mount will set up the loopback device if we let it. (clumens) |
7254 |
|
|
- Fix mounting problems with NFSISO images. (clumens) |
7255 |
|
|
- Simplify the logic for the upgrade arch check (katzj) |
7256 |
|
|
- Add a fallback method for determining the architecture of installed |
7257 |
|
|
system during an upgrade (#430115) (msivak) |
7258 |
|
|
- Avoid a traceback (#436826) (katzj) |
7259 |
|
|
- Make sure host lookups work for manual net config (#435574). (dcantrell) |
7260 |
|
|
|
7261 |
|
|
* Tue Mar 11 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.50-1 |
7262 |
|
|
- Focus root password entry box (#436885). (dcantrell) |
7263 |
|
|
- Make sure default is SHA-512 for libuser.conf. (dcantrell) |
7264 |
|
|
- Fix detection of ISO images on a hard drive partition. (clumens) |
7265 |
|
|
- Devices names aren't prefixed with /dev/. (clumens) |
7266 |
|
|
- Filter out /dev/ram* devices from the list of hdiso partitions. (clumens) |
7267 |
|
|
- But make sure that we've activated the keymap now that X |
7268 |
|
|
follows its defaults (katzj) |
7269 |
|
|
- Don't set a keyboard in the X config, we should just do this |
7270 |
|
|
at runtime (katzj) |
7271 |
|
|
- Writing out the nfs method line is a lot simpler now. (clumens) |
7272 |
|
|
- Use /mnt/sysimage/tmp/cache for the yum cache, instead of the |
7273 |
|
|
ramdisk. (clumens) |
7274 |
|
|
- Translation updates (nl, gu, ml, mr, pa) |
7275 |
|
|
|
7276 |
|
|
* Mon Mar 10 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.49-1 |
7277 |
|
|
- Use the full path to the .discinfo file (#436855). (clumens) |
7278 |
|
|
- List netinst.iso/boot.iso in .treeinfo (#436089) (katzj) |
7279 |
|
|
- Convinced to change the name back to boot.iso (katzj) |
7280 |
|
|
- Only pass the file path to {ftp,http}GetFileDesc. (clumens) |
7281 |
|
|
- Pass the correct NFS method parameter to stage2 (#436360). (clumens) |
7282 |
|
|
- Fix logging messages to not display the hostname twice. (clumens) |
7283 |
|
|
- Fix traceback with text mode adding iscsi (#436480) (katzj) |
7284 |
|
|
|
7285 |
|
|
* Thu Mar 06 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.48-1 |
7286 |
|
|
- Don't use the bits from $UPDATES unless $UPDATES exists (katzj) |
7287 |
|
|
- Fix horkage with busybox stuff. There's now start-stop-daemon (katzj) |
7288 |
|
|
- Require new enough version of yum-utils (katzj) |
7289 |
|
|
- Pass the --archlist option to yumdownloader (jkeating) |
7290 |
|
|
- Update pt_BR translation |
7291 |
|
|
|
7292 |
|
|
* Wed Mar 05 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.47-1 |
7293 |
|
|
- Fix the build again (katzj) |
7294 |
|
|
|
7295 |
|
|
* Wed Mar 05 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.46-1 |
7296 |
|
|
- Don't require some things which we fall back gracefully when not there (katzj) |
7297 |
|
|
- Check for filesystem utilities to see if a filesystem is supported (katzj) |
7298 |
|
|
- Write out keyboard settings before installing packages. (related |
7299 |
|
|
to #429358) (dlehman) |
7300 |
|
|
- Update pl translation |
7301 |
|
|
- Make sure http:// or ftp:// is specified (#436089) (katzj) |
7302 |
|
|
- Fix segfault when port is specified (#435219) (katzj) |
7303 |
|
|
- Use ntfsresize -m to get minimum size (#431124) (katzj) |
7304 |
|
|
- Use the right path to the .discinfo file when validating a tree. (clumens) |
7305 |
|
|
|
7306 |
|
|
* Tue Mar 04 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.45-1 |
7307 |
|
|
- Fix the build. |
7308 |
|
|
|
7309 |
|
|
* Tue Mar 04 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.44-1 |
7310 |
|
|
- Add --archlist to repoquery call. (jkeating) |
7311 |
|
|
- Translation updates (pl, nl, ja) |
7312 |
|
|
- Handle efibootmgr and grub.efi in upd-instroot. (pjones) |
7313 |
|
|
- Merge in branch to implement stage2= parameter. (clumens) |
7314 |
|
|
- Revert the memtest86 bits for EFI, since this gets run on |
7315 |
|
|
multiple arches. (pjones) |
7316 |
|
|
- Use iutil.isEfi() instead of testing for ia64-ness. (pjones) |
7317 |
|
|
- Only do gptsync if we're not using EFI. (pjones) |
7318 |
|
|
- Don't do gptsync if we're using EFI. (pjones) |
7319 |
|
|
- Use gpt on all efi platforms. (pjones) |
7320 |
|
|
- Rework isEfi() to be slightly more conservative. (pjones) |
7321 |
|
|
- Test for using efi rather than arch==ia64 (pjones) |
7322 |
|
|
- Don't copy memtest86 in on EFI since it won't work. (pjones) |
7323 |
|
|
- Add comment regarding usage of elilo (pjones) |
7324 |
|
|
- Free some variables so we can http GET twice if needed. (clumens) |
7325 |
|
|
- Change the method config prompts. (clumens) |
7326 |
|
|
- Support stage2= for CD installs in loader. (clumens) |
7327 |
|
|
- Support stage2= for HD installs. (clumens) |
7328 |
|
|
- Support stage2= for NFS installs. (clumens) |
7329 |
|
|
- Support stage2= for URL installs. (clumens) |
7330 |
|
|
- Update the method string handling for NFS and URL installs. (clumens) |
7331 |
|
|
- mountStage2 now needs to take an extra argument for updates. (clumens) |
7332 |
|
|
- If stage2= is given, it overrides the check for a CD stage2 image. (clumens) |
7333 |
|
|
- Support the stage2= parameter, and add a flag for it. (clumens) |
7334 |
|
|
|
7335 |
|
|
* Mon Mar 03 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.43-1 |
7336 |
|
|
- Only use UUID= for devices we would have labeled. Related to #435228 (katzj) |
7337 |
|
|
- If we don't find a kernel package, then give a better error (katzj) |
7338 |
|
|
- Translation updates (cs, de) |
7339 |
|
|
|
7340 |
|
|
* Sun Mar 02 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.42-1 |
7341 |
|
|
- Fix a traceback when we have an error. Related to #433658 (katzj) |
7342 |
|
|
- Add virtio_pci in hopes of getting virtio working (katzj) |
7343 |
|
|
- Pull in the bits of pirut that we use so that we don't depend on pirut (katzj) |
7344 |
|
|
- Default to RAID1 instead of RAID0 (#435579) (katzj) |
7345 |
|
|
- Refresh po (katzj) |
7346 |
|
|
- Fix traceback leaving task selection screen (#435556) (katzj) |
7347 |
|
|
- More ext4 vs ext4dev nonsense. (#435517) (katzj) |
7348 |
|
|
- Fix reverse name lookup. (pjones) |
7349 |
|
|
|
7350 |
|
|
* Thu Feb 28 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.41-1 |
7351 |
|
|
- Don't write out /etc/rpm/platform anymore. (katzj) |
7352 |
|
|
- anaconda-runtime now needs yum-utils (katzj) |
7353 |
|
|
- Add 'testiso' target (katzj) |
7354 |
|
|
- Remove rescue cd creation scripts (katzj) |
7355 |
|
|
- Take --updates with location of additional updates beyond the package |
7356 |
|
|
set used (katzj) |
7357 |
|
|
- Change the ISOs we build (katzj) |
7358 |
|
|
- Take advantage of yum repos being available (katzj) |
7359 |
|
|
- Allow recovery from some missing repodata conditions. (clumens) |
7360 |
|
|
- Rework the repo editor screen to be more modular. (clumens) |
7361 |
|
|
- Move doPostImages to be run after the second stage build (katzj) |
7362 |
|
|
- Ensure that group info for txmbrs is accurate after we reset (katzj) |
7363 |
|
|
- Fix backwards logic for yum verbosity (katzj) |
7364 |
|
|
- No more arc (#435175) (katzj) |
7365 |
|
|
- Remove an unused method. (clumens) |
7366 |
|
|
|
7367 |
|
|
* Tue Feb 26 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.40-1 |
7368 |
|
|
- Use non-deprecated HAL properties. (notting) |
7369 |
|
|
- More crud to deal with the fact that rawhide trees are composed weird (katzj) |
7370 |
|
|
- Gtk does not have the error type, use custom with proper |
7371 |
|
|
icons. (#224636) (msivak) |
7372 |
|
|
|
7373 |
|
|
* Mon Feb 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.39-1 |
7374 |
|
|
- Fix up symlinks that could be broken with our movement here (#434882) (wwoods) |
7375 |
|
|
- pvops xen uses hvc as its console (#434763) (katzj) |
7376 |
|
|
- Follow symlinks when looking for the anaconda-runtime package. (jkeating) |
7377 |
|
|
|
7378 |
|
|
* Sun Feb 24 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.38-1 |
7379 |
|
|
- Write out UUID in the fstab (#364441) (katzj) |
7380 |
|
|
- Add support for getting UUID using libblkid (katzj) |
7381 |
|
|
- Fix calculation of sizes of LVs when resizing (#433024) (katzj) |
7382 |
|
|
- Add back some bits for text mode (katzj) |
7383 |
|
|
- Remove advanced bootloader bits (katzj) |
7384 |
|
|
- Add support for actually changing where the boot loader gets |
7385 |
|
|
installed as well (katzj) |
7386 |
|
|
- Less text. (katzj) |
7387 |
|
|
- Reorder things a little, clean up spacing (katzj) |
7388 |
|
|
- Use a tooltip instead of a long bit of text that most people |
7389 |
|
|
don't read (katzj) |
7390 |
|
|
- Remove advanced checkbox (katzj) |
7391 |
|
|
- Switch the grub installation radio to be a checkbutton. Cleanups for |
7392 |
|
|
grub only (katzj) |
7393 |
|
|
- Lets redirect to /dev/null to ensure that what we get in DIR is the |
7394 |
|
|
result of pwd. (jgranado) |
7395 |
|
|
- Catch the error emmited by lvm tools during logical volume |
7396 |
|
|
creation process (#224636). (msivak) |
7397 |
|
|
- Don't try to lock /etc/mtab, fix error detection when mount fails. (clumens) |
7398 |
|
|
- Don't append (null) to the NFS mount options. (clumens) |
7399 |
|
|
- There's no need to wait if the last download retry failed. (clumens) |
7400 |
|
|
- the '-o' is appended to the mount command in imount.c (jgranado) |
7401 |
|
|
- Use full path to device for mount in findExistingRootPartitions. (dlehman) |
7402 |
|
|
- Map preexisting encrypted devs before mounting everything |
7403 |
|
|
in mountRootPartition. (dlehman) |
7404 |
|
|
- Fix traceback on test mount in findExistingRootPartitions. (dlehman) |
7405 |
|
|
- Use SHA-512 by default for password encryption. (dcantrell) |
7406 |
|
|
- Clean up root password user interfaces. (dcantrell) |
7407 |
|
|
|
7408 |
|
|
* Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.37-1 |
7409 |
|
|
- Default to the right timezone when language is changed (#432158). (clumens) |
7410 |
|
|
- Fix another text mode network config traceback (#433475). (clumens) |
7411 |
|
|
- More scripts cleanups. (jgranado) |
7412 |
|
|
- Remove more references to ARC (#433229). (clumens) |
7413 |
|
|
- Mount flags should be an optional argument (#433279, #433280). (clumens) |
7414 |
|
|
- We don't need productpath anymore, so stop taking it as an option (katzj) |
7415 |
|
|
- Set yum output level based on whether or not we've passed --debug or |
7416 |
|
|
not (katzj) |
7417 |
|
|
- Clean up invocation of mk-images from buildinstall (katzj) |
7418 |
|
|
- Clean up invocation of upd-instroot from buildinstall (katzj) |
7419 |
|
|
- Remove some legacy stuff that's no longer relevant from |
7420 |
|
|
.discinfo/.treeinfo (katzj) |
7421 |
|
|
- Don't depend on product path for finding the anaconda-runtime |
7422 |
|
|
package (katzj) |
7423 |
|
|
- Make buildinstall a little clearer (katzj) |
7424 |
|
|
- Use $LIBDIR instead of lib globbing to avoid problems with chroots (katzj) |
7425 |
|
|
- Add some error handling around populateTs. (clumens) |
7426 |
|
|
|
7427 |
|
|
* Thu Feb 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.36-1 |
7428 |
|
|
- Fix up firmware inclusion. This didn't actually ever work. (katzj) |
7429 |
|
|
- Fix up the groff related stuff for man pages to be done in the correct |
7430 |
|
|
place (katzj) |
7431 |
|
|
- remove yumcache (katzj) |
7432 |
|
|
- Don't do fixmtimes anymore (katzj) |
7433 |
|
|
- Don't compress translations (katzj) |
7434 |
|
|
- Don't manually duplicate things from package %%post scripts (katzj) |
7435 |
|
|
- Remove some unused options (--discs and --buildinstdir) (katzj) |
7436 |
|
|
- Keep /etc/nsswitch.conf and /etc/shells (katzj) |
7437 |
|
|
- Stop forcing passive mode for FTP by patching urllib (katzj) |
7438 |
|
|
- We don't use timezones.gz anymore anywhere (katzj) |
7439 |
|
|
- We shouldn't need to remove files that are only in -devel packages (katzj) |
7440 |
|
|
- Remove some obsolete files from the list to clean up noise in the |
7441 |
|
|
output (katzj) |
7442 |
|
|
- We want nss bits on all arches these days (katzj) |
7443 |
|
|
- Just use default /etc/nsswitch.conf and /etc/shells (katzj) |
7444 |
|
|
- alpha should have translations probably (katzj) |
7445 |
|
|
- Remove some things that aren't used anymore (katzj) |
7446 |
|
|
- Don't run pkgorder as a part of buildinstall anymore (katzj) |
7447 |
|
|
- Remove duplicate file from the file lists (katzj) |
7448 |
|
|
- Don't use the static versions of these anymore as they're likely to go |
7449 |
|
|
away (katzj) |
7450 |
|
|
- Remove weird s390 hack that shouldn't be needed any more (katzj) |
7451 |
|
|
- Make makebootfat less noisy (katzj) |
7452 |
|
|
- Get rid of dangling fobpath stuff; now that we're not mounting to |
7453 |
|
|
create (katzj) |
7454 |
|
|
- Ignore .bak files created by glade (katzj) |
7455 |
|
|
- Get rid of duplication for yaboot stuff to make scripts less noisy (katzj) |
7456 |
|
|
- Correct internationalization of exception handler text (msw) |
7457 |
|
|
- More fixing of mount paths (#432720) (katzj) |
7458 |
|
|
- securitylevel -> firewall in the spec file. (clumens) |
7459 |
|
|
- Include util-linux-ng, which contains mount (#432720). (clumens) |
7460 |
|
|
- When mounting stage2 on loopback, add -o loop to mount opts. (clumens) |
7461 |
|
|
|
7462 |
|
|
* Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.35-1 |
7463 |
|
|
- Fix the build (katzj) |
7464 |
|
|
|
7465 |
|
|
* Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.34-1 |
7466 |
|
|
- Handle modules with more than one description (#432414) (katzj) |
7467 |
|
|
- Finish HDISO installs, at least for DVDs (#431132). (clumens) |
7468 |
|
|
- Move migration to before mounting filesystems (katzj) |
7469 |
|
|
- Fix silly thinko in Eric's patch (katzj) |
7470 |
|
|
- Allow ext3->ext4 upgrades (sandeen) |
7471 |
|
|
- Do the man pages in rescue mode the right way. (jgranado) |
7472 |
|
|
- Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (notting) |
7473 |
|
|
- Use /etc/adjtime as the configuration file for UTC/not-UTC. (notting) |
7474 |
|
|
- Remove all our own mount code. (clumens) |
7475 |
|
|
- Use the mount program instead of our own code. (clumens) |
7476 |
|
|
- Add the real mount programs to stage1. (clumens) |
7477 |
|
|
- Use the correct variables to get the ipv6 info. (#432035) (jgranado) |
7478 |
|
|
- Update error messages to match function names. (dcantrell) |
7479 |
|
|
- Rename nl.c to iface.c and functions to iface_* (dcantrell) |
7480 |
|
|
- In rescue mode, show interface configuration (#429953) (dcantrell) |
7481 |
|
|
- Add qla2xxx firmware (#377921) (katzj) |
7482 |
|
|
- Rename base repo (#430806). (clumens) |
7483 |
|
|
- Remove dep on anaconda from pkgorder (katzj) |
7484 |
|
|
- Remove no longer used dumphdrlist script (katzj) |
7485 |
|
|
|
7486 |
|
|
* Thu Feb 07 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.33-1 |
7487 |
|
|
- Fix error message on continuing after changing cds with mediacheck (katzj) |
7488 |
|
|
- Fix the progress bar during mediacheck (#431138) (katzj) |
7489 |
|
|
- Ensure we disable SELinux if the live image isn't using it (#417601) (katzj) |
7490 |
|
|
- Correct nl_ip2str() cache iteration. (dcantrell) |
7491 |
|
|
- Check the fstype of the live image (katzj) |
7492 |
|
|
- Check for device existence rather than starting with /dev (katzj) |
7493 |
|
|
- The FL_TEXT flag has no reason to be here. (#207657) (jgranado) |
7494 |
|
|
- Don't traceback when getLabels is called with DiskSet.anaconda set |
7495 |
|
|
to None. (dlehman) |
7496 |
|
|
- Pass arguments correctly to anaconda (katzj) |
7497 |
|
|
- Cancel on escape being pressed with autopart resizing (katzj) |
7498 |
|
|
|
7499 |
|
|
* Wed Feb 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.32-1 |
7500 |
|
|
- Make passwordEntry appear on the exn saving screen. (clumens) |
7501 |
|
|
- Don't allow disabling default repositories. (clumens) |
7502 |
|
|
- Make loopback device purposes line up with what stage2 expects. (clumens) |
7503 |
|
|
- Fix methodstr handling for hdiso installs (#431132). (clumens) |
7504 |
|
|
- Remove our own DNS functions, since glibc's are available now. (clumens) |
7505 |
|
|
|
7506 |
|
|
* Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.31-1 |
7507 |
|
|
- Copy over repodata from media after the install is done (#381721) (katzj) |
7508 |
|
|
- Add resizing support in autopartitioning (katzj) |
7509 |
|
|
- Fix test mode with python-fedora installed (katzj) |
7510 |
|
|
- Add support for encrypted devices in rescue mode (dlehman). |
7511 |
|
|
- Allow creation of LUKSDevice with no passphrase. (dlehman) |
7512 |
|
|
- Fix hdiso installs in loader and in methodstr (#431132). (clumens) |
7513 |
|
|
- Avoid infinite loop in nl_ip2str(). (dcantrell) |
7514 |
|
|
- Force users to set a hostname (#408921) (dcantrell) |
7515 |
|
|
- Forward-port RHEL-5 fixes for s390x issues. (dcantrell) |
7516 |
|
|
- fsset.py tweaks for ext4dev & xfs (sandeen) |
7517 |
|
|
- When editing the raid partitions show raid memebers. (#352721) (jgranado) |
7518 |
|
|
- mdadm to create the mdadm.conf (#395881) (jgranado) |
7519 |
|
|
|
7520 |
|
|
* Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.30-1 |
7521 |
|
|
- Initialize int in doConfigNetDevice() to fix compiler warnings. (dcantrell) |
7522 |
|
|
|
7523 |
|
|
* Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.29-1 |
7524 |
|
|
- Handle putting updates ahead of anaconda in the updates= case too. (clumens) |
7525 |
|
|
- Make sure the device name starts with /dev (#430811). (clumens) |
7526 |
|
|
- Revert "Initial support for network --bootproto=ask (#401531)." (clumens) |
7527 |
|
|
- (#186439) handle lv names with "-" when doing kickstart. (jgranado) |
7528 |
|
|
- Remove the last references to makeDevInode (#430784). (clumens) |
7529 |
|
|
- Don't traceback trying to raise an exception when making |
7530 |
|
|
users (#430772). (clumens) |
7531 |
|
|
|
7532 |
|
|
* Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.28-1 |
7533 |
|
|
- Go back to the method screen if back is hit on nfs config (#430477). (clumens) |
7534 |
|
|
- Fix dmidecode dependency (#430394, Josh Boyer <jwboyer) |
7535 |
|
|
|
7536 |
|
|
* Fri Jan 25 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.27-1 |
7537 |
|
|
- Fix generation of stage1 images. (notting) |
7538 |
|
|
- Fix a typo in mk-images. (clumens) |
7539 |
|
|
- Allow removing packages by glob now that yum supports it. (clumens) |
7540 |
|
|
|
7541 |
|
|
* Thu Jan 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.26-1 |
7542 |
|
|
- Fix a traceback on the driver selection screen (#428810). (clumens) |
7543 |
|
|
- Map 'nousb', 'nofirewire', etc. to be proper module blacklists. (notting) |
7544 |
|
|
- Clean off leading and trailing whitespace from descriptions. (notting) |
7545 |
|
|
- Write out /etc/rpm/platform on livecd installs. (clumens) |
7546 |
|
|
|
7547 |
|
|
* Wed Jan 23 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.25-1 |
7548 |
|
|
- Include new firstboot module. (clumens) |
7549 |
|
|
- Conditionalize ntfsprogs as not all arches include it. (clumens) |
7550 |
|
|
- Remove kudzu-probe-stub. (clumens) |
7551 |
|
|
- Remove rogue references to kudzu. (clumens) |
7552 |
|
|
- Add dogtail support (#172891, #239024). (clumens) |
7553 |
|
|
- Fix some error reporting tracebacks. (clumens) |
7554 |
|
|
|
7555 |
|
|
* Tue Jan 22 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.24-1 |
7556 |
|
|
- Avoid possible SIGSEGV from empty loaderData values. (dcantrell) |
7557 |
|
|
- Do not require glib2-devel for building. (dcantrell) |
7558 |
|
|
- Use libnl to get interface MAC and IP addresses (dcantrell) |
7559 |
|
|
- Don't refer to the libuser.conf when creating users (#428891). (clumens) |
7560 |
|
|
- pcspkr works (or isn't even present), per testing on #fedora-devel (notting) |
7561 |
|
|
- Inline spufs loading for ppc. (notting) |
7562 |
|
|
- Load iscsi_tcp, so that iSCSI actually works (notting) |
7563 |
|
|
- inline ipv6 module loading (notting) |
7564 |
|
|
- If we execWith a program, require the package containing it. (clumens) |
7565 |
|
|
- Add a repository editor. (clumens) |
7566 |
|
|
- Add the default repo to the UI so it can be edited later. (clumens) |
7567 |
|
|
- Fix non-latin-1 locale display in the loader. (notting) |
7568 |
|
|
- Make sure anaconda has precedence in the search path (#331091). (clumens) |
7569 |
|
|
- When starting RAID arrays, the device node may not already exist. (notting) |
7570 |
|
|
- Fix a typo that's breaking kickstart network installs. (clumens) |
7571 |
|
|
- Don't allow backing up to partitioning (#429618). (clumens) |
7572 |
|
|
- Update font paths. (clumens) |
7573 |
|
|
|
7574 |
|
|
* Mon Jan 21 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.23-1 |
7575 |
|
|
- Try to fix a problem creating users via kickstart (#428891, clumens) |
7576 |
|
|
- Fix a loader segfault doing kickstart nfs installs (clumens) |
7577 |
|
|
- Move more interactive steps ahead of partitioning (clumens) |
7578 |
|
|
- If we can't possibly add advanced devices, don't offer it (#429210, clumens) |
7579 |
|
|
- Don't flush after rescanning so recently attached disks are |
7580 |
|
|
available (clumens) |
7581 |
|
|
- If bootproto is dhcp, unset any static settings (#218489, dcantrell) |
7582 |
|
|
- Add some groups to pkgorder to make the CDs come out right (pjones) |
7583 |
|
|
- Fix traceback when using non-encrypted RAID (notting) |
7584 |
|
|
- Complete the patch for dhcptimeout (#198147, #254032, msivak) |
7585 |
|
|
|
7586 |
|
|
* Wed Jan 16 2008 David L. Cantrell Jr. <dcantrell@redhat.com> - 11.4.0.22-1 |
7587 |
|
|
- Require the latest libdhcp (dcantrell) |
7588 |
|
|
- Don't set currentMedia when we're on a network install (#428927, clumens) |
7589 |
|
|
- Don't offer two reboot options (clumens) |
7590 |
|
|
- Remove fsopts that are already defaults (#429039, clumens) |
7591 |
|
|
- Remove isofs module to get rid of a FATAL message (clumens) |
7592 |
|
|
- Add the crc32c kernel module for iscsi (#405911, clumens) |
7593 |
|
|
- Add MAC address to the network device selection screen (#428229, clumens) |
7594 |
|
|
- Initial support for network --bootproto=ask (#401531, clumens) |
7595 |
|
|
- Remove an extra newline (clumens) |
7596 |
|
|
- Add firstaidkit to the rescue image (jgranado) |
7597 |
|
|
- Fix the progress bar to hit 100%% on the last package (#428790, clumens) |
7598 |
|
|
- Add some output so the startup delay doesn't seem quite so long (clumens) |
7599 |
|
|
- Initial kickstart support for encrypted partitions (clumens) |
7600 |
|
|
|
7601 |
|
|
* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.21-1 |
7602 |
|
|
- Inherit from the right versions of pykickstart classes (clumens) |
7603 |
|
|
- Update for nss files moving to /lib (clumens) |
7604 |
|
|
- Remove unneeded arguments from detectHardware function (notting) |
7605 |
|
|
- Symlink all udev support binaries to udevadm (notting) |
7606 |
|
|
- /sbin/restorecon on /etc/modprobe.d (notting) |
7607 |
|
|
- Add the kickstart syntax version to the kickstart file (clumens) |
7608 |
|
|
- Require latest libdhcp to fix x86_64 SIGABRT problems |
7609 |
|
|
|
7610 |
|
|
* Sun Jan 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.20-1 |
7611 |
|
|
- Install new udev paths so HAL can talk to it (notting) |
7612 |
|
|
- Also get DSO deps for setuid binaries (like X). (clumens) |
7613 |
|
|
- Fix a bunch of pychecker errors. (clumens) |
7614 |
|
|
|
7615 |
|
|
* Fri Jan 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.19-1 |
7616 |
|
|
- Make sure the arch is listedat the top of all loader screens. (clumens) |
7617 |
|
|
- Add the version number really early in the log file too. (clumens) |
7618 |
|
|
- Require latest libdhcp (dcantrell) |
7619 |
|
|
- Add nicdelay parameter to loader, so we can wait before sending DHCP |
7620 |
|
|
requests. (msivak) |
7621 |
|
|
- Add dhcpdelay to loader so we can modify the default dhcp timeout |
7622 |
|
|
(#198147, #254032). (msivak) |
7623 |
|
|
- Fix the selected device when disabling entries in Add advanced drive |
7624 |
|
|
dialog. (#248447) (msivak) |
7625 |
|
|
- Include mkfs.gfs2 (#356661). (clumens) |
7626 |
|
|
- Use the new default Japanese font (#428070). (clumens) |
7627 |
|
|
- More urlinstall loader fixes. (clumens) |
7628 |
|
|
|
7629 |
|
|
* Wed Jan 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.18-1 |
7630 |
|
|
- Fix encrypted autopart traceback. (dlehman) |
7631 |
|
|
- Allow for better recovery if the CD/DVD is bad. (clumens) |
7632 |
|
|
- If downloading the updates image fails, prompt for a new location. (clumens) |
7633 |
|
|
- X now relies on libpciaccess, so add it to our list. (clumens) |
7634 |
|
|
- Erase temporary packages after installing them on all methods. (clumens) |
7635 |
|
|
|
7636 |
|
|
* Mon Jan 07 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.17-1 |
7637 |
|
|
- Make text mode root password dialog default match GUI. (clumens) |
7638 |
|
|
- Fix a segfault in making the URL dialog box. (clumens) |
7639 |
|
|
|
7640 |
|
|
* Sun Jan 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.16-1 |
7641 |
|
|
- Fix checking the timestamps on split media installs. (clumens) |
7642 |
|
|
- Fix reference to isodir to avoid a post-install traceback. (clumens) |
7643 |
|
|
- Use a better test when populating the URL panel in loader. (clumens) |
7644 |
|
|
- Don't use error messages from dosfslabel as the label (#427457). (clumens) |
7645 |
|
|
- No longer require kudzu (#427680). (clumens) |
7646 |
|
|
|
7647 |
|
|
* Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.15-1 |
7648 |
|
|
- Require latest libdhcp (#378641) (dcantrell) |
7649 |
|
|
|
7650 |
|
|
* Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.14-1 |
7651 |
|
|
- Precreate /etc/modprobe.d in installroot (jkeating) |
7652 |
|
|
- 'import sets' in image.py (jkeating) |
7653 |
|
|
- Fix traceback when displaying required media (clumens) |
7654 |
|
|
|
7655 |
|
|
* Tue Jan 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.13-1 |
7656 |
|
|
- Make it obvious which partitions are being formatted and encrypted (katzj) |
7657 |
|
|
- Set initial sensitivity of encrypt button correctly (katzj) |
7658 |
|
|
- Fix traceback on invalid passphrase (#426887) (katzj) |
7659 |
|
|
- Use mkstemp() instead of tempnam() (katzj) |
7660 |
|
|
- Don't resize filesystems which are being formatted (#426466) (katzj) |
7661 |
|
|
- Add cracklib-dicts (#426444) (katzj) |
7662 |
|
|
- Fix build (notting) |