1 |
slords |
1.1 |
Summary: simple python bootloader config lib |
2 |
|
|
Name: booty |
3 |
|
|
Version: 0.44.4 |
4 |
|
|
Release: 1%{?dist} |
5 |
|
|
License: LGPL |
6 |
|
|
Source0: %{name}-%{version}.tar.bz2 |
7 |
|
|
Patch100: raid-bootloader.patch |
8 |
|
|
Patch101: pick-kernel.patch |
9 |
|
|
Group: System Environment/Libraries |
10 |
|
|
BuildRoot: %{_tmppath}/%{name}-root |
11 |
|
|
Requires: rhpl |
12 |
|
|
BuildRequires: python-devel |
13 |
|
|
|
14 |
|
|
%description |
15 |
|
|
Small python library for use with bootloader configuration by anaconda |
16 |
|
|
and up2date. |
17 |
|
|
|
18 |
|
|
|
19 |
|
|
%prep |
20 |
|
|
%setup -q |
21 |
|
|
%patch100 -p1 |
22 |
|
|
%patch101 -p1 |
23 |
|
|
|
24 |
|
|
%build |
25 |
|
|
make |
26 |
|
|
|
27 |
|
|
%install |
28 |
|
|
rm -rf $RPM_BUILD_ROOT |
29 |
|
|
make DESTDIR=$RPM_BUILD_ROOT install |
30 |
|
|
|
31 |
|
|
%clean |
32 |
|
|
rm -rf $RPM_BUILD_ROOT |
33 |
|
|
|
34 |
|
|
%files |
35 |
|
|
%defattr(-,root,root) |
36 |
|
|
%doc README TODO |
37 |
|
|
/usr/lib/booty |
38 |
|
|
|
39 |
|
|
%changelog |
40 |
|
|
* Thu May 17 2007 Shad L. Lords <slords@mail.com> - 0.44.4-1.sme |
41 |
|
|
- Make bootloader install on all drives that contain /boot. |
42 |
|
|
- Pick correct kernel instead of assuming smp. |
43 |
|
|
|
44 |
|
|
* Wed Apr 19 2006 Peter Jones <pjones@redhat.com> - 0.44.4-1 |
45 |
|
|
- Add "console=tty0" when using a serial console (#171810) |
46 |
|
|
|
47 |
|
|
* Tue Aug 11 2005 Peter Jones <pjones@redhat.com> - 0.44.3-1 |
48 |
|
|
- Fix bootloader setup on non-RAID pSeries (and maybe other ppc as well?) |
49 |
|
|
|
50 |
|
|
* Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 0.44.2-1 |
51 |
|
|
- typo fix |
52 |
|
|
|
53 |
|
|
* Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 0.44.1-1 |
54 |
|
|
- support RAID1 /boot on ppc. |
55 |
|
|
|
56 |
|
|
* Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 0.44-1 |
57 |
|
|
- don't include /dev/ in the console name (#134336) |
58 |
|
|
- fix installing boot loader to partition with RAID1 /boot (#127557) |
59 |
|
|
|
60 |
|
|
* Mon Sep 13 2004 Jeremy Katz <katzj@redhat.com> - 0.43-1 |
61 |
|
|
- preserve some more consoles (#131301) |
62 |
|
|
- add magicboot for Power Mac (from <pnasrat@redhat.com>) |
63 |
|
|
|
64 |
|
|
* Tue Aug 10 2004 Jeremy Katz <katzj@redhat.com> - 0.42-1 |
65 |
|
|
- don't write the unencrypted password to lilo.conf.anaconda if |
66 |
|
|
we're not using lilo (#129280) |
67 |
|
|
|
68 |
|
|
* Tue Aug 3 2004 Jeremy Katz <katzj@redhat.com> - 0.41-1 |
69 |
|
|
- don't duplicate boot loader arguments (#128492) |
70 |
|
|
|
71 |
|
|
* Mon Jul 12 2004 Jeremy Katz <katzj@redhat.com> - 0.40-1 |
72 |
|
|
- another tweak to the timeout |
73 |
|
|
|
74 |
|
|
* Mon Jun 28 2004 Jeremy Katz <katzj@redhat.com> - 0.39-1 |
75 |
|
|
- tweak timeouts to be shorter |
76 |
|
|
- use hiddenmenu by default with grub |
77 |
|
|
|
78 |
|
|
* Wed Jun 9 2004 Jeremy Katz <katzj@redhat.com> |
79 |
|
|
- quote appended args (#114174) |
80 |
|
|
|
81 |
|
|
* Thu May 13 2004 Jeremy Katz <katzj@redhat.com> |
82 |
|
|
- compile fix for newer versions of gcc from Jeff Law |
83 |
|
|
|
84 |
|
|
* Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.38-1 |
85 |
|
|
- remove ide-scsi from bootloader config on upgrade (#116622) |
86 |
|
|
|
87 |
|
|
* Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.37-1 |
88 |
|
|
- clean up the xfs fix (#122606) |
89 |
|
|
- altix boxes need relocatable (#120851) |
90 |
|
|
|
91 |
|
|
* Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com> - 0.36-1 |
92 |
|
|
- some xfs fixes (#117968) |
93 |
|
|
|
94 |
|
|
* Fri Apr 16 2004 Jeremy Katz <katzj@redhat.com> - 0.35-1 |
95 |
|
|
- allow booting windows from grub on x86_64 (#121005) |
96 |
|
|
|
97 |
|
|
* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> - 0.34-1 |
98 |
|
|
- use vmlinuz for ppc now |
99 |
|
|
|
100 |
|
|
* Mon Dec 1 2003 Jeremy Katz <katzj@redhat.com> 0.33-1 |
101 |
|
|
- no ide-scsi with 2.6 |
102 |
|
|
|
103 |
|
|
* Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com> |
104 |
|
|
- add buildrequires (#111150) |
105 |
|
|
|
106 |
|
|
* Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> 0.32-1 |
107 |
|
|
- rebuild for python 2.3 |
108 |
|
|
|
109 |
|
|
* Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com> |
110 |
|
|
- modernize label for other OS (#71565) |
111 |
|
|
|
112 |
|
|
* Fri Aug 15 2003 Jeremy Katz <katzj@redhat.com> 0.31.1-1 |
113 |
|
|
- preserve video= (#102370) |
114 |
|
|
|
115 |
|
|
* Fri Aug 1 2003 Jeremy Katz <katzj@redhat.com> 0.31-1 |
116 |
|
|
- write out noauto in chandev.conf if we have chandev args (#101381) |
117 |
|
|
|
118 |
|
|
* Fri Jul 25 2003 Jeremy Katz <katzj@redhat.com> |
119 |
|
|
- only include message= or splashimage if the file exists (#99301) |
120 |
|
|
|
121 |
|
|
* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> |
122 |
|
|
- support yaboot passwords (#100618) |
123 |
|
|
|
124 |
|
|
* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> 0.30-1 |
125 |
|
|
- pass through acpi= boot arguments |
126 |
|
|
|
127 |
|
|
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.2-1 |
128 |
|
|
- read product name from /tmp/product/.buildstamp if it exists |
129 |
|
|
|
130 |
|
|
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.1-1 |
131 |
|
|
- yaboot: really fix kernel/initrd path |
132 |
|
|
|
133 |
|
|
* Wed Jul 9 2003 Jeremy Katz <katzj@redhat.com> 0.29-1 |
134 |
|
|
- yaboot: quotes around append |
135 |
|
|
- yaboot: nonvram for pSeries |
136 |
|
|
- yaboot: fix partition= |
137 |
|
|
- yaboot: fix kernel path |
138 |
|
|
|
139 |
|
|
* Mon Jul 7 2003 Jeremy Katz <katzj@redhat.com> 0.28.1-1 |
140 |
|
|
- fix a typo (#98691) |
141 |
|
|
|
142 |
|
|
* Thu Jul 3 2003 Jeremy Katz <katzj@redhat.com> 0.28-1 |
143 |
|
|
- write our own yaboot.conf to work better with lvm/raid (#98308) |
144 |
|
|
- ensure the iSeries cmdline gets blanked |
145 |
|
|
|
146 |
|
|
* Fri Jun 20 2003 Jeremy Katz <katzj@redhat.com> 0.27-1 |
147 |
|
|
- handle /boot as a separate partition on pSeries nicely |
148 |
|
|
- setup /etc/elilo.conf symlink on ia64 |
149 |
|
|
|
150 |
|
|
* Wed Jun 18 2003 Jeremy Katz <katzj@redhat.com> 0.26.1-1 |
151 |
|
|
- remove efi boot entries based on product name, not just hardcoding |
152 |
|
|
Red Hat Linux (#97653) |
153 |
|
|
|
154 |
|
|
* Sun Jun 1 2003 Jeremy Katz <katzj@redhat.com> 0.26-1 |
155 |
|
|
- write kernel to side B on iSeries as well (#91038) |
156 |
|
|
|
157 |
|
|
* Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 0.25.9-1 |
158 |
|
|
- if there's not an old default on lilo upgrade, we don't need to |
159 |
|
|
delete it (#88582) |
160 |
|
|
|
161 |
|
|
* Fri May 2 2003 Jeremy Katz <katzj@redhat.com> 0.25.8-1 |
162 |
|
|
- really get the PReP partition writing right for iSeries |
163 |
|
|
|
164 |
|
|
* Thu May 1 2003 Jeremy Katz <katzj@redhat.com> 0.25.7-1 |
165 |
|
|
- use root=LABEL= on s/390 |
166 |
|
|
|
167 |
|
|
* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.6-1 |
168 |
|
|
- iSeries tweak to get the kernel written to the PReP partition |
169 |
|
|
|
170 |
|
|
* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.5-1 |
171 |
|
|
- yabootconfig moved to /sbin |
172 |
|
|
|
173 |
|
|
* Tue Apr 29 2003 Jeremy Katz <katzj@redhat.com> 0.25.4-1 |
174 |
|
|
- tweaks to handle chandev now that it's in /tmp/install.cfg and not from |
175 |
|
|
the env var |
176 |
|
|
|
177 |
|
|
* Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 0.25.3-1 |
178 |
|
|
- use Arjan's suggestion of vmlinitrd for iseries kernel + initrd |
179 |
|
|
|
180 |
|
|
* Wed Apr 23 2003 Jeremy Katz <katzj@redhat.com> 0.25.2-1 |
181 |
|
|
- pseries tweaks |
182 |
|
|
|
183 |
|
|
* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com> 0.25.1-1 |
184 |
|
|
- fix silly typos |
185 |
|
|
|
186 |
|
|
* Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.25-1 |
187 |
|
|
- iSeries support |
188 |
|
|
|
189 |
|
|
* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 0.24.1-1 |
190 |
|
|
- make target global for zipl.conf |
191 |
|
|
|
192 |
|
|
* Thu Mar 20 2003 Jeremy Katz <katzj@redhat.com> 0.24-1 |
193 |
|
|
- merge newer yaboot changes from Dan Burcaw |
194 |
|
|
|
195 |
|
|
* Fri Mar 14 2003 Jeremy Katz <katzj@redhat.com> 0.23-1 |
196 |
|
|
- read product name information dynamically (using /etc/redhat-release and |
197 |
|
|
anaconda's /.buildstamp) |
198 |
|
|
|
199 |
|
|
* Wed Mar 12 2003 Jeremy Katz <katzj@redhat.com> 0.22.1-1 |
200 |
|
|
- fix tyop |
201 |
|
|
|
202 |
|
|
* Tue Mar 4 2003 Jeremy Katz <katzj@redhat.com> 0.22-1 |
203 |
|
|
- support for yaboot from Dan Burcaw <dburcaw@terrasoftsolutions.com> |
204 |
|
|
|
205 |
|
|
* Mon Feb 24 2003 Karsten Hopp <karsten@redhat.de> 0.21-1 |
206 |
|
|
- s390 changes: zipl doesn't like lables, use devicename |
207 |
|
|
- don't write root= twice |
208 |
|
|
|
209 |
|
|
* Wed Feb 19 2003 Karsten Hopp <karsten@redhat.de> 0.20-1 |
210 |
|
|
- s390 changes: write correct zipl.conf when bl.args is not set |
211 |
|
|
|
212 |
|
|
* Wed Feb 5 2003 Jeremy Katz <katzj@redhat.com> 0.19-1 |
213 |
|
|
- make sure our lilo default is sane (#79594) |
214 |
|
|
|
215 |
|
|
* Wed Jan 22 2003 Jeremy Katz <katzj@redhat.com> 0.18-1 |
216 |
|
|
- fix line for anaconda-ks.cfg when bootloader installed on partition |
217 |
|
|
|
218 |
|
|
* Thu Jan 09 2003 Karsten Hopp <karsten@redhat.de> 0.17-1 |
219 |
|
|
- minor fixes for S390 |
220 |
|
|
|
221 |
|
|
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> |
222 |
|
|
- fix for #78380 - parted has fat16 and fat32 types now |
223 |
|
|
|
224 |
|
|
* Tue Nov 5 2002 Jeremy Katz <katzj@redhat.com> |
225 |
|
|
- read some kernel arguments when setting up default kernel args (#69904) |
226 |
|
|
- pychecker fixups |
227 |
|
|
|
228 |
|
|
* Thu Oct 3 2002 Jeremy Katz <katzj@redhat.com> |
229 |
|
|
- some x86_64 support |
230 |
|
|
|
231 |
|
|
* Tue Sep 10 2002 Jeremy Katz <katzj@redhat.com> |
232 |
|
|
- merge ia64 changes |
233 |
|
|
- add alpha support based on 7.2 alpha code |
234 |
|
|
|
235 |
|
|
* Wed Aug 14 2002 Jeremy Katz <katzj@redhat.com> |
236 |
|
|
- fix lilo entry removal |
237 |
|
|
|
238 |
|
|
* Fri Aug 2 2002 Jeremy Katz <katzj@redhat.com> |
239 |
|
|
- include bootloader location in kickstart line |
240 |
|
|
|
241 |
|
|
* Thu Aug 1 2002 Jeremy Katz <katzj@redhat.com> |
242 |
|
|
- make sure old entries get removed from lilo.conf on upgrade |
243 |
|
|
|
244 |
|
|
* Wed Jul 17 2002 Jeremy Katz <katzj@redhat.com> |
245 |
|
|
- set up serial consoles properly during install |
246 |
|
|
|
247 |
|
|
* Thu Jul 11 2002 Jeremy Katz <katzj@redhat.com> |
248 |
|
|
- count first ntfs found as alternative os as its just as likely |
249 |
|
|
|
250 |
|
|
* Fri Jun 28 2002 Jeremy Katz <katzj@redhat.com> |
251 |
|
|
- write out root=LABEL= if using an initrd and rootfs has a label |
252 |
|
|
|
253 |
|
|
* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> |
254 |
|
|
- grubby can do stuff with lilo.conf now, so we don't have to worry |
255 |
|
|
about updating lilo.conf in the upgrade only mode |
256 |
|
|
|
257 |
|
|
* Thu Jun 20 2002 Jeremy Katz <katzj@redhat.com> |
258 |
|
|
- add lilo password support |
259 |
|
|
|
260 |
|
|
* Mon Jun 10 2002 Jeremy Katz <katzj@redhat.com> |
261 |
|
|
- fix some missing iutil->butil bits |
262 |
|
|
|
263 |
|
|
* Fri May 31 2002 Jeremy Katz <katzj@redhat.com> |
264 |
|
|
- minor fixes |
265 |
|
|
|
266 |
|
|
* Tue May 28 2002 Jeremy Katz <katzj@redhat.com> |
267 |
|
|
- require rhpl |
268 |
|
|
|
269 |
|
|
* Mon Jan 21 2002 Jeremy Katz <katzj@redhat.com> |
270 |
|
|
- Initial build. |