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