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