/[smeserver]/rpms/mkinitrd/sme8/mkinitrd.spec
ViewVC logotype

Contents of /rpms/mkinitrd/sme8/mkinitrd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Dec 20 16:11:24 2007 UTC (16 years, 9 months ago) by slords
Branch: MAIN
Changes since 1.1: +116 -1 lines
Import on branch sme8 of package mkinitrd-5.1.19.6-19.src.rpm

1 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)[1:]")}
2
3 Summary: Creates an initial ramdisk image for preloading modules.
4 Name: mkinitrd
5 Version: 5.1.19.6
6 Release: 19
7 License: GPL
8 Group: System Environment/Base
9 Source0: mkinitrd-%{version}.tar.bz2
10
11 Patch0: mkinitrd-use-modinfo.patch
12 Patch1: mkinitrd-newkernelpkg-ia64.patch
13 Patch2: mkinitrd-use-firmware.patch
14 Patch3: mkinitrd-5.1.19.6-multipath.patch
15 Patch4: mkinitrd-5.1.19.6-installkernel.patch
16 Patch5: mkinitrd-5.1.19.6-bz218452.patch
17 Patch6: mkinitrd-5.1.19.6-iscsi-sdmod.patch
18 Patch7: mkinitrd-5.1.19.6-withusb.patch
19 Patch8: mkinitrd-5.1.19.6-libfirmware.patch
20 Patch9: mkinitrd-5.1.19.6-emc.patch
21 Patch10: mkinitrd-5.1.19.6-s390x-withusb.patch
22 Patch11: mkinitrd-5.1.19.6-types.patch
23
24 ExclusiveOs: Linux
25 Prereq: dev
26 Requires: /bin/sh, /sbin/insmod.static, /sbin/losetup
27 Requires: fileutils, grep, mount, gzip, tar, mktemp >= 1.5-5, findutils, lvm2
28 Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts >= 8.22-1
29 Requires: e2fsprogs >= 1.38-12, glib2, libselinux, libsepol, coreutils
30 Requires: device-mapper-multipath >= 0.4.7-9, kpartx >= 0.4.7-9
31 BuildRequires: popt e2fsprogs-devel parted-devel >= 1.7.1-15, pkgconfig, glib2-devel
32 BuildRequires: libdhcp4client-devel, libdhcp6client-devel, libdhcp-devel >= 1.9
33 BuildRequires: device-mapper libselinux-devel libsepol-devel, python-devel
34 %ifnarch s390 s390x
35 Requires: dmraid
36 %endif
37 %ifarch ppc
38 Requires: ppc64-utils >= 0.3-1
39 %endif
40 Requires: nash = %{version}-%{release}
41 BuildRoot: %{_tmppath}/%{name}-root
42 Provides: libbdevid = %{version}-%{release}
43 Obsoletes: libbdevid < %{version}-%{release}
44
45 %description
46 Mkinitrd creates filesystem images for use as initial ramdisk (initrd)
47 images. These ramdisk images are often used to preload the block
48 device modules (SCSI or RAID) needed to access the root filesystem.
49
50 In other words, generic kernels can be built without drivers for any
51 SCSI adapters which load the SCSI driver as a module. Since the
52 kernel needs to read those modules, but in this case it isn't able to
53 address the SCSI adapter, an initial ramdisk is used. The initial
54 ramdisk is loaded by the operating system loader (normally LILO) and
55 is available to the kernel as soon as the ramdisk is loaded. The
56 ramdisk image loads the proper SCSI adapter and allows the kernel to
57 mount the root filesystem. The mkinitrd program creates such a
58 ramdisk using information found in the /etc/modules.conf file.
59
60 %package devel
61 Summary: C header files and library for functionality exported by libnash.
62 Group: Development/Libraries
63 Requires: glibc-devel, pkgconfig, e2fsprogs-devel, mkinitrd, glib2-devel
64
65 %package -n libbdevid-python
66 Summary: Python bindings for libbdevid
67 Group: System Environment/Libraries
68 Requires: glib2, e2fsprogs, libselinux, libsepol, device-mapper, mkinitrd
69 Requires: python
70
71 %package -n nash
72 Summary: nash shell
73 Group: System Environment/Base
74
75 %description devel
76 C header files and library for functionality exported by libnash.
77
78 %description -n libbdevid-python
79 Python bindings for libbdevid.
80
81 %description -n nash
82 nash shell used by initrd
83
84 %prep
85 %setup -q -n mkinitrd-%{version}
86 %patch0 -p1
87 %patch1 -p1
88 %patch2 -p1
89 %patch3 -p1
90 %patch4 -p0
91 %patch5 -p1
92 %patch6 -p1
93 %patch7 -p1
94 %patch8 -p1
95 %patch9 -p1
96 %patch10 -p1
97 %patch11 -p1
98
99 %build
100 make LIB=%{_lib}
101 make LIB=%{_lib} test
102
103 %install
104 rm -rf $RPM_BUILD_ROOT
105 make LIB=%{_lib} DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
106 rm -f $RPM_BUILD_ROOT/sbin/bdevid $RPM_BUILD_ROOT/%{_includedir}/blkent.h
107
108 %clean
109 rm -rf $RPM_BUILD_ROOT
110
111 %files
112 %defattr(-,root,root)
113 %attr(755,root,root) /sbin/mkinitrd
114 %attr(644,root,root) %{_mandir}/man8/mkinitrd.8*
115 %config %attr(755,root,root) /sbin/installkernel
116 %attr(755,root,root) /sbin/new-kernel-pkg
117 %attr(755,root,root) /sbin/grubby
118 %attr(644,root,root) %{_mandir}/man8/grubby.8*
119 %attr(755,root,root) %dir %{_sysconfdir}/sysconfig/mkinitrd
120 /%{_lib}/bdevid
121 %{_libdir}/libbdevid.so.*
122
123 %files devel
124 %defattr(-,root,root)
125 %{_libdir}/libnash.a
126 %{_libdir}/libbdevid.a
127 %{_libdir}/libbdevid.so
128 %{_libdir}/libbdevidprobe.a
129 %{_libdir}/pkgconfig/libnash.pc
130 %{_libdir}/pkgconfig/libbdevid.pc
131 %{_libdir}/pkgconfig/libbdevidprobe.pc
132 %{_includedir}/nash.h
133 %{_includedir}/nash
134 %{_includedir}/bdevid.h
135 %{_includedir}/bdevid
136
137 %files -n libbdevid-python
138 /%{python_sitelib}/bdevid.so
139
140 %files -n nash
141 %defattr(-,root,root)
142 %attr(644,root,root) %{_mandir}/man8/nash.8*
143 %attr(755,root,root) /sbin/nash
144
145 %changelog
146 * Tue Sep 11 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-19
147 - More conflicting header fixes
148 Related: rhbz#277481
149
150 * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-18
151 - Fix conflicting headers
152 Resolves: rhbz#277481
153
154 * Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-17
155 - Set withusb=0 on s390x and s390 architectures
156 Resolves: rhbz#251136
157
158 * Wed Jul 18 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-16
159 - Invoke kpartx the same was as rc.sysinit to maintain naming consistency
160 Related: rhbz#185852
161 - Remove unused code
162 Related: rhbz#185852
163
164 * Wed Jul 11 2007 Peter Jones <pjones@redhat.com> - 5.1.19.6-15
165 - Add more ways to do detection for the EMC hardware handler module.
166 Related: #185852
167
168 * Wed Jul 11 2007 Peter Jones <pjones@redhat.com> - 5.1.19.6-14
169 - Add support for disabling dmraid from a config file so we don't regress
170 Related: #185852
171 - Clean up new mpath code.
172 Related: #185852
173
174 * Mon Jul 09 2007 Peter Jones <pjones@redhat.com> - 5.1.19.6-13
175 - Fix "--without-usb"
176 Resolves: #230852
177 - Make /lib/firmware before trying to put things there
178 Related: #218452
179
180 * Mon Jul 09 2007 Peter Jones <pjones@redhat.com> - 5.1.19.6-12
181 - Don't try to guess a module path if modprobe can find it
182 Resolves: #218452
183 - Load sd_mod explicitly during iscsi boot.
184 Resolves: #222685
185
186 * Fri Jul 06 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-11
187 - Remove unnecessary text
188 Resolves: rhbz#238019
189 - Handle EMC storage arrays when gathering WWIDs for multipath devices
190 Related: rhbz#185852
191
192 * Thu Jul 05 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-10
193 - Pass the '-p p' argument to kpartx
194 Related: rhbz#185852
195
196 * Thu Jul 05 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-9
197 - Quote tr arguments to avoid errors from certain input
198 Related: rhbz#185852
199 - In the inst() function, make the destination directory if it doesn't exist
200 Related: rhbz#185852
201
202 * Tue Jun 26 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-8
203 - Properly install files and symlinks in installkernel (prarit)
204 Resolves: rhbz#227711
205
206 * Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-7
207 - Ignore Xen block devices when collecting WWID values
208 Related: rhbz#185852
209
210 * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-6
211 - Require device-mapper-multipath and kpartx packages
212 Related: rhbz#185852
213
214 * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-5
215 - Bring network devices up before iscsistart runs
216 Related: rhbz#185852
217
218 * Mon Jun 18 2007 David Cantrell <dcantrell@redhat.com> - 5.1.19.6-4
219 - Make sure to copy in /var/lib/multipath/bindings to the initrd
220 - Bring up multipath devices by WWID on initrd boot
221 - Resolves: rhbz#185852
222 - Resolves: rhbz#216240
223
224 * Sat Jun 2 2007 Jon Masters <jcm@redhat.com> - 5.1.19.6-3
225 - Backport firmware fixes from Fedora 7 into RHEL5
226 (use modinfo to discover firmware files required).
227 Related: rhbz#184773
228
229 * Wed May 30 2007 Jon Masters <jcm@redhat.com> - 5.1.19.6-2
230 - Add support for modinfo to locate modules.
231 - Add elilo fixes for IA64 to new-kernel-pkg.
232 Resolves: #239392
233 Related: #224076
234
235 * Thu Jan 18 2007 Peter Jones <pjones@redhat.com> - 5.1.19.6-1
236 - Don't create /dev/ttyN on s390*
237 Resolves: #209204
238
239 * Mon Jan 15 2007 Peter Jones <pjones@redhat.com> - 5.1.19.5-1
240 - Use a different method of getting iscsi info
241 Resolves: #221088
242
243 * Thu Jan 11 2007 Peter Jones <pjones@redhat.com> - 5.1.19.4-1
244 - Fix LABEL/UUID handling in mkinitrd
245 Resolves: #222106
246
247 * Thu Jan 4 2007 Jeremy Katz <katzj@redhat.com> - 5.1.19.3-1
248 - don't create /dev/tty* on s390 (#209204)
249 - handle multi-line options (#209447)
250 - ensure that scsi devices have stabilized to ensure the rootdev
251 is available (#213039)
252 - iscsi tools changed their syntax somewhat (#221088)
253
254 * Fri Dec 15 2006 Peter Jones <pjones@redhat.com> - 5.1.19.2-1
255 - Honor installing with 'nompath' (#219483)
256
257 * Wed Dec 6 2006 Peter Jones <pjones@redhat.com> - 5.1.19.1-2
258 - Rebuild for new libparted (#218624)
259
260 * Mon Oct 30 2006 Peter Jones <pjones@redhat.com> - 5.1.19.1-1
261 - Merge missing FC6 fixes back into this branch to eliminate regressions.
262
263 * Thu Sep 28 2006 Peter Jones <pjones@redhat.com> - 5.1.19-1
264 - Fix booting on non-LVM devices where sysfs uses a '!' in the device path,
265 such as cciss. (#201875, #196360)
266
267 * Wed Sep 27 2006 Peter Jones <pjones@redhat.com> - 5.1.18-1
268 - Split nash into its own package to work around dep sorting issue on install.
269
270 * Thu Sep 21 2006 Peter Jones <pjones@redhat.com> - 5.1.17-1
271 - Fix module dependency probing when there's no modalias
272
273 * Wed Sep 20 2006 Peter Jones <pjones@redhat.com> - 5.1.16-1
274 - Don't require non-tmpfs tmpdir unless we're using loopback
275 - Fix symlink chasing for yaboot.conf in grubby (#207302)
276
277 * Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com>
278 - Hack for moduledeps of gfs2/nfs
279
280 * Tue Sep 19 2006 Jeremy Katz <katzj@redhat.com>
281 - Handle zfcp.conf not specifying scsiid and scsilun (#198803)
282
283 * Tue Sep 12 2006 Peter Jones <pjones@redhat.com>
284 - Fix escaping error in md-handler's awk script
285
286 * Fri Sep 8 2006 Jesse Keating <jkeating@redhat.com> - 5.1.15-1
287 - more typos to fix related to (#205194)
288
289 * Fri Sep 8 2006 Peter Jones <pjones@redhat.com> - 5.1.14-1
290 - Fix another typo in the same one-line shell wrapper (#205194)
291
292 * Fri Sep 8 2006 Peter Jones <pjones@redhat.com> - 5.1.13-1
293 - Fix missing coreutils dep and typo in shell wrapper (#205194)
294 - Fix bad mpath test (#204758)
295
296 * Thu Sep 7 2006 Peter Jones <pjones@redhat.com> - 5.1.12-1
297 - Fix bug in dm dependency scanning (#205635)
298
299 * Tue Sep 6 2006 Peter Jones <pjones@redhat.com> - 5.1.11-1
300 - Pull in bdevid properly (not two sources any more)
301 - Lots of minor bugfixes, leak fixups, etc.
302 - Updates for new iScsi userland (katzj)
303 - ata and usb device id probes in bdevid
304 - preliminary work for boot-time device identification.
305 - Fixes for network driver selection (katzj)
306
307 * Fri Sep 1 2006 Peter Jones <pjones@redhat.com> - 5.1.10-1
308 - Fix %%setup args
309 - Work around lvm locking problems when clvm is installed (#203904)
310 - Work around lvm segfault by always using lvm.static
311 - Fix label scanning on dm devices (based on a patch from Hans de Goede)
312 (#204763)
313 - handle the /proc/bus/usb mounting with a state machine in the module
314 loading emission, not with a sentinal value
315 - do forced finding of devices *after* auto-detection of the root fs, so
316 we're not blindsided by bogus scsi_hostadapter aliases and the like.
317 - move nashDm* functions to libnash so stuff in block.c can call them.
318
319 * Tue Aug 29 2006 David Cantrell <dcantrell@redhat.com> - 5.1.9-2
320 - BuildRequires parted-devel >= 1.7.1-15
321
322 * Fri Aug 17 2006 Peter Jones <pjones@redhat.com> - 5.1.9-1
323 - Fix "MOUNT_PROC_USB" warning
324
325 * Wed Aug 16 2006 Peter Jones <pjones@redhat.com> - 5.1.8-1
326 - Use modprobe to find module deps (#202559, #202596)
327 - Fix typo for /dev/efirtc (#202110)
328
329 * Wed Aug 16 2006 Peter Jones <pjones@redhat.com> - 5.1.7-1
330 - Make "stabilized" work better (patch from Alexandre Oliva)
331 - Rewrite usb handling (notting and pjones)
332 - Fix libbdevid provides/obsoletes.
333 - Include usb hcd drivers by default
334
335 * Mon Aug 14 2006 Bill Nottingham <notting@redhat.com> - 5.1.6-1
336 - don't make every root device /dev/loop0. Eep.
337
338 * Mon Aug 14 2006 Peter Jones <pjones@redhat.com> - 5.1.5-1
339 - Provide libbdevid.
340
341 * Mon Aug 14 2006 Peter Jones <pjones@redhat.com> - 5.1.4-1
342 - Fix requires for libbdevid
343 - Make it safe to call nashLogger and nashLoggerV with no context.
344
345 * Mon Aug 14 2006 Mark McLoughlin <markmc@redhat.com> - 5.1.3-2
346 - Fix compile error
347
348 * Fri Aug 11 2006 Bill Nottingham <notting@redhat.com> - 5.1.3-1
349 - replace various sed/grep/cut/head calls with bash & awk equivalents
350 - fix a typo
351 - nfs loop fixes
352 - silence xen errors when sysfs layout is different
353
354 * Wed Jul 26 2006 Peter Jones <pjones@redhat.com> - 5.1.2-1
355 - pull in new libbdevid for scsi probing fix
356 - restructure package so things can include libbdevid (and its modules)
357 without depending on python
358
359 * Wed Jul 19 2006 Bill Nottingham <notting@redhat.com>
360 - support for loopback root (including loop-over-NFS)
361
362 * Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> - 5.1.1-1
363 - build with -fPIC
364 - pull in new libbdevid for linking fix
365
366 * Mon Jul 17 2006 Jeremy Katz <katzj@redhat.com> - 5.1.0-1
367 - allow rootdev/rootfs/rootopts parsing on the mkinitrd command line (notting)
368 - fix case where we'd spin forever resolving a device (#199046)
369
370 * Thu Jul 13 2006 Peter Jones <pjones@redhat.com> - 5.0.47-1
371 - add libbdevid
372 - fix mode handling on open syscall wrapper (patch from Mark McLoughlin)
373 - save dhcp lease file after network initialization (patch from markmc)
374
375 * Thu Jul 6 2006 Bill Nottingham <notting@redhat.com>
376 - if NFS host doesn't resolve, assume it's an IP
377 - make sure IP check doesn't get extraneous info
378
379 * Wed Jul 5 2006 Peter Jones <pjones@redhat.com>
380 - make libnash.a and the nash-devel package
381 - use libdhcp instead of pump (patch from Mark McLoughlin)
382
383 * Fri Jun 30 2006 Jeremy Katz <katzj@redhat.com> - 5.0.46-1
384 - if we don't get a modalias for a net driver, try via
385 ethtool (notting, #196104)
386 - add patches from Aron Griffis (aron AT hp DOT com) for multiboot
387 support on ia64
388
389 * Thu Jun 22 2006 Jeremy Katz <katzj@redhat.com> - 5.0.45-1
390 - don't emit <empty> for iscsi username/password stuff
391 - handle _netdev option for filesystems
392
393 * Thu Jun 22 2006 Jeremy Katz <katzj@redhat.com> - 5.0.44-1
394 - fix so we only use iscsistart if we're doing root on iscsi
395 - fix spurious shell error (noticed by karsten)
396
397 * Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 5.0.43-1
398 - Add back patches from pjones which had just been in the package for
399 * fix bad shell code to detect DMs in use
400 * fix "stabilized" to stat where appropriate
401 * use stabilized for sbp2
402
403 * Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 5.0.42-1
404 - add a hack to handle xennet devices not having a modalias (#196104)
405 - initial pass at support for root on iscsi (patch from Patrick
406 Mansfield <patmans@us.ibm.com>)
407
408 * Mon Jun 12 2006 Peter Jones <pjones@redhat.com>
409 - Fixes for stateless/diskless configurations (patch from Jeff Law,
410 <law@redhat.com>)
411
412 * Wed May 24 2006 Peter Jones <pjones@redhat.com> - 5.0.41-1
413 - (very) basic multipath support
414 - minor fixes for usb
415
416 * Thu May 18 2006 Jeremy Katz <katzj@redhat.com> - 5.0.40-1
417 - fix multiple netdev handling (#192321)
418
419 * Tue May 10 2006 Peter Jones <pjones@redhat.com> - 5.0.39-1
420 - handle [eou]hci_hcd even _more_ correctly ;)
421
422 * Tue May 9 2006 Peter Jones <pjones@redhat.com> - 5.0.38-1
423 - handle bringing up multiple network devices (katzj)
424 - make "withusb=yes" default
425 - add --without-usb
426 - make usb load [euo]hci_hcd correctly
427
428 * Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 5.0.37-1
429 - munge rootopts on all non-nfs cases
430
431 * Wed Apr 26 2006 Bill Nottingham <notting@redhat.com> - 5.0.36-1
432 - NFS root fixes
433 - fix typo
434
435 * Mon Apr 10 2006 Peter Jones <pjones@redhat.com> - 5.0.34-1
436 - fix "!" handling for sysfs paths in mkblkdevs
437 - fix argument checking for mknodCommand
438
439 * Thu Mar 30 2006 Peter Jones <pjones@redhat.com> - 5.0.33-1
440 - fix unbalanced pushd in mkinitrd (patch from Pete Zaitcev, bz# 185822)
441 - add "cond" command for simple conditionals (bz# 182938)
442 - add "status" command to see/set the exit status for testing
443 - add "--remove-args" and "--update" args for new-kernel-pkg (patch from
444 Don Zickus, bz# 183917)
445
446 * Mon Mar 13 2006 Peter Jones <pjones@redhat.com> - 5.0.32-1
447 - handle sd_mod on scsi_mod in findmodule, not in the scsi setup. This
448 fixes the "no scsi_hostadapter" alias problem better (#182008).
449
450 * Fri Mar 10 2006 Peter Jones <pjones@redhat.com> - 5.0.31-1
451 - add segv handler for nash
452
453 * Wed Mar 8 2006 Peter Jones <pjones@redhat.com> - 5.0.30-1
454 - move blkid.tab* references to /etc/blkid/blkid.tab*
455 - don't do the selinux context stuff on blkid.tab*, as it now inherits from
456 the directory.
457
458 * Mon Feb 27 2006 Peter Jones <pjones@redhat.com> - 5.0.29-1
459 - Fix pump-devel buildrequires
460 - Fix grubby's getpathbyspec() usage (#183010)
461 - Fix grubby's makefile
462 - Make readlink command work with super scary huge sysfs paths (#183091)
463 - Make readlink handle directories better (#166666)
464 - Don't create ramdisk blockdevs, mkblkdevs does it (#181873)
465 - Don't use showlabels to resolve labels, use resolveDevice so we don't
466 need messy awk (#180372)
467
468 * Fri Feb 24 2006 Peter Jones <pjones@redhat.com> - 5.0.28-1
469 - Make /dev/efirtc on ia64 boxes (#182598)
470 - Handle selinux contexts on /etc/blkid.tab* since we can't do it in
471 libblkid.
472 - Make building from the "nash" subdir work again
473 - Make getpathbyspec() allocate on the caller's stack, eliminating
474 several memory leaks in callers.
475 - Don't strip nash
476
477 * Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 5.0.27-1
478 - Fix multiboot argument quoting in new-kernel-package (#182243)
479 - Fix "netlink" fd error in hotplug initialization.
480 - Fix directory creation in smartmknod()
481 - Fix find command when it's not run alone (#181874, patch from Mark
482 McLoughlin)
483 - Don't use 0-length uuids
484 - Update /dev/mapper nodes more often
485 - Allow dm partadd not to include the /dev/mapper path
486 - Use /etc/fstab, not /fstab, so if you've got /sbin/mount it'll work
487 - Bring in sd_mod if libata or scsi_mod is selected (#181983)
488 - use -Wl,--wrap,open and __wrap_open() instead of coeOpen()
489
490 * Wed Feb 15 2006 Peter Jones <pjones@redhat.com> - 5.0.26-1
491 - fix detection of floppy devices, don't probe them for labels
492 - fix grubby to use the same label scanning code as nash
493 - senseless rewriting of makefiles so that grubby can use nash's .o's, uh,
494 "more easily".
495
496 * Tue Feb 14 2006 Peter Jones <pjones@redhat.com> - 5.0.25-1
497 - rework hotplug control fds (#181515)
498
499 * Tue Feb 14 2006 Peter Jones <pjones@redhat.com> - 5.0.24-1
500 - use the right nash-dm command to get the device list
501 - check if a subdevice has the same partition table, not if it starts
502 at the right place (fixes partition comparison on !mirror devices)
503
504 * Mon Feb 13 2006 Peter Jones <pjones@redhat.com> - 5.0.23-1
505 - add basic hotplug handler and firmware loader
506
507 * Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 5.0.22-1.1
508 - rebump for build order issues during double-long bump
509
510 * Sat Feb 11 2006 Peter Jones <pjones@redhat.com> - 5.0.22-1
511 - formatting cleanups
512 - prefix partition number with "p" for partitions on dmraid
513 - add support for disabling partitions which overlap with partitions on
514 dm devices.
515 - add multipath support
516 - fix dm creation ordering and partition detection
517 - add "network" command (katzj)
518 - add nfsroot support (katzj)
519 - put "showlabels" back into nash
520
521 * Tue Feb 3 2006 Peter Jones <pjones@redhat.com> - 5.0.21-1
522 - add "mount -o bind" support and "mount --move" support (#109366, patch
523 from Kasper Dupont)
524 - add resolveDevice command, which cases down device labels.
525 - remove "findlodev" from the documentation (#178587)
526 - fix nash command name parsing bug (#178587)
527 - fix "find" argument parsing (#178587)
528 - add "find" handling for "-type d"
529
530 * Thu Feb 2 2006 Peter Jones <pjones@redhat.com> - 5.0.20-1
531 - fix really dumb spec file mistake
532 - fix devno detection for /dev/root
533 - fix testdm check
534
535 * Thu Feb 2 2006 Peter Jones <pjones@redhat.com> - 5.0.19-1
536 - mkinitrd: get resolve_dm_name() and get_numeric_dev() from initscripts
537 instead of a private copy
538 - add block.[ch]:
539 - move parse_sysfs_devnum(), sysfs_blkdev_probe(), and
540 mkpathbyspec() from nash.c
541 - add label/uuid/name lookups for block devices using libblkid
542 - add lib.[ch]:
543 - move makeFdCoe(), coeOpen(), coeFopen(), coeOpendir(), readFD(),
544 nashLoggerV(), nashLogger(), qprintf(), eprintf(), smartmknod(),
545 testing, quiet, reallyquiet from nash.c
546 - move nashDefaultLogger(), from dm.c
547 - move log enums and declarations from dm.h
548 - dm.c: add dm_finish(), which does dm_task_destroy() and then library cleanup
549 (solves an fd leak)
550 - remove linux_fs.h, mount_by_label.[ch], name_to_dev_t.[ch]
551
552 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 5.0.18-1
553 - make mkinitrd discover dm uuids
554 - add uuid support to nash's "dm create" and "dm partadd"
555 - add nash command "dm get_uuid $NAME"
556 - add support for renamed dm raids
557
558 * Tue Jan 3 2006 Peter Jones <pjones@redhat.com> - 5.0.17-1
559 - fix dm operations to create/remove device nodes during each change.
560
561 * Tue Jan 3 2006 Peter Jones <pjones@redhat.com> - 5.0.16-1
562 - Hopefully fix raid autorun with a patch from Paul Flinders.
563
564 * Mon Dec 19 2005 Peter Jones <pjones@redhat.com> - 5.0.15-1
565 - Don't open init's console with close-on-exec
566
567 * Wed Dec 18 2005 Peter Jones <pjones@redhat.com> - 5.0.14-1
568 - Remove vestigial loopback support.
569 - Remove email addresses from man pages (which still need some work)
570
571 * Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com> - 5.0.13-1.1
572 - bump for gcc
573
574 * Mon Dec 5 2005 Peter Jones <pjones@redhat.com> - 5.0.13-1
575 - Updates for gcc 4.1
576
577 * Sat Nov 26 2005 Peter Jones <pjones@redhat.com> - 5.0.12-1
578 - Fix buildreq/req for dmraid on s390
579 - Typo fix from Alexandre Oliva
580
581 * Mon Nov 21 2005 Peter Jones <pjones@redhat.com> - 5.0.11-1
582 - audit for open()s without appropriate closes()
583 - make new functions coeOpen(), coeFopen(), and coeOpendir(). These behave
584 like open(), fopen(), and opendir() except that they set any associated
585 file descriptors to close on exec().
586 - use them everywhere except where we open a console.
587
588 * Thu Nov 17 2005 Peter Jones <pjones@redhat.com> - 5.0.10-1
589 - don't set up dmraids that aren't active in the initrd
590
591 * Wed Nov 16 2005 Peter Jones <pjones@redhat.com> - 5.0.9-1
592 - dmraid support
593
594 * Fri Oct 21 2005 Peter Jones <pjones@redhat.com> - 5.0.8-1
595 - don't clobber cmdline in mkrootdev (fixes runlevel selection)
596
597 * Fri Oct 21 2005 Jeremy Katz <katzj@redhat.com> - 5.0.7-1
598 - fix new-kernel-pkg --multiboot=
599
600 * Tue Oct 18 2005 <pjones@redhat.com> - 5.0.6-1
601 - make lvm work again
602
603 * Mon Oct 17 2005 Peter Jones <pjones@redhat.com> - 5.0.5-1
604 - make PROBE, MODULES, and PREMODS load defaults from a config file
605 - get rid of support for not using a dynamic /dev
606 - add options to force device probes (for when PROBE is "no")
607 - consolidate some duplicate code paths
608 - make nash's otherCommand check PATH first and use what it finds there for
609 any commands it needs to run, unless the command starts with "nash-",
610 in which case the internal version is used unconditionally
611 - remove the symlink hack for setuproot/preswitchroot/switchroot
612 - wrap all the nash commands in mkinitrd with shell functions and use the
613 "nash-" varient.
614 - rework root fs creation so Jeremy can use the otherCommand feature
615
616 * Fri Oct 7 2005 Peter Jones <pjones@redhat.com> - 5.0.4-1
617 - split switchroot into setuproot and switchroot, with presetuproot in
618 between
619 - make preswitchroot and setuproot execute through symlinks, so they may
620 be replaced by a second initramfs image
621 - add logic to mount filesystems specified in /etc/fstab.sys during setuproot
622 - general code cleanups
623
624 * Fri Sep 30 2005 Peter Jones <pjones@redhat.com> - 5.0.3-1
625 - fix root dev discovery to give us "hda3" and such again, rather than
626 a full sysfs path
627
628 * Thu Sep 29 2005 Peter Jones <pjones@redhat.com> - 5.0.2-1
629 - add error and quiet printf functions
630 - use them instead of testing quiet and typing stderr everywhere
631 - actually make _all_ errors use eprintf (and thus stderr)
632 - print strerror in errors instead of raw errno
633 - make "getKernelCmdLine use readFD
634 - make "getKernelArg" picky about if you've got the right command vs
635 just one that starts with the same string
636 - make "getKernelArg" handle "=" for you, so it either gives you the value
637 when there is one, '\0' when there's not and it's EOL, or whitespace.
638 - reformat some two-space-indent spots
639 - check for short reads in catCommand
640 - kill pivotroot
641 - cleaned up resume messages
642 - make mkrootdev use readFD
643 - combine mkdevies and makedevs into mkblkdevs, no longer
644 using /proc/partitions
645 - don't use callocs+memcpy/strcpy+strcat when we can use asprintf
646 - make setQuietCommand use getKenrelArg
647 - make runStartup use readFD
648 - patch from Alexandre Oliva to fix LVM-on-RAID1 /root and swap-on-LVM
649 (bz #169059)
650 - reorder device creation for easier maintenance create /dev/rtc
651 - change fixme comment about lvm vgs
652 - use cemit at some places we used a lot of emits before
653 - reorder device node creation for clarity
654 - use mkblkdevs instead of makedevs and mkdevices
655 - decouple loopback root and lvm
656
657 * Wed Sep 28 2005 Peter Jones <pjones@redhat.com> - 5.0.1-1
658 - create /dev/rtc
659 - create /dev/tty, /dev/tty{0..11}, and /dev/ttyS{0..4}
660 - tweak the messages output in loud mode during device node creation
661
662 * Tue Sep 27 2005 Peter Jones <pjones@redhat.com> - 5.0.0-1
663 - remove support for pivotroot
664 - remove support for non-initramfs initrds
665 - remove support for 2.4 kernels
666 - don't force scsi_mod before scsi modules; deps should bring it in.
667 same for "unknown"; it's not needed any more.
668 - lots of whitespace adjustment
669 - minor messaging changes
670 - no manual redirection to stderr or RCFILE, nor manual verbose checking
671 - in light of these changes and other planned changes, this is 5.0.0
672
673 * Mon Sep 26 2005 Peter Jones <pjones@redhat.com> - 4.2.24-1
674 - Fix module discovery for raid (eleminates "find" warning as well)
675
676 * Sun Sep 25 2005 Peter Jones <pjones@redhat.com> - 4.2.23-2
677 - Fix module discovery to not always use the modules /dev/hda1 requires
678 when using root-on-label.
679 - Put the lvm check after the raid check, so the raid check atually gets run.
680
681 * Wed Sep 21 2005 Peter Jones <pjones@redhat.com> - 4.2.22-1
682 - Only scan appended kernel command line args for duplicates once.
683 - handle short reads correctly in nash's readFD
684 - use calloc for things instead of malloc, since we usually need zeroed memory
685 and we never memset
686 - use canonicalize_file_name instead of malloc+realpath
687 - honor quiet flag on suspend/resume
688 - autodetect storage drivers in mkinitrd
689
690 * Mon Aug 15 2005 Peter Jones <pjones@redhat.com> - 4.2.21-1
691 - Fix a bug in switchroot's command line parsing (patch from mkj)
692
693 * Fri Aug 12 2005 Jeremy Katz <katzj@redhat.com> - 4.2.20-1
694 - fix a buglet in root vg finding
695 - support resume with swsusp
696
697 * Wed Aug 5 2005 Peter Jones <pjones@redhat.com> - 4.2.19-1
698 - Fix yaboot stanza placement with a patch from dwmw2 (#142346)
699
700 * Wed Jul 20 2005 Bill Nottingham <notting@redhat.com> - 4.2.18-1
701 - since udev is not in use, don't require it or claim to be starting it
702
703 * Fri Jun 24 2005 Peter Jones <pjones@redhat.com> - 4.2.17-1
704 - Don't use udev or udevstart in the initrd; it's trivial to do
705 all that work by looking for directories with "dev" nodes in sysfs
706 and making the device from the dirname using major/minor from "dev"
707
708 * Mon Jun 6 2005 Peter Jones <pjones@redhat.com> - 4.2.16-1
709 - Add a patch from Jeff Layton to remove files from the initramfs
710 before executing the new init. (slightly modified, #153069)
711
712 * Tue May 17 2005 Peter Jones <pjones@redhat.com> - 4.2.15-1
713 - Better init argument handling (don't mess up with serial console)
714
715 * Tue May 10 2005 Peter Jones <pjones@redhat.com> - 4.2.14-1
716 - Better init argument handling (no uninitialized args)
717
718 * Fri May 6 2005 Peter Jones <pjones@redhat.com> - 4.2.13-1
719 - allow for lvm VGs to be in the /dev/mapper/$VG-$LV format (#154767)
720
721 * Wed May 4 2005 Peter Jones <pjones@redhat.com> - 4.2.12-1
722 - Don't copy "console=" arguments from /proc/cmdline to init
723
724 * Wed May 4 2005 Peter Jones <pjones@redhat.com> - 4.2.11-1
725 - don't copy "rw" option into the initrd; use "ro" instead if it's
726 the only option.
727 - Don't print "unmounting old ..." messages in nash if we're set to quiet
728
729 * Tue May 3 2005 Peter Jones <pjones@redhat.com> - 4.2.10-1
730 - set umask explicitly
731
732 * Tue Apr 26 2005 Peter Jones <pjones@redhat.com> - 4.2.9-1
733 - invoke bash with "--norc" (#155986)
734 - use binary udevstart.static, not a symlink
735 - print exit status in nash when programs return an error
736
737 * Tue Apr 5 2005 Peter Jones <pjones@redhat.com> - 4.2.8-1
738 - Don't consolidate duplicates in "--args" (#147222)
739
740 * Wed Mar 30 2005 Peter Jones <pjones@redhat.com> - 4.2.7-1
741 - unmount what filesystems we can from the initramfs
742 - close appropriate files before spawning init
743
744 * Wed Mar 23 2005 Peter Jones <pjones@redhat.com> - 4.2.6-1
745 - work correctly with "set -o noclobber"
746 - wait longer after modprobe of usb-storage
747 - fix a wrong error output file
748
749 * Tue Mar 22 2005 Peter Jones <pjones@redhat.com> - 4.2.5-1
750 - handle mount-by-uuid for root correctly (##148756)
751
752 * Thu Mar 17 2005 Peter Jones <pjones@redhat.com> - 4.2.4-1
753 - don't do vgmknodes at all for lvm
754
755 * Tue Mar 15 2005 Peter Jones <pjones@redhat.com> - 4.2.3-1
756 - use --ignorelockingfailure with lvm commands in the initrd, and only
757 activate the volume / is on. (#151172)
758
759 * Tue Mar 15 2005 Peter Jones <pjones@redhat.com> - 4.2.2-1
760 - Fix accidental formatting of data in grub.conf (#151118,
761 from proski@gnu.org)
762
763 * Tue Mar 1 2005 Peter Jones <pjones@redhat.com> - 4.2.1-1
764 - typo fixes
765 - one missed gcc4 fix
766
767 * Tue Mar 1 2005 Peter Jones <pjones@redhat.com> - 4.2.0.4-1
768 - fix gcc4 warnings/errors
769 - use -D_FORTIFY_SOURCE=2 wherever we don't use RPM_OPT_FLAGS
770
771 * Fri Jan 21 2005 Peter Jones <pjones@redhat.com> - 4.2.0.3-1
772 - Make nash expand environment variables on command lines (#144474)
773 - Make nash check pids returned from wait*() (#145660)
774
775 * Fri Jan 21 2005 Peter Jones <pjones@redhat.com> - 4.2.0.2-1
776 - Make getArg return NULL on cmd=NULL, fixing #144472 . Based on a
777 patch from Kasper Dupont.
778
779 * Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com> - 4.2.0.1-1
780 - fix grubby tests to run on systems with /boot = /
781
782 * Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com> - 4.2.0-1
783 - grubby: add multiboot support for xen0
784 - new-kernel-pkg: likewise
785
786 * Mon Dec 20 2004 Jeremy Katz <katzj@redhat.com> - 4.1.20-1
787 - grubby: fix mac yaboot.conf updating if magicboot line is present
788
789 * Mon Nov 22 2004 Jeremy Katz <katzj@redhat.com> - 4.1.19-1
790 - remove use of dietlibc for nash
791
792 * Wed Nov 3 2004 Jeremy Katz <katzj@redhat.com>
793 - handle machines with lots of disks in /proc/partitions (#137816)
794
795 * Sun Oct 24 2004 Jeremy Katz <katzj@redhat.com>
796 - require cpio (#136814)
797
798 * Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 4.1.18-1
799 - fix UPDATEDEFAULT with new-kernel-pkg (#135997)
800
801 * Fri Oct 15 2004 Jeremy Katz <katzj@redhat.com> - 4.1.17-1
802 - run udevstart again instead of sleeping, this will ensure all
803 devices are created in all cases after modules have been
804 loaded (thanks to notting)
805
806 * Fri Oct 15 2004 Jeremy Katz <katzj@redhat.com> - 4.1.16-1
807 - mkinitrd: Sleep briefly to let udev finish creating devices
808
809 * Wed Oct 13 2004 Jeremy Katz <katzj@redhat.com> - 4.1.15-1
810 - new-kernel-pkg: set new kernels as default (#135161) when
811 a) /etc/sysconfig/kernel contains UPDATEDEFAULT=yes
812 b) --package foo is passed in and foo matches DEFAULTKERNEL
813 in /etc/sysconfig/kernel
814
815 * Thu Sep 30 2004 Jeremy Katz <katzj@redhat.com> - 4.1.14-1
816 - support changing root on the kernel command line with lvm (#133236)
817
818 * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 4.1.12-1
819 - update to work with udev 032, conflict with old udev
820 - if udev is present, use it. trying to avoid the use of udev if it's
821 installed is the road to things not working
822
823 * Fri Sep 10 2004 Jeremy Katz <katzj@redhat.com> - 4.1.11-1
824 - more fixing
825
826 * Wed Sep 8 2004 Jeremy Katz <katzj@redhat.com> - 4.1.10-1
827 - mkinitrd: mount tmpfs with the right permissions
828
829 * Tue Aug 31 2004 Jeremy Katz <katzj@redhat.com> - 4.1.9-1
830 - mkinitrd: use tmpfs instead of ramfs for udev stuff
831
832 * Fri Aug 27 2004 Jeremy Katz <katzj@redhat.com> - 4.1.8-1
833 - nash: and the hack to fix ppc broke other arches, conditionalize it (#130928)
834
835 * Wed Aug 25 2004 Jeremy Katz <katzj@redhat.com> - 4.1.6-1
836 - nash: fix another off by one (#130987)
837 - nash: hack to fix ppc booting (#130928)
838
839 * Tue Aug 25 2004 Karsten Hopp <karsten@redhat.com> - 4.1.5-1
840 - fix zfcp handling
841
842 * Tue Aug 24 2004 Jeremy Katz <katzj@redhat.com> - 4.1.4-1
843 - nash: create raid device if needed (think udev) before calling
844 the raidautorun ioctl (#130561)
845
846 * Tue Aug 24 2004 Jeremy Katz <katzj@redhat.com> - 4.1.3-1
847 - nash: make echo behavior consistent with other shells
848 - more fixes from Steve Grubb (#129673)
849
850 * Mon Aug 23 2004 Karsten Hopp <karsten@redhat.de> 4.1.2-1
851 - mkinitrd: add support for zfcp devices (mainframe)
852
853 * Thu Aug 19 2004 Jeremy Katz <katzj@redhat.com> - 4.1.1-1
854 - don't remove lost+found (#130327)
855 - don't try to mount/umount /sys on 2.4 (#130298)
856
857 * Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 4.1.0-1
858 - mkinitrd: if using udev for the initrd, set things up appropriately
859 (based on patches from Harald Hoyer and Thomas Woerner)
860 - nash: support for echo -n
861 - nash: better error message on exec failures
862 - nash: exec udev if we're called as a hotplug handler
863
864 * Mon Aug 16 2004 Jeremy Katz <katzj@redhat.com> - 4.0.6-1
865 - various fixes from a code review by Steve Grubb which should fix
866 some of the lingering problems (#129673)
867 - nash: warning fix from Michal Jaegermann (#129673)
868 - grubby: removal with (hd0,0)
869
870 * Thu Aug 12 2004 Jeremy Katz <katzj@redhat.com> - 4.0.5-1
871 - nash: oops, let's try that again
872
873 * Wed Aug 11 2004 Jeremy Katz <katzj@redhat.com> - 4.0.4-1
874 - nash: fix mounting by label in some cases (tracked down by
875 Erik Jacobson, #129581, #129673, #129667, #129635)
876
877 * Tue Aug 10 2004 Jeremy Katz <katzj@redhat.com> 4.0.3-1
878 - grubby: more (hd0,0) support (#125156)
879 - mkinitrd.8: update manpage (#129585)
880 - nash: fix some warnings
881
882 * Wed Aug 4 2004 Jeremy Katz <katzj@redhat.com> 4.0.2-1
883 - nash: support bind mounting
884 - grubby: support the (hd0,0)/path syntax for kernels and initrds in
885 grub.conf (#114758, #125156, #120906)
886
887 * Wed Aug 4 2004 Jeremy Katz <katzj@redhat.com> - 4.0.1-1
888 - improve handling of arguments to init with initramfs (#129057)
889
890 * Mon Aug 2 2004 Jeremy Katz <katzj@redhat.com> - 4.0.0-1
891 - create an initramfs on 2.6 kernels instead of an initrd
892 - use new mount magic instead of pivot_root
893 on 2.6 kernels
894 - try to handle the case of modules going away on kernel upgrades a
895 little bit more nicely (#123994)
896 - avoid over-zealous creation of /dev/mapper/control (#127115)
897 - improve nash(8) manpage (#127413)
898
899 * Fri Jun 18 2004 Jeremy Katz <katzj@redhat.com> - 3.5.24-1
900 - fix usb-storage detection with 2.6 (#126309)
901
902 * Tue May 18 2004 Jeremy Katz <katzj@redhat.com> - 3.5.23-1
903 - add support for RAID6
904
905 * Wed May 12 2004 Jeremy Katz <katzj@redhat.com>
906 - add support for multipath personality from Tom Callaway (#120379)
907
908 * Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 3.5.22-1
909 - bump initrd size (#122325)
910
911 * Wed Apr 14 2004 Jeremy Katz <katzj@redhat.com> - 3.5.21-1
912 - new-kernel-package: add patch from Ryan Tilder to allow setting new
913 kernel as default (#117605)
914 - mkinitrd: i2o_pci isn't in 2.6 (#120827)
915 - new-kernel-pkg: conditionalize kernel binary name for 2.6 vs 2.4
916 on ppc/ppc64 (as it's vmlinuz in 2.6 instead of the
917 vmlinux from 2.4) (#120868)
918
919 * Tue Apr 13 2004 Jeremy Katz <katzj@redhat.com> - 3.5.20-1
920 - mkinitrd: minor regex fix for some kernel names (#120624)
921
922 * Mon Feb 9 2004 Jeremy Katz <katzj@redhat.com> - 3.5.19-1
923 - nash/mkinitrd: quiet mode for nash and necessary mkinitrd changes
924 to work with it
925 - mkinitrd: add lxo's patch for copying lvm.conf (#112099)
926 - new-kernel-pkg: allow specifying the banner used in the boot loader config
927 on the command line (#114809)
928
929 * Tue Jan 13 2004 Jeremy Katz <katzj@redhat.com>
930 - mkinitrd: add patch from Alex Kiernan for modules with multiple
931 deps in 2.6 (#113306)
932
933 * Thu Jan 8 2004 Jeremy Katz <katzj@redhat.com> 3.5.18-1
934 - new-kernel-pkg: add a --kernel-arguments option (#113125)
935
936 * Tue Jan 6 2004 Jeremy Katz <katzj@redhat.com>
937 - fix ybin path (#112939)
938
939 * Sun Jan 4 2004 Jeremy Katz <katzj@redhat.com> 3.5.17-1
940 - mkinitrd: handle multiple spaces in modules.conf (from Lubomir Bulej)
941 - nash: rebuild against new dietlibc fixing problems with root=LABEL= (#112623)
942 - mkinitrd: determine kernel version and adjust modulefile appropriately
943 so that we look at /etc/modprobe.conf for 2.6 kernels
944 - mkinitrd: first pass at getting lvm working on 2.4 -> 2.6 upgrade
945
946 * Wed Dec 24 2003 Jeremy Katz <katzj@redhat.com>
947 - mkinitrd: quiet strip by default
948
949 * Mon Dec 22 2003 Jeremy Katz <katzj@redhat.com> 3.5.16.1-1
950 - make stripping less aggressive
951
952 * Mon Dec 22 2003 Jeremy Katz <katzj@redhat.com> 3.5.16-1
953 - fixing handling of non-lvm case when /dev/mapper/control isn't present
954 - add patch from Al Viro to get root dev in numeric form by grokking sysfs
955
956 * Tue Dec 9 2003 Jeremy Katz <katzj@redhat.com>
957 - strip modules if /usr/bin/strip exists (#111756)
958
959 * Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 3.5.15-2
960 - require lvm2 so that it gets installed early enough
961
962 * Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 3.5.15-1
963 - mkinitrd: add support for lvm2 (note: will not currently handle being
964 on a running 2.4 kernel and installing 2.6 with lvm rootfs)
965
966 * Wed Dec 3 2003 Jeremy Katz <katzj@redhat.com>
967 - nash: add mkdmnod for creating the device-mapper control node
968
969 * Thu Oct 2 2003 Jeremy Katz <katzj@redhat.com> 3.5.14-1
970 - fix dependency on /usr/bin/tail and /usr/bin/id
971
972 * Tue Sep 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
973 - remove one more mktemp dir for "all loopback devices in use" case
974
975 * Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 3.5.13-1
976 - fix getting modules from /lib/modules/$(uname -r)/updates
977
978 * Mon Sep 22 2003 Jeremy Katz <katzj@redhat.com> 3.5.12-1
979 - argument checking and usage for /sbin/installkernel (#103109)
980
981 * Wed Sep 3 2003 Jeremy Katz <katzj@redhat.com> 3.5.11-1
982 - really only do grub configs on grub arches
983 - some usb mkinitrd fixes
984
985 * Fri Aug 29 2003 Jeremy Katz <katzj@redhat.com> 3.5.10-1
986 - clean up bogus warning in installkernel
987 - only try to do grub configs on arches which support grub (#103261)
988
989 * Thu Aug 7 2003 Matt Wilson <msw@redhat.com> 3.5.9-1
990 - add \n to error messages in grubby
991 - NUL terminate buffer returned from readlink properly
992 - symlinks are most likely relative, chdir to / before trying to
993 follow them
994 - yaboot needs boot prefix
995 - silo needs boot prefix too
996
997 * Wed Jul 30 2003 Jeremy Katz <katzj@redhat.com>
998 - grubby: don't segfault on label=\n (reported by dburcaw)
999
1000 * Thu Jul 24 2003 Jeremy Katz <katzj@redhat.com>
1001 - grubby: patch from zaitcev for uninitialized variable that can get
1002 hit in the zipl case
1003
1004 * Mon Jul 21 2003 Jeremy Katz <katzj@redhat.com> 3.5.8-1
1005 - bump initrd size (#99525)
1006
1007 * Wed Jul 9 2003 Jeremy Katz <katzj@redhat.com> 3.5.7-1
1008 - pick modules from /lib/modules/$(uname -r)/updates first
1009 - be less confused by more than one module of a name
1010
1011 * Wed Jun 25 2003 Jeremy Katz <katzj@redhat.com> 3.5.6-1
1012 - unbreak reading module options from modules.conf again (#97982)
1013
1014 * Fri Jun 20 2003 Bill Nottingham <notting@redhat.com> 3.5.5-1
1015 - fix modules.dep usage for 2.5/2.6
1016
1017 * Fri Jun 20 2003 Jeremy Katz <katzj@redhat.com> 3.5.4-1
1018 - handle more bizarre modules.conf constructs (notting)
1019
1020 * Thu Jun 12 2003 Jeremy Katz <katzj@redhat.com> 3.5.3-1
1021 - mkinitrd: fix copying of pvs (#97314, #97289)
1022 - mkinitrd: use pvscan instead of lvmdiskscan to find PVs to work
1023 better on other arches
1024 - mkinitrd: better check for dasd existence
1025 - mkinitrd: make certain lvm-mod is included if root on lvm
1026
1027 * Wed Jun 11 2003 Jeremy Katz <katzj@redhat.com> 3.5.2-1
1028 - mkinitrd: revert use of modprobe -c. it breaks in the installer when we
1029 don't have a modules.dep for the BOOT kernel
1030 - nash: return pivot_root call correctly (#97753)
1031
1032 * Wed Jun 11 2003 Jeremy Katz <katzj@redhat.com> 3.5.1-1
1033 - nash: fix syscall bits with gcc 3.3 on s390
1034 - new-kernel-pkg: do depmod before mkinitrd (#97218)
1035
1036 * Tue Jun 10 2003 Jeremy Katz <katzj@redhat.com> 3.5.0-1
1037 - mkinitrd: add patch from gc@mandrakesoft.com to determine module
1038 deps from modules.dep (#87873)
1039 - tweak patch to not break weird cases where module deps aren't all
1040 you need :/
1041 - grubby: don't remove the last kernel (#60041)
1042 - mkinitrd: use modprobe -c to find module options (#89794)
1043
1044 * Tue May 20 2003 Matt Wilson <msw@redhat.com> 3.4.52-1
1045 - use addSystemMap to build the image for iSeries (#91187)
1046
1047 * Fri May 16 2003 Jeremy Katz <katzj@redhat.com> 3.4.51-1
1048 - grubby: error out gracefully if we run out of space (#85424)
1049 - mkinitrd: copy parent dirs for pvs (#88962)
1050 - mkinitrd: exit with an exit status if tar fails (#90123)
1051 - new-kernel-pkg: only use the first entry for / (#90155)
1052 - grubby: fix a buffer overflow (#90444)
1053
1054 * Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 3.4.50-1
1055 - fix typo in new-kernel-pkg for iSeries
1056
1057 * Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com>
1058 - BuildRequires: popt
1059 - Change grubby Makefile to static-link popt a bit more cleanly
1060
1061 * Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 3.4.49.1-1
1062 - use Arjan's suggestion of vmlinitrd for the kernel + initrd combo file
1063
1064 * Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 3.4.49-2
1065 - fix description referencing /etc/conf.modules (#89558)
1066
1067 * Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 3.4.49-2
1068 - require ppc64-utils on ppc
1069
1070 * Fri Apr 18 2003 Jeremy Katz <katzj@redhat.com> 3.4.49-1
1071 - new-kernel-pkg: on iSeries, we don't have a boot loader, just make the
1072 kernel + initrd combo file (/boot/vmlinux-version.img)
1073
1074 * Mon Apr 07 2003 Karsten Hopp <karsten@redhat.com> 3.4.48-1
1075 - Fix segfault on mainframe
1076
1077 * Wed Mar 26 2003 Jeremy Katz <katzj@redhat.com> 3.4.47-1
1078 - mkinitrd: fix using options for loading modules
1079 - mkinitrd: don't use kernel parameters for dasd at mkinitrd time,
1080 use what's in modules.conf
1081
1082 * Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 3.4.46-1
1083 - new-kernel-pkg: add necessary bits for s390, some logic cleanups
1084 - grubby: fix root detection for s390{,x}
1085
1086 * Sun Mar 23 2003 Jeremy Katz <katzj@redhat.com> 3.4.45-1
1087 - grubby: add silo support (sparc)
1088 - grubby: add zipl support (s390{,x})
1089 - add grubby test cases for zipl support
1090
1091 * Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 3.4.44.1-1
1092 - fix dasd option reading
1093
1094 * Fri Mar 14 2003 Phil Knirsch <pknirsch@redhat.com> 3.4.44
1095 - Added automatic dasd= parameters for kernel parameter on s390(x).
1096
1097 * Tue Mar 4 2003 Jeremy Katz <katzj@redhat.com> 3.4.43-1
1098 - apply ppc patches for new-kernel-pkg and installkernel from Dan
1099 Burcaw <dburcaw@terrasoftsolutions.com>
1100 - man page tweak (#85471)
1101
1102 * Tue Feb 18 2003 Jeremy Katz <katzj@redhat.com> 3.4.42-1
1103 - grubby: fix segfault from uninitialized variable (#84128)
1104
1105 * Tue Feb 11 2003 Jeremy Katz <katzj@redhat.com> 3.4.41-1
1106 - nash: add readlink
1107 - use readlink for rootdev to handle symlinks to root devs (#83391)
1108
1109 * Tue Feb 4 2003 Jeremy Katz <katzj@redhat.com> 3.4.40-1
1110 - fix i2o module ordering (#83447)
1111 - ifarch'd build requires of dietlibc now that the build system has a way to
1112 handle these
1113
1114 * Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1115 - change one test from a number to a string test that could otherwise
1116 fail in not properly setup chroot environments
1117
1118 * Fri Jan 31 2003 <ewt@redhat.com>
1119 - added support for yaboot
1120 - test script runs tests for all platforms
1121 - separated elilo configuration from lilo mode, allowing elilo specific
1122 tests to be run on any platform
1123
1124 * Sun Jan 26 2003 <ewt@redhat.com>
1125 - grubby now shortens lilo titles to ensure they are less then 16 characters
1126 long (76236)
1127 - mkinitrd would only turn on /dev/md0 if raid was needed; now it enables
1128 all raid devices listed in /proc/mdstat (82209)
1129 - use product name from /etc/redhat-release to generate label in grub.conf
1130 (82352)
1131
1132 * Mon Jan 20 2003 Bill Nottingham <notting@redhat.com> 3.4.36-1
1133 - don't error out running awk on /proc/mdstat if /proc/mdstat isn't
1134 there
1135
1136 * Tue Jan 14 2003 <ewt@redhat.com>
1137 - all mkdev() actions will create directories as needed (some code in
1138 mkdevices is now obsolete; I'll remove it later) (#73317)
1139 - added mkdev command to test the above
1140 - support diratime/nodiratime mount options (#78738)
1141 - grubby will follow symlinks when writing new config file (#78713)
1142 - don't depend on raidtab, use /proc/mdstat instead (#80424) this covers
1143 both mkinitrd and grubby
1144
1145 * Sun Jan 5 2003 Jeremy Katz <katzj@redhat.com> 3.4.34-1
1146 - grubby: fix segfault finding default if default doesn't have a root= (#66000)
1147 - don't include usb modules by default. pass --with-usb to get usb modules
1148 - make sure kudzu exists before trying to exec it
1149 - handle multiple scsi hosts being present (#77422)
1150 - add /usr/sbin to default path (#79581)
1151 - fix using --builtin= (#80448)
1152 - grubby: preserve the mode on config files (#80776)
1153
1154 * Mon Dec 16 2002 Jeremy Katz <katzj@redhat.com>
1155 - errno fixes
1156
1157 * Tue Dec 03 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1158 - /sbin/new-kernel-pkg: fix a test to have correct ""
1159
1160 * Fri Nov 22 2002 Jeremy Katz <katzj@redhat.com>
1161 - mkinitrd: more gzipped module fixes
1162
1163 * Thu Nov 21 2002 Jeremy Katz <katzj@redhat.com>
1164 - mkinitrd: add support for finding gzipped modules
1165 - mkinitrd: don't be noisy if we don't have lvm-mod loaded
1166
1167 * Wed Nov 6 2002 Jeremy Katz <katzj@redhat.com>
1168 - grubby: don't bail when looking for root in appends of lilo-style configs
1169 - include grubby on x86_64
1170
1171 * Thu Sep 26 2002 Nalin Dahyabhai <nalin@redhat.com>
1172 - fix some syntax errors
1173 - use grep's -q flag to save a redirect in places where we're not redirecting
1174 stderr
1175
1176 * Thu Sep 5 2002 Jeremy Katz <katzj@redhat.com>
1177 - grubby could segfault by going into its lilo checking if it couldn't find
1178 a default to copy (default had no root= and --bad-image-okay wasn't
1179 being used)
1180
1181 * Mon Sep 2 2002 Jeremy Katz <katzj@redhat.com>
1182 - nash: create directories if needed in mkdevices command (#73090)
1183 - grubby: handle lilo case of non-linux default (#72202)
1184
1185 * Sat Aug 31 2002 Jeremy Katz <katzj@redhat.com>
1186 - grubby: fix for case like 'append = " hdc=ide-scsi "' (#68802)
1187
1188 * Fri Aug 30 2002 Bill Nottingham <notting@redhat.com>
1189 - fix firewire stuff (#72916)
1190
1191 * Fri Aug 23 2002 Bill Nottingham <notting@redhat.com>
1192 - fix mpt fusion stuff
1193
1194 * Tue Aug 13 2002 Jeremy Katz <katzj@redhat.com>
1195 - /boot/efi/redhat -> /boot/efi/EFI/redhat on ia64
1196
1197 * Sun Aug 11 2002 Jeremy Katz <katzj@redhat.com>
1198 - fix grubby to work correctly on ia64
1199
1200 * Thu Aug 08 2002 Michael Fulbright <msf@redhat.com>
1201 - added sleep command to nash and fixed creating initrd with / or /boot on usb
1202
1203 * Tue Jul 30 2002 Jeremy Katz <katzj@redhat.com>
1204 - grubby: adding kernels to lilo.conf when not using root=LABEL will work
1205 now too
1206
1207 * Fri Jul 26 2002 Erik Troan <ewt@redhat.com>
1208 - didn't close /proc/partitions in mkdevices
1209
1210 * Thu Jul 25 2002 Jeremy Katz <katzj@redhat.com>
1211 - grubby: fix adding kernels to lilo when using root=LABEL
1212
1213 * Wed Jul 24 2002 Erik Troan <ewt@redhat.com>
1214 - added and used mkdevices command (68959)
1215
1216 * Wed Jul 17 2002 Erik Troan <ewt@redhat.com>
1217 - do proper probing to check root=LABEL
1218 - --bootloader-probe didn't support /etc/sysconfig/grub
1219
1220 * Fri Jul 12 2002 Erik Troan <ewt@redhat.com>
1221 - don't sanity check root=LABEL right now; probing might make sense?
1222
1223 * Wed Jul 10 2002 Erik Troan <ewt@redhat.com>
1224 - --ifneeded is obsolete; we always need initrds
1225 - grubby lets you specify multiple indexes for --info
1226 - grubby lets you select kernels by title
1227 - added showlabels to nash
1228 - new-kernel-pkg sets the root device from /etc/fstab rather then inheriting it
1229 - new-kernel-pkg removes all entries w/ a duplicate label (67459)
1230
1231 * Mon Jul 08 2002 Erik Troan <ewt@redhat.com>
1232 - usb root device code could fail, causing no initrd to be made
1233
1234 * Thu Jun 27 2002 Erik Troan <ewt@redhat.com>
1235 - grubby didn't add new kernels properly
1236
1237 * Thu Jun 27 2002 Erik Troan <ewt@redhat.com>
1238 - support root on usb devices
1239
1240 * Wed Jun 26 2002 Erik Troan <ewt@redhat.com>
1241 - other= in lilo.conf wasn't being parsed out properly
1242
1243 * Mon Jun 24 2002 Erik Troan <ewt@redhat.com>
1244 - changed --add-kernel implementation so that --args gets handled properly
1245
1246 * Sun Jun 23 2002 Erik Troan <ewt@redhat.com>
1247 - added loadinitrd (used by mkbootdisk) on ia32 and sparc
1248 - modules "off" and "null" should be ignored (67086)
1249 - mkrootdev looks for root=LABEL=/ in /proc/cmdline, so root by label
1250 works again (fully determined by root= kernel parameter)
1251 - added --update-kernel and --remove-args arguments to grubby
1252 - kernel specification of ALL supported by grubby
1253 - DEFAULT accepted much more consistently
1254 - grubby --info displays info on all kernels specified, not just the first
1255 - ext3 need mbcache now (67354)
1256 - grubby allows config file entry numbers to be used as kernel paths
1257 - support /etc/sysconfig/grub.conf
1258 - display lba info from lilo.conf file in --info
1259
1260 * Thu Jun 13 2002 Jeremy Katz <katzj@redhat.com>
1261 - don't run lilo twice on kernel removal in new-kernel-pkg
1262 - don't run grubby to add/remove kernels from new-kernel-pkg if
1263 bootloader config doesn't
1264
1265 * Tue Jun 11 2002 Erik Troan <ewt@redhat.com>
1266 - added --bootloader-probe to grubby
1267 - wrote a man page for grubby
1268 - include grubby on ia64
1269 - updated new-kernel-pkg to work with lilo/elilo
1270 - added --info=DEFAULT option
1271
1272 * Mon Jun 10 2002 Jeremy Katz <katzj@redhat.com>
1273 - start raid before lvm so that you can have root on lvm on raid (#66175)
1274
1275 * Tue Jun 04 2002 Erik Troan <ewt@redhat.com>
1276 - failed to initialize a variable in grubby
1277
1278 * Fri May 31 2002 Erik Troan <ewt@redhat.com>
1279 - added --grub option so grub tests could run on ia64
1280 - added some basic tests of lilo default directive handling
1281
1282 * Wed May 29 2002 Jeremy Katz <katzj@redhat.com>
1283 - require lvm
1284
1285 * Tue May 28 2002 Bill Nottingham <notting@redhat.com>
1286 - fix umounting of /initrd when pivoting
1287
1288 * Tue May 28 2002 Erik Troan <ewt@redhat.com>
1289 - marked /sbin/installkernel as %config (53006)
1290 - run make test during build
1291
1292 * Wed May 22 2002 Erik Troan <ewt@redhat.com>
1293 - added --nopivot (53679)
1294 - honor INSTALL_PATH in installkernel (32833)
1295 - installkernel versions old kernels as well (52756)
1296 - lilo support added to grubby
1297
1298 * Tue May 21 2002 Erik Troan <ewt@redhat.com>
1299 - cleaned up usage message
1300 - added --omit-lvm-modules to man page
1301 - added --builtin option (65250)
1302 - skip comments in fstab (65249)
1303 - added findlodev to nash, use that to pick block device (63421)
1304 - support -o option in nash's mount (59185)
1305 - look for xfs_dmapi (60066)
1306 - added > support for executed commands (61180)
1307 - grubby copies permissions from old config file (59227)
1308 - use options from fstab for root filesystem (56071)
1309 - try and be better about returning nonzero on error (60203)
1310 - make modprobe symlink properly to avoid kernel message (62145)
1311 - support linear raid (12775)
1312 - support fallback option in grub config (54794)
1313 - comments in template entries not handled quite right (65198)
1314
1315 * Sat Apr 20 2002 Erik Troan <ewt@redhat.com>
1316 - grubby does a better job of not adding superfluous default= lines
1317
1318 * Wed Apr 17 2002 Erik Troan <ewt@redhat.com>
1319 - preload works again
1320
1321 * Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com>
1322 - revert to not mounting by label
1323
1324 * Fri Apr 5 2002 Jeremy Katz <katzj@redhat.com>
1325 - include pbrown's changes to load parport_pc when needing ppa.o (#35360)
1326
1327 * Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
1328 - fix redirection bug (#62623)
1329 - create proper link of /sbin->/bin in initrd (#62199)
1330
1331 * Thu Mar 28 2002 Jeremy Katz <katzj@redhat.com>
1332 - prereq dev package so that we always have the dev package before we get run
1333
1334 * Fri Mar 22 2002 Jeremy Katz <katzj@redhat.com>
1335 - duh, that won't work. fix it
1336 - don't require lvm tools right now
1337
1338 * Thu Mar 21 2002 Jeremy Katz <katzj@redhat.com>
1339 - fix nash to create directories for devices like cciss and ida
1340
1341 * Tue Feb 5 2002 Bill Nottingham <notting@redhat.com>
1342 - run mkinitrd with -f in new-kernel-pkg
1343 - don't run lilo in /sbin/installkernel
1344
1345 * Fri Feb 1 2002 Jeremy Katz <katzj@redhat.com>
1346 - require lvm
1347
1348 * Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
1349 - clean up warnings for when /proc isn't mounted
1350
1351 * Tue Jan 29 2002 Jeremy Katz <katzj@redhat.com>
1352 - fix probing for LVM usage to require a volume group to exist before adding
1353 the module
1354 - --omit-lvm-modules will omit LVM modules
1355 - add support for root device being LVM
1356
1357 * Wed Jan 16 2002 Erik Troan <ewt@redhat.com>
1358 - look for a non /tmpfs directory
1359 - added support for xfs
1360 - use with raid md.o if it exists
1361 - fixed bug in echo
1362 - use find form nash rather then /usr (mkinitrd shouldn't need /usr
1363 mounted)
1364
1365 * Fri Jan 11 2002 Erik Troan <ewt@redhat.com>
1366 - added support for mounting root filesystem by label
1367 - switched to dietlibc from minilibc
1368 - fix so --preload= works [33675,57560,44377]
1369 - added info on --image-version and --nocompress to man page [57560]
1370 - set fileystem check interval to 0 in case the system clock
1371 is borked [51454]
1372 - give a proper error when run by a user other then root [27218,53159]
1373 - grubby statically linked against popt [55305]
1374 - cleaned up verbose output a bit [21791]
1375
1376 * Tue Dec 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
1377 - Add LVM module when LVM is used
1378
1379 * Wed Sep 5 2001 Jeremy Katz <katzj@redhat.com>
1380 - grubby shouldn't blow away default=saved lines (#52981)
1381
1382 * Fri Aug 31 2001 Jeremy Katz <katzj@redhat.com>
1383 - fix new-kernel-pkg --mkinitrd for ia64
1384
1385 * Thu Aug 30 2001 Erik Troan <ewt@redhat.com>
1386 - fixed bug handling invalid default (MF #52889)
1387 - in some cases we would set the default to point at a removed image
1388
1389 * Wed Aug 29 2001 Erik Troan <ewt@redhat.com>
1390 - minor grubby fixes
1391
1392 * Tue Aug 28 2001 Jeremy Katz <katzj@redhat.com>
1393 - let new-kernel-pkg be able to do more (initrds, modules.*)
1394 - include grubby only on x86
1395
1396 * Mon Aug 27 2001 Jeremy Katz <katzj@redhat.com>
1397 - more grubby fixups for having a /boot
1398 - added new-kernel-pkg
1399
1400 * Sun Aug 26 2001 Erik Troan <ewt@redhat.com>
1401 - added grubby
1402 - added installkernel
1403
1404 * Fri Aug 3 2001 Matt Wilson <msw@redhat.com>
1405 - make consoles with the correct minor numbers
1406 - applied patch from hjl to fix fstab parsing (#50819)
1407
1408 * Fri Jul 20 2001 Jeremy Katz <katzj@redhat.com>
1409 - skip errors finding jbd as a module if we're skipping them trying to find
1410 ext3 so that you can build a kernel with ext3 built-in and still use an
1411 initrd
1412
1413 * Wed Jul 11 2001 Bill Nottingham <notting@redhat.com>
1414 - don't print errors if /etc/raidtab doesn't exist
1415 - or /etc/{modules.conf,conf.modules}, for that matter
1416
1417 * Fri Jul 6 2001 Matt Wilson <msw@redhat.com>
1418 - don't dig through /etc/fstab to find out if we have a filesystem on
1419 a RAID device, it's usually mounted by label so /dev/mdN isn't there
1420 at all (#46525)
1421
1422 * Tue Jun 26 2001 Bill Nottingham <notting@redhat.com>
1423 - require filesystem >= 2.1.0, otherwise we don't boot
1424
1425 * Thu Jun 21 2001 Erik Troan <ewt@redhat.com>
1426 - added a bunch of commands to nash
1427 - use pivot_root
1428 - support ext3
1429
1430 * Fri Jun 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1431 - delete the exclusivearch line completely
1432
1433 * Fri Mar 23 2001 Matt Wilson <msw@redhat.com>
1434 - reset the state of findmodule after getting the modules we need
1435
1436 * Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
1437 - changed the Requires on mktemp from >= 1.5 to >= 1.5-5 (which included
1438 -d support) (#30127)
1439
1440 * Fri Feb 23 2001 Erik Troan <ewt@redhat.com>
1441 - let nash be invoked as modprobe to avoid a modprobe failure to exec
1442 - nash will try to run arbitrary commands now (removing insmod as a special
1443 case)
1444
1445 * Mon Feb 12 2001 Matt Wilson <msw@redhat.com>
1446 - add findutils to Requires line (#27269)
1447
1448 * Thu Feb 8 2001 Matt Wilson <msw@redhat.com>
1449 - added checks to load the modules i2o_block needs
1450
1451 * Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
1452 - fix utterly broken build
1453
1454 * Wed Jan 31 2001 Helge Deller <hdeller@redhat.com>
1455 - added mandir to nash Makefile (RH 6.x compatibility)
1456
1457 * Tue Jan 30 2001 Erik Troan <ewt@redhat.com>
1458 - added dependency on mktemp
1459
1460 * Thu Jan 25 2001 Erik Troan <ewt@redhat.com>
1461 - we need to insert xor.o before raid5.o
1462
1463 * Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
1464 - code in RAID_AUTORUN ioctl fallback
1465 - fixed raidstart check flag from -z to -n
1466
1467 * Tue Jan 23 2001 Erik Troan <ewt@redhat.com>
1468 - switched to using nash from sash
1469
1470 * Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
1471 - added patch from twaugh to avoid blindly adding scsi_mod
1472 and sd_mod to initrd if they are not needed (#24114)
1473
1474 * Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1475 - Enlarge initrds, needed for systems with both IDE and SCSI
1476 (Bug #23846)
1477 - Version 2.[6789] probably shouldn't identify itself as 2.6
1478 with --version. ;)
1479 - bzip2 source
1480
1481 * Wed Dec 20 2000 Erik Troan <ewt@redhat.com>
1482 - let the kernel autoload ide-cd
1483
1484 * Fri Dec 08 2000 Erik Troan <ewt@redhat.com>
1485 - added modular ide support
1486
1487 * Wed Aug 30 2000 Nalin Dahyabhai <nalin@redhat.com>
1488 - use mktemp to create temporary files and directories
1489
1490 * Sat Aug 05 2000 Erik Troan <ewt@redhat.com>
1491 - changes from Keith Owens for 2.4
1492
1493 * Tue Jul 4 2000 Matt Wilson <msw@redhat.com>
1494 - build on alpha
1495
1496 * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
1497 - ignore 'unknown' aliases (they shouldn't be there anyways)
1498
1499 * Thu Jun 1 2000 Bill Nottingham <notting@redhat.com>
1500 - build on ia64
1501 - bump up initrd size on ia64
1502 - modules.confiscation, /usr/man -> /usr/share/man
1503
1504 * Tue May 2 2000 Nalin Dahyabhai <nalin@redhat.com>
1505 - make RPM pick up man page, regardless of compression
1506
1507 * Tue Feb 29 2000 Matt Wilson <msw@redhat.com>
1508 - add requirement for /sbin/losetup
1509
1510 * Mon Feb 7 2000 Matt Wilson <msw@redhat.com>
1511 - gzip manpage
1512
1513 * Thu Feb 3 2000 Matt Wilson <msw@redhat.com>
1514 - gzip manpage
1515
1516 * Mon Jan 10 2000 Erik Troan <ewt@redhat.com>
1517 - use sash, not ash
1518
1519 * Mon Jan 3 2000 Matt Wilson <msw@redhat.com>
1520 - use ash.static for /bin/sh, not sash
1521
1522 * Sat Jan 1 2000 Erik Troan <ewt@redhat.com>
1523 - configure loopback devices
1524
1525 * Tue Sep 28 1999 Bill Nottingham <notting@redhat.com>
1526 - sparc fixup from jakub
1527
1528 * Wed Sep 22 1999 Michael K. Johnson <johnsonm@redhat.com>
1529 - fix cleanup (blush!)
1530
1531 * Tue Sep 21 1999 Michael K. Johnson <johnsonm@redhat.com>
1532 - now works when /usr is not mounted (do not rely on /usr/bin/install)
1533 - slight cleanups, better usage message
1534
1535 * Thu Jul 29 1999 Michael K. Johnson <johnsonm@redhat.com>
1536 - Now automatically includes necessary raid modules
1537 - --omit-raid-modules now omits raid modules
1538 - tiny doc updates
1539
1540 * Thu Jul 29 1999 Bill Nottingham <notting@redhat.com>
1541 - updates from bugzila (#4243, #4244)
1542
1543 * Sat Mar 27 1999 Matt Wilson <msw@redhat.com>
1544 - --omit-scsi-modules now omits all scsi modules
1545 - updated documentation
1546 - mkinitrd now grabs scsi_hostadapter modules from anywhere -
1547 some RAID controller modules live in block/
1548
1549 * Thu Feb 25 1999 Matt Wilson <msw@redhat.com>
1550 - updated description
1551
1552 * Mon Jan 11 1999 Matt Wilson <msw@redhat.com>
1553 - Ignore the absence of scsi modules, include them if they are there, but
1554 don't complain if they are not.
1555 - changed --no-scsi-modules to --omit-scsi-modules (as it should have been)
1556
1557 * Thu Nov 5 1998 Jeff Johnson <jbj@redhat.com>
1558 - import from ultrapenguin 1.1.
1559
1560 * Tue Oct 20 1998 Jakub Jelinek <jj@ultra.linux.cz>
1561 - fix for combined sparc/sparc64 insmod, also pluto module is really
1562 fc4:soc:pluto and we don't look at deps, so special case it.
1563
1564 * Sat Aug 29 1998 Erik Troan <ewt@redhat.com>
1565 - replaced --needs-scsi-mods (which is now the default) with
1566 --omit-scsi-mods
1567
1568 * Fri Aug 7 1998 Jeff Johnson <jbj@redhat.com>
1569 - correct obscure regex/shell interaction (hardwires tabs on line 232)
1570
1571 * Mon Jan 12 1998 Erik Troan <ewt@redhat.com>
1572 - added 'make archive' rule to Makefile
1573 - rewrote install procedure for more robust version handling
1574 - be smarter about grabbing options from /etc/conf.modules
1575
1576 * Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
1577 - made it use /bin/ash.static
1578
1579 * Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
1580 - Only use '-s' to install binaries if /usr/bin/strip is present.
1581 - Use an image size of 2500 if binaries can't be stripped (1500 otherwise)
1582 - Don't use "mount -o loop" anymore -- losetup the proper devices manually
1583 - Requires losetup, e2fsprogs
1584
1585 * Wed Mar 12 1997 Michael K. Johnson <johnsonm@redhat.com>
1586 - Fixed a bug in parsing options.
1587 - Changed to use a build tree, then copy the finished tree into the
1588 image after it is built.
1589 - Added patches derived from ones written by Christian Hechelmann which
1590 add an option to put the kernel version number at the end of the module
1591 name and use install -s to strip binaries on the fly.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed