1 |
slords |
1.11 |
# $Id$ |
2 |
|
|
|
3 |
slords |
1.1 |
Summary: simple python bootloader config lib |
4 |
|
|
Name: booty |
5 |
slords |
1.8 |
Version: 0.80.6 |
6 |
slords |
1.9 |
Release: 5%{?dist}.1 |
7 |
slords |
1.1 |
License: LGPL |
8 |
|
|
Group: System Environment/Libraries |
9 |
|
|
BuildRoot: %{_tmppath}/%{name}-root |
10 |
|
|
Requires: rhpl |
11 |
|
|
BuildRequires: python-devel |
12 |
|
|
BuildArch: noarch |
13 |
slords |
1.8 |
Source0: %{name}-%{version}.tar.bz2 |
14 |
|
|
Patch0: booty-0.80.4-multipath.patch |
15 |
|
|
Patch1: booty-0.80.4-bz464791-serial-init.patch |
16 |
|
|
Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch |
17 |
slords |
1.10 |
Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch |
18 |
|
|
Patch1002: 0002-Use-SME-labels-on-grub-screen.patch |
19 |
slords |
1.1 |
|
20 |
|
|
%description |
21 |
|
|
Small python library for use with bootloader configuration by anaconda |
22 |
|
|
and up2date. |
23 |
|
|
|
24 |
|
|
|
25 |
|
|
%prep |
26 |
|
|
%setup -q |
27 |
slords |
1.8 |
%patch0 -p1 |
28 |
|
|
%patch1 -p1 |
29 |
|
|
%patch2 -p1 |
30 |
slords |
1.10 |
%patch1001 -p1 |
31 |
|
|
%patch1002 -p1 |
32 |
slords |
1.1 |
|
33 |
|
|
%build |
34 |
|
|
make |
35 |
|
|
|
36 |
|
|
%install |
37 |
|
|
rm -rf $RPM_BUILD_ROOT |
38 |
|
|
make DESTDIR=$RPM_BUILD_ROOT install |
39 |
|
|
|
40 |
|
|
%clean |
41 |
|
|
rm -rf $RPM_BUILD_ROOT |
42 |
|
|
|
43 |
|
|
%files |
44 |
|
|
%defattr(-,root,root) |
45 |
|
|
%doc README TODO |
46 |
|
|
/usr/lib/booty |
47 |
|
|
|
48 |
|
|
|
49 |
|
|
%changelog |
50 |
slords |
1.9 |
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> - 0.80.6-5.sme.1 |
51 |
slords |
1.10 |
- Install grub correctly on raid1 devices |
52 |
|
|
- Use SME labels on grub screen |
53 |
slords |
1.9 |
|
54 |
slords |
1.8 |
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
55 |
|
|
- Fix dropped changelog entries. |
56 |
|
|
Related: rhbz#465454 |
57 |
|
|
|
58 |
|
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-4 |
59 |
|
|
- Don't specify "com=$SPEED" on vmm= line for ia64. |
60 |
|
|
Resolves: rhbz#465454 |
61 |
|
|
|
62 |
|
|
* Tue Sep 30 2008 Peter Jones <pjones@redhat.com> - 0.80.6-3 |
63 |
|
|
- Rework bootloaderInfo.serial's initialization. |
64 |
|
|
Resolves: rhbz#464791 |
65 |
|
|
|
66 |
|
|
* Fri Sep 26 2008 Peter Jones <pjones@redhat.com> - 0.80.6-2 |
67 |
|
|
- Re-incorperate dropped changelog entries that rpmdiff caught, |
68 |
|
|
and dropped fix from 0.80.4-5. |
69 |
|
|
Related: rhbz#462843 |
70 |
|
|
|
71 |
|
|
* Thu Sep 25 2008 Peter Jones <pjones@redhat.com> - 0.80.6-1 |
72 |
|
|
- Fix ia64 xen command line writing |
73 |
|
|
Resolves: rhbz#462843 |
74 |
|
|
|
75 |
|
|
* Mon Jul 21 2008 Dave Lehman <dlehman@redhat.com> - 0.80.5-1 |
76 |
|
|
- Work correctly with root on LUKS encrypted device. |
77 |
|
|
Resolves: rhbz#455343 |
78 |
slords |
1.7 |
|
79 |
slords |
1.6 |
* Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6 |
80 |
|
|
- Fix installation of boot sector to partitions on dmraid devices. |
81 |
|
|
Resolves: rhbz#236452 |
82 |
slords |
1.4 |
|
83 |
slords |
1.1 |
* Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-5 |
84 |
|
|
- Do not use LABEL= for non-dm devices, prevents boot failures |
85 |
|
|
Resolves: rhbz#250631 |
86 |
|
|
|
87 |
|
|
* Thu Jul 19 2007 Peter Jones <pjones@redhat.com> - 0.80.4-4 |
88 |
|
|
- Update fix for elilo.conf |
89 |
|
|
Resolves: rhbz#221455 |
90 |
|
|
|
91 |
|
|
* Wed Jul 18 2007 Peter Jones <pjones@redhat.com> - 0.80.4-3 |
92 |
|
|
- Include fix for elilo.conf on ia64 xen systems |
93 |
|
|
Resolves: rhbz#221455 |
94 |
|
|
|
95 |
|
|
* Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-2 |
96 |
|
|
- Do not use filesystem label (e.g., LABEL=) for multipath devices |
97 |
|
|
Related: rhbz#185852 |
98 |
|
|
|
99 |
|
|
* Thu Jan 4 2007 Peter Jones <pjones@redhat.com> - 0.80.4-1 |
100 |
|
|
- Include drives for /boot and stage1 in device.map (#218453) |
101 |
|
|
|
102 |
|
|
* Mon Dec 18 2006 Peter Jones <pjones@redhat.com> - 0.80.3-1 |
103 |
|
|
- Use the right drive list so we don't get off-by-one errors, missing disks, |
104 |
|
|
etc. (Resolves: #217434) |
105 |
|
|
|
106 |
|
|
* Fri Nov 17 2006 Chris Lumens <clumens@redhat.com> - 0.80.2-1 |
107 |
|
|
- Use a sorted drive order so we don't clobber kickstart's bootloader |
108 |
|
|
config (#214881). |
109 |
|
|
|
110 |
|
|
* Wed Nov 8 2006 Peter Jones <pjones@redhat.com> - 0.80.1-1 |
111 |
|
|
- Use isys's drive cache instead of creating our own, so we get dm device |
112 |
|
|
splitting/combining correctly. |
113 |
|
|
|
114 |
|
|
* Wed Oct 11 2006 Peter Jones <pjones@redhat.com> - 0.80-1 |
115 |
|
|
- Copy "nodmraid" and "nompath" args from the kernel command line (#209377) |
116 |
|
|
|
117 |
|
|
* Wed Jul 19 2006 Jeremy Katz <katzj@redhat.com> - 0.79-1 |
118 |
|
|
- fix ia64 serial console (#196709) |
119 |
|
|
|
120 |
|
|
* Fri Jun 23 2006 Paul Nasrat <pnasrat@redhat.com> - 0.78-1 |
121 |
|
|
- Fix duplicate entries in boot= line on ppc |
122 |
|
|
|
123 |
|
|
* Tue Jun 20 2006 Jeremy Katz <katzj@redhat.com> - 0.77-1 |
124 |
|
|
- fix for hv entry with new xen kernel naming (#196022) |
125 |
|
|
|
126 |
|
|
* Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 0.76-1 |
127 |
|
|
- handle new xen kernel naming |
128 |
|
|
|
129 |
|
|
* Wed May 03 2006 Chris Lumens <clumens@redhat.com> 0.75-1 |
130 |
|
|
- Remove rogue reference to butil. |
131 |
|
|
|
132 |
|
|
* Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 0.74=1 |
133 |
|
|
- add support for creating an isolinux.cfg for live CD |
134 |
|
|
- remove no-longer used edd code |
135 |
|
|
- use rhpl instead of butil copies of code |
136 |
|
|
- build as noarch now |
137 |
|
|
|
138 |
|
|
* Tue Mar 14 2006 Peter Jones <pjones@redhat.com> - 0.71-1 |
139 |
|
|
- pass through pci= boot arguments |
140 |
|
|
|
141 |
|
|
* Wed Mar 8 2006 Peter Jones <pjones@redhat.com> - 0.70-1 |
142 |
|
|
- don't make fd0 entries in device.map, they screw up suspend/hibernate |
143 |
|
|
|
144 |
|
|
* Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 0.69-1 |
145 |
|
|
- adjust for changed xen kernel naming |
146 |
|
|
|
147 |
|
|
* Mon Feb 27 2006 Peter Jones <pjones@redhat.com> - 0.68-1 |
148 |
|
|
- sync between invocations of grub on smp |
149 |
|
|
- default to "mbr", not "partition" for grub installation on md |
150 |
|
|
|
151 |
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.67-1.1 |
152 |
|
|
- bump again for double-long bug on ppc(64) |
153 |
|
|
|
154 |
|
|
* Tue Feb 07 2006 Chris Lumens <clumens@redhat.com> 0.67-1 |
155 |
|
|
- Fix syntax error. |
156 |
|
|
|
157 |
|
|
* Mon Feb 6 2006 Peter Jones <pjones@redhat.com> - 0.66-1 |
158 |
|
|
- use "mapper/raidnamep0" for partition names instead of "mapper/raidname0" |
159 |
|
|
|
160 |
|
|
* Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 0.65-1 |
161 |
|
|
- add support for reprobing device bootloaderInfo.drivelist |
162 |
|
|
|
163 |
|
|
* Sat Jan 7 2006 Jeremy Katz <katzj@redhat.com> - 0.64-1 |
164 |
|
|
- fix syntax error |
165 |
|
|
|
166 |
|
|
* Fri Jan 6 2006 Peter Jones <pjones@redhat.com> - 0.63-1 |
167 |
|
|
- don't write a log, for now. |
168 |
|
|
|
169 |
|
|
* Wed Jan 4 2006 Peter Jones <pjones@redhat.com> - 0.62-1 |
170 |
|
|
- fix degraded raid detection for dmraid |
171 |
|
|
|
172 |
|
|
* Fri Dec 9 2005 Jesse Keating <jkeating@redhat.com> - 0.61-1.1 |
173 |
|
|
- rebuilt |
174 |
|
|
|
175 |
|
|
* Wed Nov 30 2005 Peter Jones <pjones@redhat.com> - 0.61-1 |
176 |
|
|
- add support for dmraid boot devices |
177 |
|
|
|
178 |
|
|
* Fri Nov 18 2005 Peter Jones <pjones@redhat.com> - 0.60-3 |
179 |
|
|
- fix raid on ppc |
180 |
|
|
- fix partition numbering on pegasos |
181 |
|
|
|
182 |
|
|
* Fri Oct 28 2005 Jeremy Katz <katzj@redhat.com> - 0.59-1 |
183 |
|
|
- support serial console for xen |
184 |
|
|
|
185 |
|
|
* Thu Oct 27 2005 Jeremy Katz <katzj@redhat.com> - 0.58-1 |
186 |
|
|
- quick version of getting xen dom0 kernel setup properly in grub.conf |
187 |
|
|
|
188 |
|
|
* Tue Sep 13 2005 Paul Nasrat <pnasrat@redhat.com> 0.57-1 |
189 |
|
|
- ppc PMac fix |
190 |
|
|
|
191 |
|
|
* Sat Aug 13 2005 Peter Jones <pjones@redhat.com> 0.56-1 |
192 |
|
|
- Even more ppc/yaboot fixes. |
193 |
|
|
|
194 |
|
|
* Thu Aug 11 2005 Peter Jones <pjones@redhat.com> 0.55-1 |
195 |
|
|
- ppc "Pegasos" platform support |
196 |
|
|
|
197 |
|
|
* Fri Jul 1 2005 Peter Jones <pjones@redhat.com> 0.54-1 |
198 |
|
|
- fix more missing sx8 checks |
199 |
|
|
- no more tabs in python code |
200 |
|
|
- ppc raid1 booting |
201 |
|
|
- minor silo.conf bug fix |
202 |
|
|
|
203 |
|
|
* Wed May 11 2005 Peter Jones <pjones@redhat.com> 0.53-1 |
204 |
|
|
- Make partition installs of grubs first stage behave right. |
205 |
|
|
|
206 |
|
|
* Wed May 4 2005 Jeremy Katz <katzj@redhat.com> 0.52-1 |
207 |
|
|
- add enablecdboot, enableofboot, and enablenetboot to yaboot.conf |
208 |
|
|
- try to detect mac os x and set up dual boot on pmac |
209 |
|
|
|
210 |
|
|
* Mon May 2 2005 Jeremy Katz <katzj@redhat.com> |
211 |
|
|
- add handling for sx8 device names |
212 |
|
|
|
213 |
|
|
* Wed Apr 13 2005 Peter Jones <pjones@redhat.com> 0.51-1 |
214 |
|
|
- make upgrades work with /boot on raid |
215 |
|
|
|
216 |
|
|
* Wed Mar 09 2005 Chris Lumens <clumens@redhat.com> 0.50-1 |
217 |
|
|
- Make sure to write out a --driveorder parameter in the kickstart file |
218 |
|
|
(#140446). |
219 |
|
|
- Do a better job of ignoring volume groups - for instance, if the user |
220 |
|
|
has changed the group's name away from our assumed VolGroupXX (#150630). |
221 |
|
|
|
222 |
|
|
* Thu Mar 03 2005 Chris Lumens <clumens@redhat.com> 0.49-1 |
223 |
|
|
- Don't use deprecated whrandom module anymore. |
224 |
|
|
|
225 |
|
|
* Mon Feb 21 2005 Peter Jones <pjones@redhat.com> 0.48-1 |
226 |
|
|
- removed silo debug crap |
227 |
|
|
- fixed device.map generation when using LVM |
228 |
|
|
|
229 |
|
|
* Mon Feb 21 2005 Chris Lumens <clumens@redhat.com> 0.47-1 |
230 |
|
|
- Fixed typo on silo import. |
231 |
|
|
|
232 |
|
|
* Fri Feb 18 2005 Peter Jones <pjones@redhat.com> 0.46-1 |
233 |
|
|
- add in silo.conf handling, so spot will stop harassing me. |
234 |
|
|
|
235 |
|
|
* Mon Nov 22 2004 Karsten Hopp <karsten@redhat.de> 0.45-1 |
236 |
|
|
- rebuild with python-2.4 |
237 |
|
|
|
238 |
|
|
* Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 0.44-1 |
239 |
|
|
- don't include /dev/ in the console name (#134336) |
240 |
|
|
- fix installing boot loader to partition with RAID1 /boot (#127557) |
241 |
|
|
|
242 |
|
|
* Mon Sep 13 2004 Jeremy Katz <katzj@redhat.com> - 0.43-1 |
243 |
|
|
- preserve some more consoles (#131301) |
244 |
|
|
- add magicboot for Power Mac (from <pnasrat@redhat.com>) |
245 |
|
|
|
246 |
|
|
* Tue Aug 10 2004 Jeremy Katz <katzj@redhat.com> - 0.42-1 |
247 |
|
|
- don't write the unencrypted password to lilo.conf.anaconda if |
248 |
|
|
we're not using lilo (#129280) |
249 |
|
|
|
250 |
|
|
* Tue Aug 3 2004 Jeremy Katz <katzj@redhat.com> - 0.41-1 |
251 |
|
|
- don't duplicate boot loader arguments (#128492) |
252 |
|
|
|
253 |
|
|
* Mon Jul 12 2004 Jeremy Katz <katzj@redhat.com> - 0.40-1 |
254 |
|
|
- another tweak to the timeout |
255 |
|
|
|
256 |
|
|
* Mon Jun 28 2004 Jeremy Katz <katzj@redhat.com> - 0.39-1 |
257 |
|
|
- tweak timeouts to be shorter |
258 |
|
|
- use hiddenmenu by default with grub |
259 |
|
|
|
260 |
|
|
* Wed Jun 9 2004 Jeremy Katz <katzj@redhat.com> |
261 |
|
|
- quote appended args (#114174) |
262 |
|
|
|
263 |
|
|
* Thu May 13 2004 Jeremy Katz <katzj@redhat.com> |
264 |
|
|
- compile fix for newer versions of gcc from Jeff Law |
265 |
|
|
|
266 |
|
|
* Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.38-1 |
267 |
|
|
- remove ide-scsi from bootloader config on upgrade (#116622) |
268 |
|
|
|
269 |
|
|
* Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.37-1 |
270 |
|
|
- clean up the xfs fix (#122606) |
271 |
|
|
- altix boxes need relocatable (#120851) |
272 |
|
|
|
273 |
|
|
* Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com> - 0.36-1 |
274 |
|
|
- some xfs fixes (#117968) |
275 |
|
|
|
276 |
|
|
* Fri Apr 16 2004 Jeremy Katz <katzj@redhat.com> - 0.35-1 |
277 |
|
|
- allow booting windows from grub on x86_64 (#121005) |
278 |
|
|
|
279 |
|
|
* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> - 0.34-1 |
280 |
|
|
- use vmlinuz for ppc now |
281 |
|
|
|
282 |
|
|
* Mon Dec 1 2003 Jeremy Katz <katzj@redhat.com> 0.33-1 |
283 |
|
|
- no ide-scsi with 2.6 |
284 |
|
|
|
285 |
|
|
* Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com> |
286 |
|
|
- add buildrequires (#111150) |
287 |
|
|
|
288 |
|
|
* Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> 0.32-1 |
289 |
|
|
- rebuild for python 2.3 |
290 |
|
|
|
291 |
|
|
* Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com> |
292 |
|
|
- modernize label for other OS (#71565) |
293 |
|
|
|
294 |
|
|
* Fri Aug 15 2003 Jeremy Katz <katzj@redhat.com> 0.31.1-1 |
295 |
|
|
- preserve video= (#102370) |
296 |
|
|
|
297 |
|
|
* Fri Aug 1 2003 Jeremy Katz <katzj@redhat.com> 0.31-1 |
298 |
|
|
- write out noauto in chandev.conf if we have chandev args (#101381) |
299 |
|
|
|
300 |
|
|
* Fri Jul 25 2003 Jeremy Katz <katzj@redhat.com> |
301 |
|
|
- only include message= or splashimage if the file exists (#99301) |
302 |
|
|
|
303 |
|
|
* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> |
304 |
|
|
- support yaboot passwords (#100618) |
305 |
|
|
|
306 |
|
|
* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> 0.30-1 |
307 |
|
|
- pass through acpi= boot arguments |
308 |
|
|
|
309 |
|
|
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.2-1 |
310 |
|
|
- read product name from /tmp/product/.buildstamp if it exists |
311 |
|
|
|
312 |
|
|
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.1-1 |
313 |
|
|
- yaboot: really fix kernel/initrd path |
314 |
|
|
|
315 |
|
|
* Wed Jul 9 2003 Jeremy Katz <katzj@redhat.com> 0.29-1 |
316 |
|
|
- yaboot: quotes around append |
317 |
|
|
- yaboot: nonvram for pSeries |
318 |
|
|
- yaboot: fix partition= |
319 |
|
|
- yaboot: fix kernel path |
320 |
|
|
|
321 |
|
|
* Mon Jul 7 2003 Jeremy Katz <katzj@redhat.com> 0.28.1-1 |
322 |
|
|
- fix a typo (#98691) |
323 |
|
|
|
324 |
|
|
* Thu Jul 3 2003 Jeremy Katz <katzj@redhat.com> 0.28-1 |
325 |
|
|
- write our own yaboot.conf to work better with lvm/raid (#98308) |
326 |
|
|
- ensure the iSeries cmdline gets blanked |
327 |
|
|
|
328 |
|
|
* Fri Jun 20 2003 Jeremy Katz <katzj@redhat.com> 0.27-1 |
329 |
|
|
- handle /boot as a separate partition on pSeries nicely |
330 |
|
|
- setup /etc/elilo.conf symlink on ia64 |
331 |
|
|
|
332 |
|
|
* Wed Jun 18 2003 Jeremy Katz <katzj@redhat.com> 0.26.1-1 |
333 |
|
|
- remove efi boot entries based on product name, not just hardcoding |
334 |
|
|
Red Hat Linux (#97653) |
335 |
|
|
|
336 |
|
|
* Sun Jun 1 2003 Jeremy Katz <katzj@redhat.com> 0.26-1 |
337 |
|
|
- write kernel to side B on iSeries as well (#91038) |
338 |
|
|
|
339 |
|
|
* Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 0.25.9-1 |
340 |
|
|
- if there's not an old default on lilo upgrade, we don't need to |
341 |
|
|
delete it (#88582) |
342 |
|
|
|
343 |
|
|
* Fri May 2 2003 Jeremy Katz <katzj@redhat.com> 0.25.8-1 |
344 |
|
|
- really get the PReP partition writing right for iSeries |
345 |
|
|
|
346 |
|
|
* Thu May 1 2003 Jeremy Katz <katzj@redhat.com> 0.25.7-1 |
347 |
|
|
- use root=LABEL= on s/390 |
348 |
|
|
|
349 |
|
|
* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.6-1 |
350 |
|
|
- iSeries tweak to get the kernel written to the PReP partition |
351 |
|
|
|
352 |
|
|
* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.5-1 |
353 |
|
|
- yabootconfig moved to /sbin |
354 |
|
|
|
355 |
|
|
* Tue Apr 29 2003 Jeremy Katz <katzj@redhat.com> 0.25.4-1 |
356 |
|
|
- tweaks to handle chandev now that it's in /tmp/install.cfg and not from |
357 |
|
|
the env var |
358 |
|
|
|
359 |
|
|
* Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 0.25.3-1 |
360 |
|
|
- use Arjan's suggestion of vmlinitrd for iseries kernel + initrd |
361 |
|
|
|
362 |
|
|
* Wed Apr 23 2003 Jeremy Katz <katzj@redhat.com> 0.25.2-1 |
363 |
|
|
- pseries tweaks |
364 |
|
|
|
365 |
|
|
* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com> 0.25.1-1 |
366 |
|
|
- fix silly typos |
367 |
|
|
|
368 |
|
|
* Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.25-1 |
369 |
|
|
- iSeries support |
370 |
|
|
|
371 |
|
|
* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 0.24.1-1 |
372 |
|
|
- make target global for zipl.conf |
373 |
|
|
|
374 |
|
|
* Thu Mar 20 2003 Jeremy Katz <katzj@redhat.com> 0.24-1 |
375 |
|
|
- merge newer yaboot changes from Dan Burcaw |
376 |
|
|
|
377 |
|
|
* Fri Mar 14 2003 Jeremy Katz <katzj@redhat.com> 0.23-1 |
378 |
|
|
- read product name information dynamically (using /etc/redhat-release and |
379 |
|
|
anaconda's /.buildstamp) |
380 |
|
|
|
381 |
|
|
* Wed Mar 12 2003 Jeremy Katz <katzj@redhat.com> 0.22.1-1 |
382 |
|
|
- fix tyop |
383 |
|
|
|
384 |
|
|
* Tue Mar 4 2003 Jeremy Katz <katzj@redhat.com> 0.22-1 |
385 |
|
|
- support for yaboot from Dan Burcaw <dburcaw@terrasoftsolutions.com> |
386 |
|
|
|
387 |
|
|
* Mon Feb 24 2003 Karsten Hopp <karsten@redhat.de> 0.21-1 |
388 |
|
|
- s390 changes: zipl doesn't like lables, use devicename |
389 |
|
|
- don't write root= twice |
390 |
|
|
|
391 |
|
|
* Wed Feb 19 2003 Karsten Hopp <karsten@redhat.de> 0.20-1 |
392 |
|
|
- s390 changes: write correct zipl.conf when bl.args is not set |
393 |
|
|
|
394 |
|
|
* Wed Feb 5 2003 Jeremy Katz <katzj@redhat.com> 0.19-1 |
395 |
|
|
- make sure our lilo default is sane (#79594) |
396 |
|
|
|
397 |
|
|
* Wed Jan 22 2003 Jeremy Katz <katzj@redhat.com> 0.18-1 |
398 |
|
|
- fix line for anaconda-ks.cfg when bootloader installed on partition |
399 |
|
|
|
400 |
|
|
* Thu Jan 09 2003 Karsten Hopp <karsten@redhat.de> 0.17-1 |
401 |
|
|
- minor fixes for S390 |
402 |
|
|
|
403 |
|
|
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> |
404 |
|
|
- fix for #78380 - parted has fat16 and fat32 types now |
405 |
|
|
|
406 |
|
|
* Tue Nov 5 2002 Jeremy Katz <katzj@redhat.com> |
407 |
|
|
- read some kernel arguments when setting up default kernel args (#69904) |
408 |
|
|
- pychecker fixups |
409 |
|
|
|
410 |
|
|
* Thu Oct 3 2002 Jeremy Katz <katzj@redhat.com> |
411 |
|
|
- some x86_64 support |
412 |
|
|
|
413 |
|
|
* Tue Sep 10 2002 Jeremy Katz <katzj@redhat.com> |
414 |
|
|
- merge ia64 changes |
415 |
|
|
- add alpha support based on 7.2 alpha code |
416 |
|
|
|
417 |
|
|
* Wed Aug 14 2002 Jeremy Katz <katzj@redhat.com> |
418 |
|
|
- fix lilo entry removal |
419 |
|
|
|
420 |
|
|
* Fri Aug 2 2002 Jeremy Katz <katzj@redhat.com> |
421 |
|
|
- include bootloader location in kickstart line |
422 |
|
|
|
423 |
|
|
* Thu Aug 1 2002 Jeremy Katz <katzj@redhat.com> |
424 |
|
|
- make sure old entries get removed from lilo.conf on upgrade |
425 |
|
|
|
426 |
|
|
* Wed Jul 17 2002 Jeremy Katz <katzj@redhat.com> |
427 |
|
|
- set up serial consoles properly during install |
428 |
|
|
|
429 |
|
|
* Thu Jul 11 2002 Jeremy Katz <katzj@redhat.com> |
430 |
|
|
- count first ntfs found as alternative os as its just as likely |
431 |
|
|
|
432 |
|
|
* Fri Jun 28 2002 Jeremy Katz <katzj@redhat.com> |
433 |
|
|
- write out root=LABEL= if using an initrd and rootfs has a label |
434 |
|
|
|
435 |
|
|
* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> |
436 |
|
|
- grubby can do stuff with lilo.conf now, so we don't have to worry |
437 |
|
|
about updating lilo.conf in the upgrade only mode |
438 |
|
|
|
439 |
|
|
* Thu Jun 20 2002 Jeremy Katz <katzj@redhat.com> |
440 |
|
|
- add lilo password support |
441 |
|
|
|
442 |
|
|
* Mon Jun 10 2002 Jeremy Katz <katzj@redhat.com> |
443 |
|
|
- fix some missing iutil->butil bits |
444 |
|
|
|
445 |
|
|
* Fri May 31 2002 Jeremy Katz <katzj@redhat.com> |
446 |
|
|
- minor fixes |
447 |
|
|
|
448 |
|
|
* Tue May 28 2002 Jeremy Katz <katzj@redhat.com> |
449 |
|
|
- require rhpl |
450 |
|
|
|
451 |
|
|
* Mon Jan 21 2002 Jeremy Katz <katzj@redhat.com> |
452 |
|
|
- Initial build. |