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

Annotation of /rpms/mkinitrd/sme8/mkinitrd.spec

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


Revision 1.5 - (hide annotations) (download)
Thu Dec 20 18:36:32 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
FILE REMOVED
No longer needed

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