source: projects/specs/trunk/m/mkinitrd/mkinitrd-vl.spec @ 7223

Revision 7223, 77.8 KB checked in by daisuke, 11 years ago (diff)

mkinitrd:

  • add patch30 to create /etc/blkid
  • add patch31 to support newer lvm2
  • add patch32 to use sleep instead of scsi_wait_scan
Line 
1Summary: Creates an initial ramdisk image for preloading modules.
2Summary(ja): モジュールをプリロードするための初期RAMディスク(initramfs)作成ユーティリティ
3Name: mkinitrd
4Version: 6.0.93
5Release: 22%{?_dist_release}
6License: GPLv2+
7Group: System Environment/Base
8
9Source0: mkinitrd-%{version}.tar.bz2
10
11Patch11: mkinitrd-6.0.93-add-drm-whitelist.patch
12Patch12: mkinitrd-6.0.93-fix-detect-usb-storage.patch
13Patch13: mkinitrd-6.0.93-no-daemonize-plymouth.patch
14Patch14: mkinitrd-6.0.93-noselinux.patch
15Patch15: mkinitrd-6.0.93-restrict-udev-messages.patch
16
17Patch20: mkinitrd-6.0.93-tuxonice.patch
18Patch21: mkinitrd-6.0.93-remove-bash4ism.patch
19Patch22: mkinitrd-6.0.93-fix-resolving-library-deps.patch
20Patch23: mkinitrd-6.0.93-add-nouveau-radeon-to-whitelist.patch
21Patch24: mkinitrd-6.0.93-add-drm-drivers-for-hardware-with-no-currently-loaded.patch
22Patch25: mkinitrd-6.0.93-nokmsboot-option.patch
23Patch26: mkinitrd-6.0.93-gcc46.patch
24Patch27: mkinitrd-6.0.93-kmod.patch
25Patch28: mkinitrd-6.0.93-loadusb.patch
26Patch29: mkinitrd-6.0.93-devtmpfs.patch
27Patch30: mkinitrd-6.0.93-create-etc-blkid.patch
28Patch31: mkinitrd/mkinitrd-6.0.93-lvm2-2.02.98.patch
29Patch32: mkinitrd-6.0.93-no_scsi_wait_scan.patch
30
31ExclusiveOs: Linux
32URL: git://git.fedoraproject.org/git/hosted/mkinitrd
33Requires: /bin/sh, /sbin/modprobe, /sbin/losetup
34Requires: fileutils, grep, mount, gzip, tar, mktemp
35Requires: lvm2
36Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts
37Requires: coreutils
38Requires: mdadm, elfutils-libelf, isomd5sum, plymouth
39Requires: util-linux-ng
40BuildRequires: popt-devel, elfutils-libelf-devel, elfutils-devel
41BuildRequires: libblkid-devel, parted-devel >= 1.8.5, pkgconfig
42BuildRequires: device-mapper-devel, python-devel
43BuildRequires: python, util-linux-ng, libnl-devel
44BuildRequires: libuuid-devel
45%ifnarch s390 s390x
46Requires: dmraid
47Requires: kbd
48%endif
49%ifarch ppc
50Requires: powerpc-utils
51%endif
52Requires: nash = %{version}-%{release}
53Requires: grubby
54BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
55
56Vendor: Project Vine
57Distribution: Vine Linux
58Packager: daisuke
59
60%description
61mkinitrd creates filesystem images for use as initial ram filesystem
62(initramfs) images.  These images are used to find and mount the root
63filesystem.
64
65%package devel
66Summary: C header files and library for functionality exported by libnash.
67Summary(ja): C header files and library for functionality exported by libnash.
68Group: Development/Libraries
69Requires: glibc-devel, pkgconfig, e2fsprogs-devel, mkinitrd
70Requires: nash = %{version}-%{release}
71
72%package -n libbdevid-python
73Summary: Python bindings for libbdevid
74Summary(ja): Python bindings for libbdevid
75Group: System Environment/Libraries
76Requires: e2fsprogs, device-mapper-libs
77Requires: python, nash = %{version}-%{release}
78
79%package -n nash
80Summary: nash
81Summary(ja): nash
82Group: System Environment/Base
83Requires: parted, device-mapper-libs, e2fsprogs
84Requires: popt
85Requires: openssl, zlib
86Provides: libbdevid = %{version}-%{release}
87Obsoletes: libbdevid < %{version}-%{release}
88
89%description devel
90C header files and library for functionality exported by libnash.
91
92%description -n libbdevid-python
93Python bindings for libbdevid.
94
95%description -n nash
96nash
97
98%prep
99%setup -q -n mkinitrd-%{version}
100%patch11 -p1
101%patch12 -p1
102%patch13 -p1
103%patch14 -p1
104%patch15 -p1
105%patch20 -p1
106%patch21 -p1
107%patch22 -p1
108%patch23 -p1
109%patch24 -p1
110%patch25 -p1
111%patch26 -p1
112%patch27 -p1
113%patch28 -p1
114%patch30 -p1
115%if "%{_dist_release}" >= "vl7"
116%patch29 -p1
117%patch31 -p1
118%patch32 -p1
119%endif
120
121find . -name "Makefile*" -exec sed -i 's|-Werror||g' {} \;
122
123%build
124make LIB=%{_lib}
125make LIB=%{_lib} test
126
127%install
128rm -rf $RPM_BUILD_ROOT
129make LIB=%{_lib} DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
130rm -f $RPM_BUILD_ROOT/sbin/bdevid $RPM_BUILD_ROOT/%{_includedir}/blkent.h
131
132%clean
133rm -rf $RPM_BUILD_ROOT
134
135%files
136%defattr(-,root,root)
137%attr(755,root,root) /sbin/mkinitrd
138%attr(644,root,root) %{_mandir}/man8/mkinitrd.8*
139%attr(755,root,root) /usr/libexec/mkliveinitrd
140%attr(755,root,root) /usr/libexec/initrd-functions
141
142%files devel
143%defattr(-,root,root)
144%{_libdir}/libnash.so
145%{_libdir}/libbdevid.so
146%{_libdir}/libbdevidprobe.a
147%{_libdir}/pkgconfig/libnash.pc
148%{_libdir}/pkgconfig/libbdevid.pc
149%{_libdir}/pkgconfig/libbdevidprobe.pc
150%{_includedir}/nash.h
151%{_includedir}/nash
152%{_includedir}/bdevid.h
153%{_includedir}/bdevid
154
155%files -n libbdevid-python
156%defattr(-,root,root)
157%{python_sitearch}/bdevid.so
158
159%files -n nash
160%defattr(-,root,root)
161%attr(644,root,root) %{_mandir}/man8/nash.8*
162%attr(755,root,root) /sbin/nash
163%attr(755,root,root) /sbin/lsinitrd
164/%{_lib}/bdevid
165%{_libdir}/libnash.so.*
166%{_libdir}/libbdevid.so.*
167%dir %{_sysconfdir}/kernel
168%dir %{_sysconfdir}/kernel/postinst.d
169%dir %{_sysconfdir}/kernel/prerm.d
170
171%changelog
172* Wed Dec 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-22
173- add patch30 to create /etc/blkid
174- add patch31 to support newer lvm2
175- add patch32 to use sleep instead of scsi_wait_scan
176
177* Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.93-21
178- rebuild with parted-3.1
179
180* Sun Jul 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-20
181- add patch29 to mount devtmpfs on /dev (newer udev support)
182
183* Sun Jul 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-19
184- add patch28 to load xhci-hcd and usb-storage by default
185
186* Fri Jul 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-18
187- update kmod patch
188  - install module.{order,builtin} to initrd
189
190* Wed Jul 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-17
191- fix version
192
193* Thu Jun 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-16
194- add patch27 to support kmod
195
196* Thu Jun 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-15
197- remove R: insmod.static, add R: modprobe
198
199* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.93-14
200- rebuild with python-2.7.2
201
202* Fri Jan 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.93-13
203- rebuild with parted-3.0
204- add Patch26 (mkinitrd-6.0.93-gcc46.patch)
205
206* Tue Jul 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-12
207- Patch23: add radeon/nouveau to DRM_WHITELIST
208- Patch24: add drm drivers for hardware with no currently loaded
209  drm driver
210- Patch25: do not load KMS driver when booted with nokmsboot or
211  failsage options
212
213* Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.93-11
214- add BuildRequires: libuuid-devel
215
216* Tue Nov  9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.0.93-10
217- rebuilt with parted 2.3
218
219* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 6.0.93-9
220- rebuilt with rpm-4.8.1 for pkg-config
221
222* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-8
223- add Patch22 to fix resolving library dependencies
224
225* Mon Apr 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-7
226- add Patch21 to remove bash4ism
227
228* Thu Mar 25 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 6.0.93-6
229- Requires powerpc-utils instead of ppc64-utils
230
231* Tue Mar 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-5
232- fix typo in patch20
233
234* Thu Mar 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-4
235- add Patch20 to support tuxonice
236
237* Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-3
238- fix python module path on x86_64
239
240* Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-2
241- add Patch11-15 from mdv
242
243* Mon Feb 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-1
244- initial build for Vine Linux
245
246* Wed Sep  2 2009 Hans de Goede <hdegoede@redhat.com> - 6.0.93-1
247- Move hotplug run to before gpu driver probing (airlied, #520730)
248- Fix (non-fatal) syntax error (katzj, #513414)
249
250* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 6.0.92-3
251- Convert specfile to UTF-8.
252
253* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.92-2
254- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
255
256* Mon Jul 20 2009 Jeremy Katz <katzj@redhat.com> - 6.0.92-1
257- Fix live image booting with udev creating /dev/mapper/control
258- Workaround to try to stop the live image dm backing images from showing
259  up in devkit-disks (#495170)
260
261* Fri Jul 10 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 6.0.91-2
262- rebuild against new parted
263
264* Mon Jul  6 2009 Hans de Goede <hdegoede@redhat.com> - 6.0.91-1
265- Allow setting VG_LIST in /etc/sysconfig/mkinitrd (#509709)
266- Fix mkrootdev failing with norelatime option (#509687)
267
268* Tue Jun 30 2009 Hans de Goede <hdegoede@redhat.com> - 6.0.90-1
269- drop e2fsprogs requires (#508407)
270- process all PVs in a required VG (#506189)
271
272* Wed Jun 24 2009 Jeremy Katz <katzj@redhat.com> - 6.0.89-1
273- grubby is now its own source package as we prepare to let people
274  try out dracut more
275
276* Mon Jun 22 2009 Jeremy Katz <katzj@redhat.com> - 6.0.88-1
277- udev has dropped /lib/udev/vol_id, so use blkid instead (#506360)
278- accordingly, require new enough util-linux-ng for blkid -o udev
279
280* Tue Jun 16 2009 Hans de Goede <hdegoede@redhat.com> - 6.0.87-1
281- Fix mkinitrd creating a non booting initrd when parted-devel is installed
282  and the user has made configuration changes resulting in ld.so searching
283  /usr/lib before /lib (#502221)
284- Fix nash' network command not setting the default gateway (#501033)
285
286* Mon Jun 15 2009 Karsten Hopp <karsten@redhat.com> 6.0.86-2.1
287- there is no kbd package on s390x, don't require it there
288- require libblkid-devel instead on e2fsprogs-devel
289
290* Fri May 29 2009 Peter Jones <pjones@redhat.com> - 6.0.86-2
291- Require "kbd" package so keyboard settings will work right after initial
292  installation. (#501584)
293
294* Thu May 21 2009 Bill Nottingham <notting@redhat.com> - 6.0.86-1
295- Reorder font initialization to properly handle KMS
296
297* Tue May 19 2009 Peter Jones <pjones@redhat.com> - 6.0.85-1
298- Handle F9's crypttab format as well (#501198)
299
300* Thu May 14 2009 Peter Jones <pjones@redhat.com> - 6.0.84-1
301- Don't use fixed device names in cryptsetup (#500830)
302
303* Mon Apr 27 2009 Jeremy Katz <katzj@redhat.com> - 6.0.83-1
304- Fix up syntax error in udev rules for live image (#497762)
305
306* Thu Apr 16 2009 Jeremy Katz <katzj@redhat.com> - 6.0.82-1
307- Don't show live snapshot dev with devkit-disks (#495170)
308- grubby: Don't crash showing "other" sections (hans, #491622)
309
310* Mon Mar 16 2009 Hans de Goede <hdegoede@redhat.com> - 6.0.81-1
311- Make mkinitrd work with kernels < 2.6.29 (#487358, #489151)
312- Fix booting of i2o devices (#476277)
313
314* Fri Mar  6 2009 Jeremy Katz <katzj@redhat.com> - 6.0.80-1
315- Fix up a multi live case to work
316
317* Fri Mar  6 2009 Jeremy Katz <katzj@redhat.com> - 6.0.79-1
318- Fix handling of  keymaps which are symlinks (hdegoede, #485615)
319- Show splash later for live images (mccann)
320- Make live initrd boot quieter (#488862)
321- First steps of multiple live medium support (Till Maas)
322
323* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.78-2
324- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
325
326* Mon Feb 23 2009 Hans de Goede <hdegoede@redhat.com> - 6.0.78-1
327- Use dmraid instead of setting up dm tables ourselves, this fixed dmraid10
328  and via dmraid setups (hdegoede)
329- Speed up mkblkdevs (Alexandre Oliva)
330- exit() from nash-hotplug when the parent pid dies (Olivier Blin)
331- Avoid unnecessarily loading raid456 (#312521, Curtis Doty)
332- Fix various segfaults in renameNetworkInterface() (#485309, hdegoede)
333
334* Tue Feb 10 2009 Jeremy Katz <katzj@redhat.com> - 6.0.77-1
335- Fix mkliveinitrd with mtd root (#484496)
336- Minor boot speedup for the live case
337
338* Wed Feb  4 2009 Hans de Goede <hdegoede@redhat.com> - 6.0.76-1
339- Fix configuration of network interfaces for network boot (#481078)
340- Fix iscsi chap password being seen as ********
341- Handle lv root specified as /dev/dm-X properly (#471729)
342- Initial commit of EXTLINUX (no menu) support
343- Do not call dm_resolve_name on dmraidsets names, sometimes it fails, and
344  it is not necessary, this fixes the dmraid boot failure seen on
345  some systems (#476818)
346- Make nash mount support relatime (#296361)
347- FIX: nash unable to find dm devs by uuid or label (#480667)
348
349* Mon Jan 19 2009 Jeremy Katz <katzj@redhat.com> - 6.0.75-1
350- fix live images to be smarter with rootfstype=auto
351
352* Wed Jan 14 2009 Jeremy Katz <katzj@redhat.com> - 6.0.74-1
353- modesetting for live images
354
355* Thu Dec 18 2008 Jeremy Katz <katzj@redhat.com> - 6.0.73-7
356- Split grubby/new-kernel-pkg into their own package
357
358* Wed Dec 10 2008 Adam Jackson <ajax@redhat.com> 6.0.73-6
359- Fix description.
360
361* Sat Dec 06 2008 Jesse Keating <jkeating@redhat.com> - 6.0.73-5
362- Rebuild again for python-2.6
363
364* Thu Dec 04 2008 Peter Jones <pjones@redhat.com> - 6.0.73-4
365- libnl -> libnl-devel in the build requires.
366
367* Thu Dec 04 2008 Peter Jones <pjones@redhat.com> - 6.0.73-3
368- Update libdhcp requirements.
369
370* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 6.0.73-2
371- Rebuild for Python 2.6
372
373* Thu Dec 04 2008 Peter Jones <pjones@redhat.com> - 6.0.73-1
374- Use scsi_wait_scan on scsi devices instead of stabilized (#470628)
375
376* Wed Dec 03 2008 Peter Jones <pjones@redhat.com> - 6.0.72-1
377- loadDrivers before plytmouth --show-splash (wtogami)
378- Ignore missing module groups specified in --with-avail (wtogami)
379- Use libnl and dhclient instead of libdhcp (dcantrell)
380
381* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 6.0.71-2
382- Rebuild for Python 2.6
383
384* Wed Nov 12 2008 Peter Jones <pjones@redhat.com> - 6.0.71-1
385- Allow passing live_keytable= for live keyboard (katzj, #470869)
386- Add "mkchardevs" command, so /dev/hvc* get created (#470839)
387- Fix option passing in mountCommand (#471142)
388- Do full console initialization in the initrd, not just keymap
389  (notting, #458362)
390- move loadDrivers before plymouth for ltsp (wtogami, #470858)
391
392* Tue Nov 04 2008 Peter Jones <pjones@redhat.com> - 6.0.70-1
393- Get rid of glib usage in libbdevid, since it's huge and not used much
394  (Patch from Pascal Terjan)
395- For text plymouth plugin for live initrds (katzj)
396- Fix erroneous qpushd's (lxo, #469611)
397- Handle raidstat contents better (lxo, #465542)
398- Fix logic in stabilizedHash (#466607)
399- Get rid of CVS stuff in the Makefile (notting)
400- Fix firmware path in the resultant initrd (#377921)
401- Hide the splash screen when booting fails (#460606)
402- Make scsi waiting happen on any device with a scsi modalias.
403
404* Wed Oct 29 2008 Peter Jones <pjones@redhat.com> - 6.0.69-1
405- Make it so we actually handle luks devs, cciss or otherwise. (dlehman)
406  Resolves: rhbz#468856
407
408* Mon Oct 27 2008 Peter Jones <pjones@redhat.com> - 6.0.68-1
409- Add buslogic and mptbase to "stabilized" module list.
410- load crc32c module for iscsistart (hansg)
411  Resolves: rhbz#467379
412- Don't run findstoragedriverinsys twice for the same device (hansg)
413  Resolves: rhbz#467390
414- Use iscsi session info for /, not the first one in "iscsiadm -m session"
415  output (hasng)
416  Resolves: rhbz#245645
417
418* Wed Oct 15 2008 Jeremy Katz <katzj@redhat.com> - 6.0.67-1
419- Fix various live initrd + plymouth interactions
420- Allow resetting the overlay at boot time for live initrd
421- Don't make the eject failure with the live_ram case fatal (#466114)
422
423* Thu Oct 09 2008 Peter Jones <pjones@redhat.com> - 6.0.66-1
424- Fix incorrect size allocation when probing weird scsi devices (#440661)
425
426* Mon Oct  6 2008 Jeremy Katz <katzj@redhat.com> - 6.0.65-1
427- More built-in modules + live initrd fixup
428
429* Tue Sep 23 2008 Jeremy Katz <katzj@redhat.com> - 6.0.64-1
430- Fix live initrds for some built-in modules
431
432* Thu Sep 11 2008 Peter Jones <pjones@redhat.com> - 6.0.63-2
433- Require a newer plymouth
434
435* Tue Sep 09 2008 Peter Jones <pjones@redhat.com> - 6.0.63-1
436- Only sleep for /proc/scsi/scsi changes once (wwoods)
437- Handle built-in usbfs better
438- Support dhcp-specified nbd root path (wtogami)
439- Hide plymouth splash screen before dropping to a shell (katzj)
440- Create /dev/live symlink for SD (katzj)
441- Don't force a max length for labels in zipl
442
443* Mon Aug 11 2008 Jeremy Katz <katzj@redhat.com> - 6.0.62-1
444- mkliveinitrd: Deal with changes in where udev expects things
445
446* Thu Aug  7 2008 Jeremy Katz <katzj@redhat.com> - 6.0.61-1
447- Fix calling of plymouth --ask-for-password more
448
449* Thu Aug 07 2008 Peter Jones <pjones@redhat.com> - 6.0.60-1
450- Make hcd kernel modules optional, so the kernel can have it built-in without
451  causing failure.
452- Fix handling of "dhcp" mount option with nfs.
453
454* Thu Aug  7 2008 Jeremy Katz <katzj@redhat.com> - 6.0.59-1
455- And move another function into initrd-functions
456
457* Wed Aug  6 2008 Jeremy Katz <katzj@redhat.com> - 6.0.58-1
458- Use correct plymouth-populate-initrd invocation in mkliveinitrd
459- Move mkliveinitrd to use bits and pieces from initrd-functions
460
461* Wed Jul 30 2008 Peter Jones <pjones@redhat.com> - 6.0.57-1
462- Fix mkliveinitrd's udevtrigger/udevadm usage (notting)
463
464* Tue Jul 29 2008 Peter Jones <pjones@redhat.com> - 6.0.56-1
465- Move a bunch of functions to /usr/libexec/initrd-functions so so that
466  plymouth-populate-initrd can use it instead of duplicating them.
467- Change how we're calling plymouth for password UI
468
469* Mon Jul 28 2008 Peter Jones <pjones@redhat.com> - 6.0.55-2
470- Require plymouth.
471
472* Mon Jul  7 2008 Jeremy Katz <katzj@redhat.com> - 6.0.55-1
473- Make plymouth work with live initrds
474- Strip out BOOT_IMAGE= as an argument to init so that things don't break if
475  you do init=/bin/bash from syslinux
476
477* Wed Jun 18 2008 Peter Jones <pjones@redhat.com> - 6.0.54-1
478- More plymouth work (pjones, rstrode)
479- Update mkliveinitrd because udev's command line utilities changed (katzj)
480
481* Fri Jun 13 2008 Peter Jones <pjones@redhat.com> - 6.0.53-1
482- Merge changes for plymouth integration.
483- Merge changes katzj forgot to push from F-9's 6.0.52-{1,2}:
484- Require isomd5sum so that live images can be verified (#445284)
485- Handle kvm virtio devices (markmc, #444155)
486- Output value from fstab into as arg to mkrootdev (pjones, #209473)
487- Don't depend on system.map (markmc, #430718)
488
489* Wed May 28 2008 Jeremy Katz <katzj@redhat.com> - 6.0.51-2
490- rebuild for libdhcp6client
491
492* Fri Apr 18 2008 Peter Jones <pjones@redhat.com> - 6.0.51-1
493- Handle bangpath translation in sysfs slightly differently.  (#442811)
494
495* Thu Apr 17 2008 Peter Jones <pjones@redhat.com> - 6.0.50-1
496- Handle bangpath translation in sysfs at one more place.  (#442811)
497
498* Thu Apr 17 2008 Peter Jones <pjones@redhat.com> - 6.0.49-1
499- The kernel uevent/sysfs API for firmware loading changed underneath us again.
500
501* Thu Apr 17 2008 Peter Jones <pjones@redhat.com> - 6.0.48-1
502- Add lsinitrd for cebbert.
503
504* Mon Apr 14 2008 Jeremy Katz <katzj@redhat.com> - 6.0.47-1
505- Fix merge fun
506
507* Mon Apr 14 2008 Peter Jones <pjones@redhat.com> - 6.0.46-1
508- Fix ps3 disk handling in /proc/devices (#389331)
509
510* Fri Apr 11 2008 Jeremy Katz <katzj@redhat.com> - 6.0.45-1
511- Fix final bit of resume for hibernate
512
513* Fri Apr 11 2008 Jeremy Katz <katzj@redhat.com> - 6.0.44-1
514- Fix up finding the resume device for hibernate (#438951)
515
516* Mon Apr 07 2008 Peter Jones <pjones@redhat.com> - 6.0.43-1
517- Require diffutils for /usr/bin/cmp (#438568)
518- Chase deps in /sys/block/dm-0/slaves/ and similar (#440485)
519
520* Mon Apr 07 2008 Peter Jones <pjones@redhat.com> - 6.0.42-1
521- Use libelf to find elf interpreter, so we don't have to iterate several
522  ld.so's looking for our linker. (#440091)
523- Try harder to make sure we can read device labels (#437534)
524- Support encrypted RAID member devices (#429600)
525- Fix postinst.d and perm.d usage, and own those directories (#441111)
526
527* Wed Apr 02 2008 Peter Jones <pjones@redhat.com> - 6.0.41-1
528- Fix a warning message when you run with no swap
529- Fix kernel's "make install"
530
531* Thu Mar 20 2008 Peter Jones <pjones@redhat.com> - 6.0.40-1
532- Use /etc/grub.conf rather than pointing at /boot/grub/grub.conf directly.
533
534* Tue Mar 18 2008 Peter Jones <pjones@redhat.com> - 6.0.39-1
535- Fix parsing of /proc/mdstat so we look for sda1 not sda (#437231)
536  (gawk, bash, I hate you both.)
537
538* Tue Mar 18 2008 Peter Jones <pjones@redhat.com> - 6.0.38-1
539- Add --posttrans support in new-kernel-package and installkernel.
540
541* Sun Mar 16 2008 Jeremy Katz <katzj@redhat.com> - 6.0.37-1
542- Fix syntax error with encrypted root
543
544* Fri Mar 14 2008 Peter Jones <pjones@redhat.com> - 6.0.36-1
545- Handle "mapper/" names at more places (hopefully fix #435173 and others)
546
547* Wed Mar 12 2008 Peter Jones <pjones@redhat.com> - 6.0.35-1
548- Resolve label/uuid to a device earlier (#435228)
549
550* Thu Mar  6 2008 Jeremy Katz <katzj@redhat.com> - 6.0.34-1
551- Fix scsi_wait_scan stuff up (#429937)
552- Add support for --without (wtogami, #436248)
553
554* Wed Mar  5 2008 Jeremy Katz <katzj@redhat.com> - 6.0.33-1
555- Fix the non-persistent overlay case
556
557* Tue Mar  4 2008 Jeremy Katz <katzj@redhat.com> - 6.0.32-1
558- Support keymaps for encrypted root devices (dlehman)
559- Add persistence bits to mkliveinitrd (based on changes by Douglas McClendon)
560
561* Tue Feb 26 2008 Jeremy Katz <katzj@redhat.com> - 6.0.31-1
562- Add mkliveinitrd
563
564* Thu Feb 21 2008 Peter Jones <pjones@redhat.com>
565- Require newer lvm2 version.
566
567* Wed Feb 20 2008 Peter Jones <pjones@redhat.com> - 6.0.30-1
568- Load selinux policy during boot.
569
570* Fri Feb 15 2008 Peter Jones <pjones@redhat.com> - 6.0.29-1
571- Work around sysfs path changes
572- Remove debugging echos from dm-crypt work.
573
574* Fri Feb  1 2008 Jeremy Katz <katzj@redhat.com> - 6.0.28-4
575- Don't create the rtc nodes in the initrd anymore (#431274)
576
577* Sat Jan 19 2008 Jeremy Katz <katzj@redhat.com> - 6.0.28-3
578- Don't call lvm.static -- it no longer exists
579
580* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 6.0.28-2
581- Rebuild for new libdhcp
582
583* Wed Jan 09 2008 Peter Jones <pjones@redhat.com> - 6.0.28-1
584- Fix device detection with labels and no lvm (#427439, #426722)
585- Fix ppoll wrapper for older kernels
586
587* Thu Jan 03 2008 Jesse Keating <jkeating@redhat.com> - 6.0.27-2
588- Rebuild for libparted soname bump.
589
590* Wed Jan 02 2008 Peter Jones <pjones@redhat.com> - 6.0.27-1
591- Fix merge error that caused 6.0.25-1's change to be reverted.
592
593* Wed Jan 02 2008 Peter Jones <pjones@redhat.com> - 6.0.26-1
594- Update copyright and license info
595- Add support for loading all available drivers.
596
597* Fri Dec 21 2007 Peter Jones <pjones@redhat.com> - 6.0.25-2
598- Add BuildReq for util-linux-ng
599
600* Fri Dec 21 2007 Peter Jones <pjones@redhat.com> - 6.0.25-1
601- Don't remove two things from a GHashTable at the same time;
602  it doesn't work with newer glib2.
603
604* Fri Dec 15 2007 Jeremy Katz <katzj@redhat.com> - 6.0-24-1
605- And fix other stupid error for root on LVM on encrypted PV
606
607* Fri Dec 14 2007 Peter Jones <pjones@redhat.com> - 6.0.23-1
608- Fix syntax error from 6.0.22-1
609
610* Thu Dec 13 2007 Jeremy Katz <katzj@redhat.com> - 6.0-22-1
611- Fix root on LVM with an encrypted PV
612
613* Wed Dec 12 2007 Peter Jones <pjones@redhat.com> - 6.0.21-1
614- Fix missing mkdir for /lib
615
616* Tue Dec 11 2007 Peter Jones <pjones@redhat.com> - 6.0.20-1
617- Add encrypted root filesystem support (Patch from dlehman)
618
619* Fri Nov 30 2007 Jeremy Katz <katzj@redhat.com> - 6.0.19-6
620- rebuild for libdhcp6client bump
621
622* Sun Nov 11 2007 Jeremy Katz <katzj@redhat.com> - 6.0.19-5
623- and another rebuild
624
625* Fri Nov  9 2007 Jeremy Katz <katzj@redhat.com> - 6.0.19-4
626- rebuild for new libdhcp4client
627
628* Sat Oct 20 2007 Bill Nottingham <notting@redhat.com> - 6.0.19-3
629- pull the right dynamic linker when multiple ones are present (#336161)
630
631* Thu Sep 27 2007 Peter Jones <pjones@redhat.com> - 6.0.19-1
632- Fix nosegneg library discovery in get_dso_deps() harder (#244730)
633
634* Tue Sep 25 2007 Peter Jones <pjones@redhat.com> - 6.0.18-1
635- Fix segfault on x86_64 paravirt (#304731, patch from Harald Hoyer)
636
637* Wed Sep 19 2007 Peter Jones <pjones@redhat.com> - 6.0.17-1
638- Fix missing quotes causing failure to detect erroneous "--with" command line
639  arguments (#249163)
640- Use open64 in losetup so large files work (#220687)
641- Fix sysfs paths for fw-sbp2 (#231708)
642- Handle spaces in kernel command line better (#240785)
643- Fix handling of --omit-lvm-modules and --omit-dmraid
644
645* Fri Sep 11 2007 Peter Jones <pjones@redhat.com> - 6.0.16-1
646- Fix handling of CCISS one more time (bz#274201)
647
648* Fri Sep  7 2007 Peter Jones <pjones@redhat.com> - 6.0.15-1
649- Fix dmraid on x86_64.
650
651* Fri Aug 31 2007 Peter Jones <pjones@redhat.com> - 6.0.14-1
652- Don't probe loop devices as boot disks or in mkblkdevs
653- Minor performance improvements.
654
655* Thu Aug 30 2007 Peter Jones <pjones@redhat.com> - 6.0.13-1
656- More fixes to mkblkdevs and other related code.
657
658* Mon Aug 27 2007 Peter Jones <pjones@redhat.com> - 6.0.12-3
659- Fix mkblkdevs patch to actually apply ;)
660
661* Mon Aug 27 2007 Peter Jones <pjones@redhat.com> - 6.0.12-2
662- Fix segfault in scsi vpd probe code
663- Fix block device creation
664
665* Mon Aug 27 2007 Peter Jones <pjones@redhat.com> - 6.0.12-1
666- Unmerge one of the 'bash' branch changes; it's not ready yet.
667
668* Mon Aug 27 2007 Peter Jones <pjones@redhat.com> - 6.0.11-2
669- Fix minor build problem on x86_64.
670- Add BR: popt-devel
671
672* Mon Aug 27 2007 Peter Jones <pjones@redhat.com> - 6.0.11-1
673- Temporarily add a requires on mdadm to avoid #249587
674- Backport changes from 'bash' branch.
675
676* Tue Aug  1 2007 Peter Jones <pjones@redhat.com> - 6.0.10-3
677- rebuild to fix merge error.
678
679* Tue Jul 31 2007 Peter Jones <pjones@redhat.com> - 6.0.10-2
680- rebuild to fix merge error.
681
682* Tue Jul 31 2007 Peter Jones <pjones@redhat.com> - 6.0.10-1
683- Fix nosegneg library discovery in get_dso_deps() (#244730)
684- Only do ld.so discovery once in get_dso_deps()
685- Optionally use dhcp to discover nfsroot target (#248575)
686
687* Mon Jun 25 2007 Peter Jones <pjones@redhat.com>
688- Fix symlink paths in installkernel on ia64
689  Resolves #227711
690
691* Mon Apr 16 2007 Peter Jones <pjones@redhat.com> - 6.0.9-1
692- Use scsi_wait_scan.ko with scsi storage modules (#220470)
693- Fix handling of config files with no 'default' line in grubby
694
695* Wed Mar 28 2007 Peter Jones <pjones@redhat.com>
696- Fix perms on libbdevid
697
698* Fri Mar 23 2007 Jeremy Katz <katzj@redhat.com>
699- handle new firewire stack (#231708)
700
701* Wed Feb 28 2007 Peter Jones <pjones@redhat.com>
702- Fix linking error on bdevid probe modules
703
704* Tue Feb 27 2007 Peter Jones <pjones@redhat.com> - 6.0.8-1
705- nash and mkinitrd shouldn't both provide libbdevid.so.*
706
707* Tue Feb 13 2007 Peter Jones <pjones@redhat.com>
708- Query modules for firmware and try to copy it into the image.
709
710* Thu Feb  1 2007 Peter Jones <pjones@redhat.com>
711- Add support for ">>" in nash for better debugging of thaw from hibernate.
712
713* Mon Jan 22 2007 Peter Jones <pjones@redhat.com> - 6.0.7-1
714- Fix UUID handling on resume devices.
715- Don't require that a driver be modular when looking up its name in sysfs.
716- Make removable devices conditionally considered when scanning labels.
717- Fix handling of dm devices without device tables.
718
719* Thu Jan  4 2007 Jeremy Katz <katzj@redhat.com>
720- handle multiline options (#209447)
721- iscsi tools changed their syntax (#221088)
722
723* Wed Jan  3 2007 Jeremy Katz <katzj@redhat.com>
724- don't create /dev/tty* on s390 (#209204)
725
726* Tue Dec 19 2006 Peter Jones <pjones@redhat.com> - 6.0.6-1
727- Fix LABEL handling
728
729* Thu Dec 14 2006 Jeremy Katz <katzj@redhat.com> - 6.0.5-1
730- use "stabilized" with ahci and sata_* as well
731
732* Thu Dec 14 2006 Peter Jones <pjones@redhat.com> - 6.0.4-1
733- use "stabilized" with the new pata drivers so we don't race.
734
735* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 6.0.3-1
736- build against arbitrary pythons and rebuild for python 2.5
737
738* Tue Dec  5 2006 Peter Jones <pjones@redhat.com> - 6.0.2-1
739- Fix typo introduced in merge (patch from notting)
740
741* Mon Dec  4 2006 Peter Jones <pjones@redhat.com> - 6.0.1-1
742- Fix library soname and link error.
743
744* Mon Dec  4 2006 Peter Jones <pjones@redhat.com> - 6.0-1
745- Merge in close() fix in bdevid probe code from rhel5 branch
746- Try to load raid456 module as well as individual level-based modules
747- more sophisticated modalias probing, so we get new storage drivers better
748  (patch from notting)
749- Handle dynamic executables and libraries
750- Don't clobber the kernel command line when handling resume (#215084).
751- Fix test for "withusb" (#215314).
752- Link dynamically
753
754* Thu Oct 26 2006 Peter Jones <pjones@redhat.com>
755- Don't reference "netdev" in addnetdev()
756- Only use one IP address for "remoteip" in handlenfs()
757- Abort much earlier if not invoked as UID 0
758
759* Thu Sep 28 2006 Peter Jones <pjones@redhat.com> - 5.1.19-1
760- Fix booting on non-LVM devices where sysfs uses a '!' in the device path,
761  such as cciss.  (#201875, #196360)
762
763* Wed Sep 27 2006 Peter Jones <pjones@redhat.com> - 5.1.18-1
764- Split nash into its own package to work around dep sorting issue on install.
765
766* Thu Sep 21 2006 Peter Jones <pjones@redhat.com> - 5.1.17-1
767- Fix module dependency probing when there's no modalias
768
769* Wed Sep 20 2006 Peter Jones <pjones@redhat.com> - 5.1.16-1
770- Don't require non-tmpfs tmpdir unless we're using loopback
771- Fix symlink chasing for yaboot.conf in grubby (#207302)
772
773* Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com>
774- Hack for moduledeps of gfs2/nfs
775
776* Tue Sep 19 2006 Jeremy Katz <katzj@redhat.com>
777- Handle zfcp.conf not specifying scsiid and scsilun (#198803)
778
779* Tue Sep 12 2006 Peter Jones <pjones@redhat.com>
780- Fix escaping error in md-handler's awk script
781
782* Fri Sep  8 2006 Jesse Keating <jkeating@redhat.com> - 5.1.15-1
783- more typos to fix related to (#205194)
784
785* Fri Sep  8 2006 Peter Jones <pjones@redhat.com> - 5.1.14-1
786- Fix another typo in the same one-line shell wrapper (#205194)
787
788* Fri Sep  8 2006 Peter Jones <pjones@redhat.com> - 5.1.13-1
789- Fix missing coreutils dep and typo in shell wrapper (#205194)
790- Fix bad mpath test (#204758)
791
792* Thu Sep  7 2006 Peter Jones <pjones@redhat.com> - 5.1.12-1
793- Fix bug in dm dependency scanning (#205635)
794
795* Tue Sep  6 2006 Peter Jones <pjones@redhat.com> - 5.1.11-1
796- Pull in bdevid properly (not two sources any more)
797- Lots of minor bugfixes, leak fixups, etc.
798- Updates for new iScsi userland (katzj)
799- ata and usb device id probes in bdevid
800- preliminary work for boot-time device identification.
801- Fixes for network driver selection (katzj)
802
803* Fri Sep  1 2006 Peter Jones <pjones@redhat.com> - 5.1.10-1
804- Fix %%setup args
805- Work around lvm locking problems when clvm is installed (#203904)
806- Work around lvm segfault by always using lvm.static
807- Fix label scanning on dm devices (based on a patch from Hans de Goede)
808  (#204763)
809- handle the /proc/bus/usb mounting with a state machine in the module
810  loading emission, not with a sentinal value
811- do forced finding of devices *after* auto-detection of the root fs, so
812  we're not blindsided by bogus scsi_hostadapter aliases and the like.
813- move nashDm* functions to libnash so stuff in block.c can call them.
814
815* Tue Aug 29 2006 David Cantrell <dcantrell@redhat.com> - 5.1.9-2
816- BuildRequires parted-devel >= 1.7.1-15
817
818* Fri Aug 17 2006 Peter Jones <pjones@redhat.com> - 5.1.9-1
819- Fix "MOUNT_PROC_USB" warning
820
821* Wed Aug 16 2006 Peter Jones <pjones@redhat.com> - 5.1.8-1
822- Use modprobe to find module deps (#202559, #202596)
823- Fix typo for /dev/efirtc (#202110)
824
825* Wed Aug 16 2006 Peter Jones <pjones@redhat.com> - 5.1.7-1
826- Make "stabilized" work better (patch from Alexandre Oliva)
827- Rewrite usb handling (notting and pjones)
828- Fix libbdevid provides/obsoletes.
829- Include usb hcd drivers by default
830
831* Mon Aug 14 2006 Bill Nottingham <notting@redhat.com> - 5.1.6-1
832- don't make every root device /dev/loop0. Eep.
833
834* Mon Aug 14 2006 Peter Jones <pjones@redhat.com> - 5.1.5-1
835- Provide libbdevid.
836
837* Mon Aug 14 2006 Peter Jones <pjones@redhat.com> - 5.1.4-1
838- Fix requires for libbdevid
839- Make it safe to call nashLogger and nashLoggerV with no context.
840
841* Mon Aug 14 2006 Mark McLoughlin <markmc@redhat.com> - 5.1.3-2
842- Fix compile error
843
844* Fri Aug 11 2006 Bill Nottingham <notting@redhat.com> - 5.1.3-1
845- replace various sed/grep/cut/head calls with bash & awk equivalents
846- fix a typo
847- nfs loop fixes
848- silence xen errors when sysfs layout is different
849
850* Wed Jul 26 2006 Peter Jones <pjones@redhat.com> - 5.1.2-1
851- pull in new libbdevid for scsi probing fix
852- restructure package so things can include libbdevid (and its modules)
853  without depending on python
854
855* Wed Jul 19 2006 Bill Nottingham <notting@redhat.com>
856- support for loopback root (including loop-over-NFS)
857
858* Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> - 5.1.1-1
859- build with -fPIC
860- pull in new libbdevid for linking fix
861
862* Mon Jul 17 2006 Jeremy Katz <katzj@redhat.com> - 5.1.0-1
863- allow rootdev/rootfs/rootopts parsing on the mkinitrd command line (notting)
864- fix case where we'd spin forever resolving a device (#199046)
865
866* Thu Jul 13 2006 Peter Jones <pjones@redhat.com> - 5.0.47-1
867- add libbdevid
868- fix mode handling on open syscall wrapper (patch from Mark McLoughlin)
869- save dhcp lease file after network initialization (patch from markmc)
870
871* Thu Jul  6 2006 Bill Nottingham <notting@redhat.com>
872- if NFS host doesn't resolve, assume it's an IP
873- make sure IP check doesn't get extraneous info
874
875* Wed Jul  5 2006 Peter Jones <pjones@redhat.com>
876- make libnash.a and the nash-devel package
877- use libdhcp instead of pump (patch from Mark McLoughlin)
878
879* Fri Jun 30 2006 Jeremy Katz <katzj@redhat.com> - 5.0.46-1
880- if we don't get a modalias for a net driver, try via
881  ethtool (notting, #196104)
882- add patches from Aron Griffis (aron AT hp DOT com) for multiboot
883  support on ia64
884
885* Thu Jun 22 2006 Jeremy Katz <katzj@redhat.com> - 5.0.45-1
886- don't emit <empty> for iscsi username/password stuff
887- handle _netdev option for filesystems
888
889* Thu Jun 22 2006 Jeremy Katz <katzj@redhat.com> - 5.0.44-1
890- fix so we only use iscsistart if we're doing root on iscsi
891- fix spurious shell error (noticed by karsten)
892
893* Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 5.0.43-1
894- Add back patches from pjones which had just been in the package for
895  * fix bad shell code to detect DMs in use
896  * fix "stabilized" to stat where appropriate
897  * use stabilized for sbp2
898
899* Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 5.0.42-1
900- add a hack to handle xennet devices not having a modalias (#196104)
901- initial pass at support for root on iscsi (patch from Patrick
902  Mansfield <patmans@us.ibm.com>)
903
904* Mon Jun 12 2006 Peter Jones <pjones@redhat.com>
905- Fixes for stateless/diskless configurations (patch from Jeff Law,
906  <law@redhat.com>)
907
908* Wed May 24 2006 Peter Jones <pjones@redhat.com> - 5.0.41-1
909- (very) basic multipath support
910- minor fixes for usb
911
912* Thu May 18 2006 Jeremy Katz <katzj@redhat.com> - 5.0.40-1
913- fix multiple netdev handling (#192321)
914
915* Tue May 10 2006 Peter Jones <pjones@redhat.com> - 5.0.39-1
916- handle [eou]hci_hcd even _more_ correctly ;)
917
918* Tue May  9 2006 Peter Jones <pjones@redhat.com> - 5.0.38-1
919- handle bringing up multiple network devices (katzj)
920- make "withusb=yes" default
921- add --without-usb
922- make usb load [euo]hci_hcd correctly
923
924* Mon May  1 2006 Jeremy Katz <katzj@redhat.com>  - 5.0.37-1
925- munge rootopts on all non-nfs cases
926
927* Wed Apr 26 2006 Bill Nottingham <notting@redhat.com> - 5.0.36-1
928- NFS root fixes
929- fix typo
930
931* Mon Apr 10 2006 Peter Jones <pjones@redhat.com> - 5.0.34-1
932- fix "!" handling for sysfs paths in mkblkdevs
933- fix argument checking for mknodCommand
934
935* Thu Mar 30 2006 Peter Jones <pjones@redhat.com> - 5.0.33-1
936- fix unbalanced pushd in mkinitrd (patch from Pete Zaitcev, bz# 185822)
937- add "cond" command for simple conditionals (bz# 182938)
938- add "status" command to see/set the exit status for testing
939- add "--remove-args" and "--update" args for new-kernel-pkg (patch from
940  Don Zickus, bz# 183917)
941
942* Mon Mar 13 2006 Peter Jones <pjones@redhat.com> - 5.0.32-1
943- handle sd_mod on scsi_mod in findmodule, not in the scsi setup.  This
944  fixes the "no scsi_hostadapter" alias problem better (#182008).
945
946* Fri Mar 10 2006 Peter Jones <pjones@redhat.com> - 5.0.31-1
947- add segv handler for nash
948
949* Wed Mar  8 2006 Peter Jones <pjones@redhat.com> - 5.0.30-1
950- move blkid.tab* references to /etc/blkid/blkid.tab*
951- don't do the selinux context stuff on blkid.tab*, as it now inherits from
952  the directory.
953
954* Mon Feb 27 2006 Peter Jones <pjones@redhat.com> - 5.0.29-1
955- Fix pump-devel buildrequires
956- Fix grubby's getpathbyspec() usage (#183010)
957- Fix grubby's makefile
958- Make readlink command work with super scary huge sysfs paths (#183091)
959- Make readlink handle directories better (#166666)
960- Don't create ramdisk blockdevs, mkblkdevs does it (#181873)
961- Don't use showlabels to resolve labels, use resolveDevice so we don't
962  need messy awk (#180372)
963
964* Fri Feb 24 2006 Peter Jones <pjones@redhat.com> - 5.0.28-1
965- Make /dev/efirtc on ia64 boxes (#182598)
966- Handle selinux contexts on /etc/blkid.tab* since we can't do it in
967  libblkid.
968- Make building from the "nash" subdir work again
969- Make getpathbyspec() allocate on the caller's stack, eliminating
970  several memory leaks in callers.
971- Don't strip nash
972
973* Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 5.0.27-1
974- Fix multiboot argument quoting in new-kernel-package (#182243)
975- Fix "netlink" fd error in hotplug initialization.
976- Fix directory creation in smartmknod()
977- Fix find command when it's not run alone (#181874, patch from Mark
978  McLoughlin)
979- Don't use 0-length uuids
980- Update /dev/mapper nodes more often
981- Allow dm partadd not to include the /dev/mapper path
982- Use /etc/fstab, not /fstab, so if you've got /sbin/mount it'll work
983- Bring in sd_mod if libata or scsi_mod is selected (#181983)
984- use -Wl,--wrap,open and __wrap_open() instead of coeOpen()
985
986* Wed Feb 15 2006 Peter Jones <pjones@redhat.com> - 5.0.26-1
987- fix detection of floppy devices, don't probe them for labels
988- fix grubby to use the same label scanning code as nash
989- senseless rewriting of makefiles so that grubby can use nash's .o's, uh,
990  "more easily".
991
992* Tue Feb 14 2006 Peter Jones <pjones@redhat.com> - 5.0.25-1
993- rework hotplug control fds (#181515)
994
995* Tue Feb 14 2006 Peter Jones <pjones@redhat.com> - 5.0.24-1
996- use the right nash-dm command to get the device list
997- check if a subdevice has the same partition table, not if it starts
998  at the right place (fixes partition comparison on !mirror devices)
999
1000* Mon Feb 13 2006 Peter Jones <pjones@redhat.com> - 5.0.23-1
1001- add basic hotplug handler and firmware loader
1002
1003* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 5.0.22-1.1
1004- rebump for build order issues during double-long bump
1005
1006* Sat Feb 11 2006 Peter Jones <pjones@redhat.com> - 5.0.22-1
1007- formatting cleanups
1008- prefix partition number with "p" for partitions on dmraid
1009- add support for disabling partitions which overlap with partitions on
1010  dm devices.
1011- add multipath support
1012- fix dm creation ordering and partition detection
1013- add "network" command (katzj)
1014- add nfsroot support (katzj)
1015- put "showlabels" back into nash
1016
1017* Tue Feb  3 2006 Peter Jones <pjones@redhat.com> - 5.0.21-1
1018- add "mount -o bind" support and "mount --move" support (#109366, patch
1019  from Kasper Dupont)
1020- add resolveDevice command, which cases down device labels.
1021- remove "findlodev" from the documentation (#178587)
1022- fix nash command name parsing bug (#178587)
1023- fix "find" argument parsing (#178587)
1024- add "find" handling for "-type d"
1025
1026* Thu Feb  2 2006 Peter Jones <pjones@redhat.com> - 5.0.20-1
1027- fix really dumb spec file mistake
1028- fix devno detection for /dev/root
1029- fix testdm check
1030
1031* Thu Feb  2 2006 Peter Jones <pjones@redhat.com> - 5.0.19-1
1032- mkinitrd: get resolve_dm_name() and get_numeric_dev() from initscripts
1033  instead of a private copy
1034- add block.[ch]:
1035  - move parse_sysfs_devnum(), sysfs_blkdev_probe(), and
1036    mkpathbyspec() from nash.c
1037  - add label/uuid/name lookups for block devices using libblkid
1038- add lib.[ch]:
1039  - move makeFdCoe(), coeOpen(), coeFopen(), coeOpendir(), readFD(),
1040    nashLoggerV(), nashLogger(), qprintf(), eprintf(), smartmknod(),
1041    testing, quiet, reallyquiet from nash.c
1042  - move nashDefaultLogger(), from dm.c
1043  - move log enums and declarations from dm.h
1044- dm.c: add dm_finish(), which does dm_task_destroy() and then library cleanup
1045  (solves an fd leak)
1046- remove linux_fs.h, mount_by_label.[ch], name_to_dev_t.[ch]
1047
1048* Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 5.0.18-1
1049- make mkinitrd discover dm uuids
1050- add uuid support to nash's "dm create" and "dm partadd"
1051- add nash command "dm get_uuid $NAME"
1052- add support for renamed dm raids
1053
1054* Tue Jan  3 2006 Peter Jones <pjones@redhat.com> - 5.0.17-1
1055- fix dm operations to create/remove device nodes during each change.
1056
1057* Tue Jan  3 2006 Peter Jones <pjones@redhat.com> - 5.0.16-1
1058- Hopefully fix raid autorun with a patch from Paul Flinders.
1059
1060* Mon Dec 19 2005 Peter Jones <pjones@redhat.com> - 5.0.15-1
1061- Don't open init's console with close-on-exec
1062
1063* Wed Dec 18 2005 Peter Jones <pjones@redhat.com> - 5.0.14-1
1064- Remove vestigial loopback support.
1065- Remove email addresses from man pages (which still need some work)
1066
1067* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com> - 5.0.13-1.1
1068- bump for gcc
1069
1070* Mon Dec  5 2005 Peter Jones <pjones@redhat.com> - 5.0.13-1
1071- Updates for gcc 4.1
1072
1073* Sat Nov 26 2005 Peter Jones <pjones@redhat.com> - 5.0.12-1
1074- Fix buildreq/req for dmraid on s390
1075- Typo fix from Alexandre Oliva
1076
1077* Mon Nov 21 2005 Peter Jones <pjones@redhat.com> - 5.0.11-1
1078- audit for open()s without appropriate closes()
1079- make new functions coeOpen(), coeFopen(), and coeOpendir().  These behave
1080  like open(), fopen(), and opendir() except that they set any associated
1081  file descriptors to close on exec().
1082- use them everywhere except where we open a console.
1083
1084* Thu Nov 17 2005 Peter Jones <pjones@redhat.com> - 5.0.10-1
1085- don't set up dmraids that aren't active in the initrd
1086
1087* Wed Nov 16 2005 Peter Jones <pjones@redhat.com> - 5.0.9-1
1088- dmraid support
1089
1090* Fri Oct 21 2005 Peter Jones <pjones@redhat.com> - 5.0.8-1
1091- don't clobber cmdline in mkrootdev (fixes runlevel selection)
1092
1093* Fri Oct 21 2005 Jeremy Katz <katzj@redhat.com> - 5.0.7-1
1094- fix new-kernel-pkg --multiboot=
1095
1096* Tue Oct 18 2005 <pjones@redhat.com> - 5.0.6-1
1097- make lvm work again
1098
1099* Mon Oct 17 2005 Peter Jones <pjones@redhat.com> - 5.0.5-1
1100- make PROBE, MODULES, and PREMODS load defaults from a config file
1101- get rid of support for not using a dynamic /dev
1102- add options to force device probes (for when PROBE is "no")
1103- consolidate some duplicate code paths
1104- make nash's otherCommand check PATH first and use what it finds there for
1105  any commands it needs to run, unless the command starts with "nash-",
1106  in which case the internal version is used unconditionally
1107- remove the symlink hack for setuproot/preswitchroot/switchroot
1108- wrap all the nash commands in mkinitrd with shell functions and use the
1109  "nash-" varient.
1110- rework root fs creation so Jeremy can use the otherCommand feature
1111
1112* Fri Oct  7 2005 Peter Jones <pjones@redhat.com> - 5.0.4-1
1113- split switchroot into setuproot and switchroot, with presetuproot in
1114  between
1115- make preswitchroot and setuproot execute through symlinks, so they may
1116  be replaced by a second initramfs image
1117- add logic to mount filesystems specified in /etc/fstab.sys during setuproot
1118- general code cleanups
1119
1120* Fri Sep 30 2005 Peter Jones <pjones@redhat.com> - 5.0.3-1
1121- fix root dev discovery to give us "hda3" and such again, rather than
1122  a full sysfs path
1123
1124* Thu Sep 29 2005 Peter Jones <pjones@redhat.com> - 5.0.2-1
1125- add error and quiet printf functions
1126- use them instead of testing quiet and typing stderr everywhere
1127- actually make _all_ errors use eprintf (and thus stderr)
1128- print strerror in errors instead of raw errno
1129- make "getKernelCmdLine use readFD
1130- make "getKernelArg" picky about if you've got the right command vs
1131  just one that starts with the same string
1132- make "getKernelArg" handle "=" for you, so it either gives you the value
1133  when there is one, '\0' when there's not and it's EOL, or whitespace.
1134- reformat some two-space-indent spots
1135- check for short reads in catCommand
1136- kill pivotroot
1137- cleaned up resume messages
1138- make mkrootdev use readFD
1139- combine mkdevies and makedevs into mkblkdevs, no longer
1140  using /proc/partitions
1141- don't use callocs+memcpy/strcpy+strcat when we can use asprintf
1142- make setQuietCommand use getKenrelArg
1143- make runStartup use readFD
1144- patch from Alexandre Oliva to fix LVM-on-RAID1 /root and swap-on-LVM
1145  (bz #169059)
1146- reorder device creation for easier maintenance create /dev/rtc
1147- change fixme comment about lvm vgs
1148- use cemit at some places we used a lot of emits before
1149- reorder device node creation for clarity
1150- use mkblkdevs instead of makedevs and mkdevices
1151- decouple loopback root and lvm
1152
1153* Wed Sep 28 2005 Peter Jones <pjones@redhat.com> - 5.0.1-1
1154- create /dev/rtc
1155- create /dev/tty, /dev/tty{0..11}, and /dev/ttyS{0..4}
1156- tweak the messages output in loud mode during device node creation
1157
1158* Tue Sep 27 2005 Peter Jones <pjones@redhat.com> - 5.0.0-1
1159- remove support for pivotroot
1160- remove support for non-initramfs initrds
1161- remove support for 2.4 kernels
1162- don't force scsi_mod before scsi modules; deps should bring it in.
1163  same for "unknown"; it's not needed any more.
1164- lots of whitespace adjustment
1165- minor messaging changes
1166- no manual redirection to stderr or RCFILE, nor manual verbose checking
1167- in light of these changes and other planned changes, this is 5.0.0
1168
1169* Mon Sep 26 2005 Peter Jones <pjones@redhat.com> - 4.2.24-1
1170- Fix module discovery for raid (eleminates "find" warning as well)
1171
1172* Sun Sep 25 2005 Peter Jones <pjones@redhat.com> - 4.2.23-2
1173- Fix module discovery to not always use the modules /dev/hda1 requires
1174  when using root-on-label.
1175- Put the lvm check after the raid check, so the raid check atually gets run.
1176
1177* Wed Sep 21 2005 Peter Jones <pjones@redhat.com> - 4.2.22-1
1178- Only scan appended kernel command line args for duplicates once.
1179- handle short reads correctly in nash's readFD
1180- use calloc for things instead of malloc, since we usually need zeroed memory
1181  and we never memset
1182- use canonicalize_file_name instead of malloc+realpath
1183- honor quiet flag on suspend/resume
1184- autodetect storage drivers in mkinitrd
1185
1186* Mon Aug 15 2005 Peter Jones <pjones@redhat.com> - 4.2.21-1
1187- Fix a bug in switchroot's command line parsing (patch from mkj)
1188
1189* Fri Aug 12 2005 Jeremy Katz <katzj@redhat.com> - 4.2.20-1
1190- fix a buglet in root vg finding
1191- support resume with swsusp
1192
1193* Wed Aug  5 2005 Peter Jones <pjones@redhat.com> - 4.2.19-1
1194- Fix yaboot stanza placement with a patch from dwmw2 (#142346)
1195
1196* Wed Jul 20 2005 Bill Nottingham <notting@redhat.com> - 4.2.18-1
1197- since udev is not in use, don't require it or claim to be starting it
1198
1199* Fri Jun 24 2005 Peter Jones <pjones@redhat.com> - 4.2.17-1
1200- Don't use udev or udevstart in the initrd; it's trivial to do
1201  all that work by looking for directories with "dev" nodes in sysfs
1202  and making the device from the dirname using major/minor from "dev"
1203
1204* Mon Jun  6 2005 Peter Jones <pjones@redhat.com> - 4.2.16-1
1205- Add a patch from Jeff Layton to remove files from the initramfs
1206  before executing the new init.  (slightly modified, #153069)
1207
1208* Tue May 17 2005 Peter Jones <pjones@redhat.com> - 4.2.15-1
1209- Better init argument handling (don't mess up with serial console)
1210
1211* Tue May 10 2005 Peter Jones <pjones@redhat.com> - 4.2.14-1
1212- Better init argument handling (no uninitialized args)
1213
1214* Fri May  6 2005 Peter Jones <pjones@redhat.com> - 4.2.13-1
1215- allow for lvm VGs to be in the /dev/mapper/$VG-$LV format (#154767)
1216
1217* Wed May  4 2005 Peter Jones <pjones@redhat.com> - 4.2.12-1
1218- Don't copy "console=" arguments from /proc/cmdline to init
1219
1220* Wed May  4 2005 Peter Jones <pjones@redhat.com> - 4.2.11-1
1221- don't copy "rw" option into the initrd; use "ro" instead if it's
1222  the only option.
1223- Don't print "unmounting old ..." messages in nash if we're set to quiet
1224
1225* Tue May  3 2005 Peter Jones <pjones@redhat.com> - 4.2.10-1
1226- set umask explicitly
1227
1228* Tue Apr 26 2005 Peter Jones <pjones@redhat.com> - 4.2.9-1
1229- invoke bash with "--norc" (#155986)
1230- use binary udevstart.static, not a symlink
1231- print exit status in nash when programs return an error
1232
1233* Tue Apr  5 2005 Peter Jones <pjones@redhat.com> - 4.2.8-1
1234- Don't consolidate duplicates in "--args" (#147222)
1235
1236* Wed Mar 30 2005 Peter Jones <pjones@redhat.com> - 4.2.7-1
1237- unmount what filesystems we can from the initramfs
1238- close appropriate files before spawning init
1239
1240* Wed Mar 23 2005 Peter Jones <pjones@redhat.com> - 4.2.6-1
1241- work correctly with "set -o noclobber"
1242- wait longer after modprobe of usb-storage
1243- fix a wrong error output file
1244
1245* Tue Mar 22 2005 Peter Jones <pjones@redhat.com> - 4.2.5-1
1246- handle mount-by-uuid for root correctly (##148756)
1247
1248* Thu Mar 17 2005 Peter Jones <pjones@redhat.com> - 4.2.4-1
1249- don't do vgmknodes at all for lvm
1250
1251* Tue Mar 15 2005 Peter Jones <pjones@redhat.com> - 4.2.3-1
1252- use --ignorelockingfailure with lvm commands in the initrd, and only
1253  activate the volume / is on.  (#151172)
1254
1255* Tue Mar 15 2005 Peter Jones <pjones@redhat.com> - 4.2.2-1
1256- Fix accidental formatting of data in grub.conf (#151118,
1257  from proski@gnu.org)
1258
1259* Tue Mar  1 2005 Peter Jones <pjones@redhat.com> - 4.2.1-1
1260- typo fixes
1261- one missed gcc4 fix
1262
1263* Tue Mar  1 2005 Peter Jones <pjones@redhat.com> - 4.2.0.4-1
1264- fix gcc4 warnings/errors
1265- use -D_FORTIFY_SOURCE=2 wherever we don't use RPM_OPT_FLAGS
1266
1267* Fri Jan 21 2005 Peter Jones <pjones@redhat.com> - 4.2.0.3-1
1268- Make nash expand environment variables on command lines (#144474)
1269- Make nash check pids returned from wait*() (#145660)
1270
1271* Fri Jan 21 2005 Peter Jones <pjones@redhat.com> - 4.2.0.2-1
1272- Make getArg return NULL on cmd=NULL, fixing #144472 .  Based on a
1273  patch from Kasper Dupont.
1274
1275* Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com> - 4.2.0.1-1
1276- fix grubby tests to run on systems with /boot = /
1277
1278* Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com> - 4.2.0-1
1279- grubby: add multiboot support for xen0
1280- new-kernel-pkg: likewise
1281
1282* Mon Dec 20 2004 Jeremy Katz <katzj@redhat.com> - 4.1.20-1
1283- grubby: fix mac yaboot.conf updating if magicboot line is present
1284
1285* Mon Nov 22 2004 Jeremy Katz <katzj@redhat.com> - 4.1.19-1
1286- remove use of dietlibc for nash
1287
1288* Wed Nov  3 2004 Jeremy Katz <katzj@redhat.com>
1289- handle machines with lots of disks in /proc/partitions (#137816)
1290
1291* Sun Oct 24 2004 Jeremy Katz <katzj@redhat.com>
1292- require cpio (#136814)
1293
1294* Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 4.1.18-1
1295- fix UPDATEDEFAULT with new-kernel-pkg (#135997)
1296
1297* Fri Oct 15 2004 Jeremy Katz <katzj@redhat.com> - 4.1.17-1
1298- run udevstart again instead of sleeping, this will ensure all
1299  devices are created in all cases after modules have been
1300  loaded (thanks to notting)
1301
1302* Fri Oct 15 2004 Jeremy Katz <katzj@redhat.com> - 4.1.16-1
1303- mkinitrd: Sleep briefly to let udev finish creating devices
1304
1305* Wed Oct 13 2004 Jeremy Katz <katzj@redhat.com> - 4.1.15-1
1306- new-kernel-pkg: set new kernels as default (#135161) when
1307  a) /etc/sysconfig/kernel contains UPDATEDEFAULT=yes
1308  b) --package foo is passed in and foo matches DEFAULTKERNEL
1309     in /etc/sysconfig/kernel
1310
1311* Thu Sep 30 2004 Jeremy Katz <katzj@redhat.com> - 4.1.14-1
1312- support changing root on the kernel command line with lvm (#133236)
1313
1314* Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 4.1.12-1
1315- update to work with udev 032, conflict with old udev
1316- if udev is present, use it.  trying to avoid the use of udev if it's
1317  installed is the road to things not working
1318
1319* Fri Sep 10 2004 Jeremy Katz <katzj@redhat.com> - 4.1.11-1
1320- more fixing
1321
1322* Wed Sep  8 2004 Jeremy Katz <katzj@redhat.com> - 4.1.10-1
1323- mkinitrd: mount tmpfs with the right permissions
1324
1325* Tue Aug 31 2004 Jeremy Katz <katzj@redhat.com> - 4.1.9-1
1326- mkinitrd: use tmpfs instead of ramfs for udev stuff
1327
1328* Fri Aug 27 2004 Jeremy Katz <katzj@redhat.com> - 4.1.8-1
1329- nash: and the hack to fix ppc broke other arches, conditionalize it (#130928)
1330
1331* Wed Aug 25 2004 Jeremy Katz <katzj@redhat.com> - 4.1.6-1
1332- nash: fix another off by one (#130987)
1333- nash: hack to fix ppc booting (#130928)
1334
1335* Tue Aug 25 2004 Karsten Hopp <karsten@redhat.com> - 4.1.5-1
1336- fix zfcp handling
1337
1338* Tue Aug 24 2004 Jeremy Katz <katzj@redhat.com> - 4.1.4-1
1339- nash: create raid device if needed (think udev) before calling
1340  the raidautorun ioctl (#130561)
1341
1342* Tue Aug 24 2004 Jeremy Katz <katzj@redhat.com> - 4.1.3-1
1343- nash: make echo behavior consistent with other shells
1344- more fixes from Steve Grubb (#129673)
1345
1346* Mon Aug 23 2004 Karsten Hopp <karsten@redhat.de> 4.1.2-1
1347- mkinitrd: add support for zfcp devices (mainframe)
1348
1349* Thu Aug 19 2004 Jeremy Katz <katzj@redhat.com> - 4.1.1-1
1350- don't remove lost+found (#130327)
1351- don't try to mount/umount /sys on 2.4 (#130298)
1352
1353* Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 4.1.0-1
1354- mkinitrd: if using udev for the initrd, set things up appropriately
1355  (based on patches from Harald Hoyer and Thomas Woerner)
1356- nash: support for echo -n
1357- nash: better error message on exec failures
1358- nash: exec udev if we're called as a hotplug handler
1359
1360* Mon Aug 16 2004 Jeremy Katz <katzj@redhat.com> - 4.0.6-1
1361- various fixes from a code review by Steve Grubb which should fix
1362  some of the lingering problems (#129673)
1363- nash: warning fix from Michal Jaegermann (#129673)
1364- grubby: removal with (hd0,0)
1365
1366* Thu Aug 12 2004 Jeremy Katz <katzj@redhat.com> - 4.0.5-1
1367- nash: oops, let's try that again
1368
1369* Wed Aug 11 2004 Jeremy Katz <katzj@redhat.com> - 4.0.4-1
1370- nash: fix mounting by label in some cases (tracked down by
1371  Erik Jacobson, #129581, #129673, #129667, #129635)
1372
1373* Tue Aug 10 2004 Jeremy Katz <katzj@redhat.com>  4.0.3-1
1374- grubby: more (hd0,0) support (#125156)
1375- mkinitrd.8: update manpage (#129585)
1376- nash: fix some warnings
1377
1378* Wed Aug  4 2004 Jeremy Katz <katzj@redhat.com> 4.0.2-1
1379- nash: support bind mounting
1380- grubby: support the (hd0,0)/path syntax for kernels and initrds in
1381  grub.conf (#114758, #125156, #120906)
1382
1383* Wed Aug  4 2004 Jeremy Katz <katzj@redhat.com> - 4.0.1-1
1384- improve handling of arguments to init with initramfs (#129057)
1385
1386* Mon Aug  2 2004 Jeremy Katz <katzj@redhat.com> - 4.0.0-1
1387- create an initramfs on 2.6 kernels instead of an initrd
1388- use new mount magic instead of pivot_root
1389  on 2.6 kernels
1390- try to handle the case of modules going away on kernel upgrades a
1391  little bit more nicely (#123994)
1392- avoid over-zealous creation of /dev/mapper/control (#127115)
1393- improve nash(8) manpage (#127413)
1394
1395* Fri Jun 18 2004 Jeremy Katz <katzj@redhat.com> - 3.5.24-1
1396- fix usb-storage detection with 2.6 (#126309)
1397
1398* Tue May 18 2004 Jeremy Katz <katzj@redhat.com> - 3.5.23-1
1399- add support for RAID6
1400
1401* Wed May 12 2004 Jeremy Katz <katzj@redhat.com>
1402- add support for multipath personality from Tom Callaway (#120379)
1403
1404* Thu May  6 2004 Jeremy Katz <katzj@redhat.com> - 3.5.22-1
1405- bump initrd size (#122325)
1406
1407* Wed Apr 14 2004 Jeremy Katz <katzj@redhat.com> - 3.5.21-1
1408- new-kernel-package: add patch from Ryan Tilder to allow setting new
1409  kernel as default (#117605)
1410- mkinitrd: i2o_pci isn't in 2.6 (#120827)
1411- new-kernel-pkg: conditionalize kernel binary name for 2.6 vs 2.4
1412  on ppc/ppc64 (as it's vmlinuz in 2.6 instead of the
1413  vmlinux from 2.4) (#120868)
1414
1415* Tue Apr 13 2004 Jeremy Katz <katzj@redhat.com> - 3.5.20-1
1416- mkinitrd: minor regex fix for some kernel names (#120624)
1417
1418* Mon Feb  9 2004 Jeremy Katz <katzj@redhat.com> - 3.5.19-1
1419- nash/mkinitrd: quiet mode for nash and necessary mkinitrd changes
1420  to work with it
1421- mkinitrd: add lxo's patch for copying lvm.conf (#112099)
1422- new-kernel-pkg: allow specifying the banner used in the boot loader config
1423  on the command line (#114809)
1424
1425* Tue Jan 13 2004 Jeremy Katz <katzj@redhat.com>
1426- mkinitrd: add patch from Alex Kiernan for modules with multiple
1427  deps in 2.6 (#113306)
1428
1429* Thu Jan  8 2004 Jeremy Katz <katzj@redhat.com> 3.5.18-1
1430- new-kernel-pkg: add a --kernel-arguments option (#113125)
1431
1432* Tue Jan  6 2004 Jeremy Katz <katzj@redhat.com>
1433- fix ybin path (#112939)
1434
1435* Sun Jan  4 2004 Jeremy Katz <katzj@redhat.com> 3.5.17-1
1436- mkinitrd: handle multiple spaces in modules.conf (from Lubomir Bulej)
1437- nash: rebuild against new dietlibc fixing problems with root=LABEL= (#112623)
1438- mkinitrd: determine kernel version and adjust modulefile appropriately
1439  so that we look at /etc/modprobe.conf for 2.6 kernels
1440- mkinitrd: first pass at getting lvm working on 2.4 -> 2.6 upgrade
1441
1442* Wed Dec 24 2003 Jeremy Katz <katzj@redhat.com>
1443- mkinitrd: quiet strip by default
1444
1445* Mon Dec 22 2003 Jeremy Katz <katzj@redhat.com> 3.5.16.1-1
1446- make stripping less aggressive
1447
1448* Mon Dec 22 2003 Jeremy Katz <katzj@redhat.com> 3.5.16-1
1449- fixing handling of non-lvm case when /dev/mapper/control isn't present
1450- add patch from Al Viro to get root dev in numeric form by grokking sysfs
1451
1452* Tue Dec  9 2003 Jeremy Katz <katzj@redhat.com>
1453- strip modules if /usr/bin/strip exists (#111756)
1454
1455* Fri Dec  5 2003 Jeremy Katz <katzj@redhat.com> 3.5.15-2
1456- require lvm2 so that it gets installed early enough
1457
1458* Fri Dec  5 2003 Jeremy Katz <katzj@redhat.com> 3.5.15-1
1459- mkinitrd: add support for lvm2 (note: will not currently handle being
1460  on a running 2.4 kernel and installing 2.6 with lvm rootfs)
1461
1462* Wed Dec  3 2003 Jeremy Katz <katzj@redhat.com>
1463- nash: add mkdmnod for creating the device-mapper control node
1464
1465* Thu Oct  2 2003 Jeremy Katz <katzj@redhat.com> 3.5.14-1
1466- fix dependency on /usr/bin/tail and /usr/bin/id
1467
1468* Tue Sep 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1469- remove one more mktemp dir for "all loopback devices in use" case
1470
1471* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 3.5.13-1
1472- fix getting modules from /lib/modules/$(uname -r)/updates
1473
1474* Mon Sep 22 2003 Jeremy Katz <katzj@redhat.com> 3.5.12-1
1475- argument checking and usage for /sbin/installkernel  (#103109)
1476
1477* Wed Sep  3 2003 Jeremy Katz <katzj@redhat.com> 3.5.11-1
1478- really only do grub configs on grub arches
1479- some usb mkinitrd fixes
1480
1481* Fri Aug 29 2003 Jeremy Katz <katzj@redhat.com> 3.5.10-1
1482- clean up bogus warning in installkernel
1483- only try to do grub configs on arches which support grub (#103261)
1484
1485* Thu Aug  7 2003 Matt Wilson <msw@redhat.com> 3.5.9-1
1486- add \n to error messages in grubby
1487- NUL terminate buffer returned from readlink properly
1488- symlinks are most likely relative, chdir to / before trying to
1489  follow them
1490- yaboot needs boot prefix
1491- silo needs boot prefix too
1492
1493* Wed Jul 30 2003 Jeremy Katz <katzj@redhat.com>
1494- grubby: don't segfault on label=\n (reported by dburcaw)
1495
1496* Thu Jul 24 2003 Jeremy Katz <katzj@redhat.com>
1497- grubby: patch from zaitcev for uninitialized variable that can get
1498  hit in the zipl case
1499
1500* Mon Jul 21 2003 Jeremy Katz <katzj@redhat.com> 3.5.8-1
1501- bump initrd size (#99525)
1502
1503* Wed Jul  9 2003 Jeremy Katz <katzj@redhat.com> 3.5.7-1
1504- pick modules from /lib/modules/$(uname -r)/updates first
1505- be less confused by more than one module of a name
1506
1507* Wed Jun 25 2003 Jeremy Katz <katzj@redhat.com> 3.5.6-1
1508- unbreak reading module options from modules.conf again (#97982)
1509
1510* Fri Jun 20 2003 Bill Nottingham <notting@redhat.com> 3.5.5-1
1511- fix modules.dep usage for 2.5/2.6
1512
1513* Fri Jun 20 2003 Jeremy Katz <katzj@redhat.com> 3.5.4-1
1514- handle more bizarre modules.conf constructs (notting)
1515
1516* Thu Jun 12 2003 Jeremy Katz <katzj@redhat.com> 3.5.3-1
1517- mkinitrd: fix copying of pvs (#97314, #97289)
1518- mkinitrd: use pvscan instead of lvmdiskscan to find PVs to work
1519  better on other arches
1520- mkinitrd: better check for dasd existence
1521- mkinitrd: make certain lvm-mod is included if root on lvm
1522
1523* Wed Jun 11 2003 Jeremy Katz <katzj@redhat.com> 3.5.2-1
1524- mkinitrd: revert use of modprobe -c.  it breaks in the installer when we
1525  don't have a modules.dep for the BOOT kernel
1526- nash: return pivot_root call correctly (#97753)
1527
1528* Wed Jun 11 2003 Jeremy Katz <katzj@redhat.com> 3.5.1-1
1529- nash: fix syscall bits with gcc 3.3 on s390
1530- new-kernel-pkg: do depmod before mkinitrd (#97218)
1531
1532* Tue Jun 10 2003 Jeremy Katz <katzj@redhat.com> 3.5.0-1
1533- mkinitrd: add patch from gc@mandrakesoft.com to determine module
1534  deps from modules.dep (#87873)
1535- tweak patch to not break weird cases where module deps aren't all
1536  you need :/
1537- grubby: don't remove the last kernel (#60041)
1538- mkinitrd: use modprobe -c to find module options (#89794)
1539
1540* Tue May 20 2003 Matt Wilson <msw@redhat.com> 3.4.52-1
1541- use addSystemMap to build the image for iSeries (#91187)
1542
1543* Fri May 16 2003 Jeremy Katz <katzj@redhat.com> 3.4.51-1
1544- grubby: error out gracefully if we run out of space (#85424)
1545- mkinitrd: copy parent dirs for pvs (#88962)
1546- mkinitrd: exit with an exit status if tar fails (#90123)
1547- new-kernel-pkg: only use the first entry for / (#90155)
1548- grubby: fix a buffer overflow  (#90444)
1549
1550* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 3.4.50-1
1551- fix typo in new-kernel-pkg for iSeries
1552
1553* Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com>
1554- BuildRequires: popt
1555- Change grubby Makefile to static-link popt a bit more cleanly
1556
1557* Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 3.4.49.1-1
1558- use Arjan's suggestion of vmlinitrd for the kernel + initrd combo file
1559
1560* Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 3.4.49-2
1561- fix description referencing /etc/conf.modules (#89558)
1562
1563* Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 3.4.49-2
1564- require ppc64-utils on ppc
1565
1566* Fri Apr 18 2003 Jeremy Katz <katzj@redhat.com> 3.4.49-1
1567- new-kernel-pkg: on iSeries, we don't have a boot loader, just make the
1568  kernel + initrd combo file (/boot/vmlinux-version.img)
1569
1570* Mon Apr 07 2003 Karsten Hopp <karsten@redhat.com> 3.4.48-1
1571- Fix segfault on mainframe
1572
1573* Wed Mar 26 2003 Jeremy Katz <katzj@redhat.com> 3.4.47-1
1574- mkinitrd: fix using options for loading modules
1575- mkinitrd: don't use kernel parameters for dasd at mkinitrd time,
1576  use what's in modules.conf
1577
1578* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 3.4.46-1
1579- new-kernel-pkg: add necessary bits for s390, some logic cleanups
1580- grubby: fix root detection for s390{,x}
1581
1582* Sun Mar 23 2003 Jeremy Katz <katzj@redhat.com> 3.4.45-1
1583- grubby: add silo support (sparc)
1584- grubby: add zipl support (s390{,x})
1585- add grubby test cases for zipl support
1586
1587* Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 3.4.44.1-1
1588- fix dasd option reading
1589
1590* Fri Mar 14 2003 Phil Knirsch <pknirsch@redhat.com> 3.4.44
1591- Added automatic dasd= parameters for kernel parameter on s390(x).
1592
1593* Tue Mar  4 2003 Jeremy Katz <katzj@redhat.com> 3.4.43-1
1594- apply ppc patches for new-kernel-pkg and installkernel from Dan
1595  Burcaw <dburcaw@terrasoftsolutions.com>
1596- man page tweak (#85471)
1597
1598* Tue Feb 18 2003 Jeremy Katz <katzj@redhat.com> 3.4.42-1
1599- grubby: fix segfault from uninitialized variable (#84128)
1600
1601* Tue Feb 11 2003 Jeremy Katz <katzj@redhat.com> 3.4.41-1
1602- nash: add readlink
1603- use readlink for rootdev to handle symlinks to root devs (#83391)
1604
1605* Tue Feb  4 2003 Jeremy Katz <katzj@redhat.com> 3.4.40-1
1606- fix i2o module ordering (#83447)
1607- ifarch'd build requires of dietlibc now that the build system has a way to
1608  handle these
1609
1610* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1611- change one test from a number to a string test that could otherwise
1612  fail in not properly setup chroot environments
1613
1614* Fri Jan 31 2003 <ewt@redhat.com>
1615- added support for yaboot
1616- test script runs tests for all platforms
1617- separated elilo configuration from lilo mode, allowing elilo specific
1618  tests to be run on any platform
1619
1620* Sun Jan 26 2003 <ewt@redhat.com>
1621- grubby now shortens lilo titles to ensure they are less then 16 characters
1622  long (76236)
1623- mkinitrd would only turn on /dev/md0 if raid was needed; now it enables
1624  all raid devices listed in /proc/mdstat (82209)
1625- use product name from /etc/redhat-release to generate label in grub.conf
1626  (82352)
1627
1628* Mon Jan 20 2003 Bill Nottingham <notting@redhat.com> 3.4.36-1
1629- don't error out running awk on /proc/mdstat if /proc/mdstat isn't
1630  there
1631
1632* Tue Jan 14 2003 <ewt@redhat.com>
1633- all mkdev() actions will create directories as needed (some code in
1634  mkdevices is now obsolete; I'll remove it later) (#73317)
1635- added mkdev command to test the above
1636- support diratime/nodiratime mount options (#78738)
1637- grubby will follow symlinks when writing new config file (#78713)
1638- don't depend on raidtab, use /proc/mdstat instead (#80424) this covers
1639  both mkinitrd and grubby
1640
1641* Sun Jan  5 2003 Jeremy Katz <katzj@redhat.com> 3.4.34-1
1642- grubby: fix segfault finding default if default doesn't have a root= (#66000)
1643- don't include usb modules by default.  pass --with-usb to get usb modules
1644- make sure kudzu exists before trying to exec it
1645- handle multiple scsi hosts being present (#77422)
1646- add /usr/sbin to default path (#79581)
1647- fix using --builtin= (#80448)
1648- grubby: preserve the mode on config files (#80776)
1649
1650* Mon Dec 16 2002 Jeremy Katz <katzj@redhat.com>
1651- errno fixes
1652
1653* Tue Dec 03 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1654- /sbin/new-kernel-pkg: fix a test to have correct ""
1655
1656* Fri Nov 22 2002 Jeremy Katz <katzj@redhat.com>
1657- mkinitrd: more gzipped module fixes
1658
1659* Thu Nov 21 2002 Jeremy Katz <katzj@redhat.com>
1660- mkinitrd: add support for finding gzipped modules
1661- mkinitrd: don't be noisy if we don't have lvm-mod loaded
1662
1663* Wed Nov  6 2002 Jeremy Katz <katzj@redhat.com>
1664- grubby: don't bail when looking for root in appends of lilo-style configs
1665- include grubby on x86_64
1666
1667* Thu Sep 26 2002 Nalin Dahyabhai <nalin@redhat.com>
1668- fix some syntax errors
1669- use grep's -q flag to save a redirect in places where we're not redirecting
1670  stderr
1671
1672* Thu Sep  5 2002 Jeremy Katz <katzj@redhat.com>
1673- grubby could segfault by going into its lilo checking if it couldn't find
1674  a default to copy (default had no root= and --bad-image-okay wasn't
1675  being used)
1676
1677* Mon Sep  2 2002 Jeremy Katz <katzj@redhat.com>
1678- nash: create directories if needed in mkdevices command (#73090)
1679- grubby: handle lilo case of non-linux default (#72202)
1680
1681* Sat Aug 31 2002 Jeremy Katz <katzj@redhat.com>
1682- grubby: fix for case like 'append = " hdc=ide-scsi "' (#68802)
1683
1684* Fri Aug 30 2002 Bill Nottingham <notting@redhat.com>
1685- fix firewire stuff (#72916)
1686
1687* Fri Aug 23 2002 Bill Nottingham <notting@redhat.com>
1688- fix mpt fusion stuff
1689
1690* Tue Aug 13 2002 Jeremy Katz <katzj@redhat.com>
1691- /boot/efi/redhat -> /boot/efi/EFI/redhat on ia64
1692
1693* Sun Aug 11 2002 Jeremy Katz <katzj@redhat.com>
1694- fix grubby to work correctly on ia64
1695
1696* Thu Aug 08 2002 Michael Fulbright <msf@redhat.com>
1697- added sleep command to nash and fixed creating initrd with / or /boot on usb
1698
1699* Tue Jul 30 2002 Jeremy Katz <katzj@redhat.com>
1700- grubby: adding kernels to lilo.conf when not using root=LABEL will work
1701  now too
1702
1703* Fri Jul 26 2002 Erik Troan <ewt@redhat.com>
1704- didn't close /proc/partitions in mkdevices
1705
1706* Thu Jul 25 2002 Jeremy Katz <katzj@redhat.com>
1707- grubby: fix adding kernels to lilo when using root=LABEL
1708
1709* Wed Jul 24 2002 Erik Troan <ewt@redhat.com>
1710- added and used mkdevices command (68959)
1711
1712* Wed Jul 17 2002 Erik Troan <ewt@redhat.com>
1713- do proper probing to check root=LABEL
1714- --bootloader-probe didn't support /etc/sysconfig/grub
1715
1716* Fri Jul 12 2002 Erik Troan <ewt@redhat.com>
1717- don't sanity check root=LABEL right now; probing might make sense?
1718
1719* Wed Jul 10 2002 Erik Troan <ewt@redhat.com>
1720- --ifneeded is obsolete; we always need initrds
1721- grubby lets you specify multiple indexes for --info
1722- grubby lets you select kernels by title
1723- added showlabels to nash
1724- new-kernel-pkg sets the root device from /etc/fstab rather then inheriting it
1725- new-kernel-pkg removes all entries w/ a duplicate label (67459)
1726
1727* Mon Jul 08 2002 Erik Troan <ewt@redhat.com>
1728- usb root device code could fail, causing no initrd to be made
1729
1730* Thu Jun 27 2002 Erik Troan <ewt@redhat.com>
1731- grubby didn't add new kernels properly
1732
1733* Thu Jun 27 2002 Erik Troan <ewt@redhat.com>
1734- support root on usb devices
1735
1736* Wed Jun 26 2002 Erik Troan <ewt@redhat.com>
1737- other= in lilo.conf wasn't being parsed out properly
1738
1739* Mon Jun 24 2002 Erik Troan <ewt@redhat.com>
1740- changed --add-kernel implementation so that --args gets handled properly
1741
1742* Sun Jun 23 2002 Erik Troan <ewt@redhat.com>
1743- added loadinitrd (used by mkbootdisk) on ia32 and sparc
1744- modules "off" and "null" should be ignored (67086)
1745- mkrootdev looks for root=LABEL=/ in /proc/cmdline, so root by label
1746  works again (fully determined by root= kernel parameter)
1747- added --update-kernel and --remove-args arguments to grubby
1748- kernel specification of ALL supported by grubby
1749- DEFAULT accepted much more consistently
1750- grubby --info displays info on all kernels specified, not just the first
1751- ext3 need mbcache now (67354)
1752- grubby allows config file entry numbers to be used as kernel paths
1753- support /etc/sysconfig/grub.conf
1754- display lba info from lilo.conf file in --info
1755
1756* Thu Jun 13 2002 Jeremy Katz <katzj@redhat.com>
1757- don't run lilo twice on kernel removal in new-kernel-pkg
1758- don't run grubby to add/remove kernels from new-kernel-pkg if
1759  bootloader config doesn't
1760
1761* Tue Jun 11 2002 Erik Troan <ewt@redhat.com>
1762- added --bootloader-probe to grubby
1763- wrote a man page for grubby
1764- include grubby on ia64
1765- updated new-kernel-pkg to work with lilo/elilo
1766- added --info=DEFAULT option
1767
1768* Mon Jun 10 2002 Jeremy Katz <katzj@redhat.com>
1769- start raid before lvm so that you can have root on lvm on raid (#66175)
1770
1771* Tue Jun 04 2002 Erik Troan <ewt@redhat.com>
1772- failed to initialize a variable in grubby
1773
1774* Fri May 31 2002 Erik Troan <ewt@redhat.com>
1775- added --grub option so grub tests could run on ia64
1776- added some basic tests of lilo default directive handling
1777
1778* Wed May 29 2002 Jeremy Katz <katzj@redhat.com>
1779- require lvm
1780
1781* Tue May 28 2002 Bill Nottingham <notting@redhat.com>
1782- fix umounting of /initrd when pivoting
1783
1784* Tue May 28 2002 Erik Troan <ewt@redhat.com>
1785- marked /sbin/installkernel as %config (53006)
1786- run make test during build
1787
1788* Wed May 22 2002 Erik Troan <ewt@redhat.com>
1789- added --nopivot (53679)
1790- honor INSTALL_PATH in installkernel (32833)
1791- installkernel versions old kernels as well (52756)
1792- lilo support added to grubby
1793
1794* Tue May 21 2002 Erik Troan <ewt@redhat.com>
1795- cleaned up usage message
1796- added --omit-lvm-modules to man page
1797- added --builtin option (65250)
1798- skip comments in fstab (65249)
1799- added findlodev to nash, use that to pick block device (63421)
1800- support -o option in nash's mount (59185)
1801- look for xfs_dmapi (60066)
1802- added > support for executed commands (61180)
1803- grubby copies permissions from old config file (59227)
1804- use options from fstab for root filesystem (56071)
1805- try and be better about returning nonzero on error (60203)
1806- make modprobe symlink properly to avoid kernel message (62145)
1807- support linear raid (12775)
1808- support fallback option in grub config (54794)
1809- comments in template entries not handled quite right (65198)
1810
1811* Sat Apr 20 2002 Erik Troan <ewt@redhat.com>
1812- grubby does a better job of not adding superfluous default= lines
1813
1814* Wed Apr 17 2002 Erik Troan <ewt@redhat.com>
1815- preload works again
1816
1817* Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com>
1818- revert to not mounting by label
1819
1820* Fri Apr  5 2002 Jeremy Katz <katzj@redhat.com>
1821- include pbrown's changes to load parport_pc when needing ppa.o (#35360)
1822
1823* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
1824- fix redirection bug (#62623)
1825- create proper link of /sbin->/bin in initrd (#62199)
1826
1827* Thu Mar 28 2002 Jeremy Katz <katzj@redhat.com>
1828- prereq dev package so that we always have the dev package before we get run
1829
1830* Fri Mar 22 2002 Jeremy Katz <katzj@redhat.com>
1831- duh, that won't work.  fix it
1832- don't require lvm tools right now
1833
1834* Thu Mar 21 2002 Jeremy Katz <katzj@redhat.com>
1835- fix nash to create directories for devices like cciss and ida
1836
1837* Tue Feb  5 2002 Bill Nottingham <notting@redhat.com>
1838- run mkinitrd with -f in new-kernel-pkg
1839- don't run lilo in /sbin/installkernel
1840
1841* Fri Feb  1 2002 Jeremy Katz <katzj@redhat.com>
1842- require lvm
1843
1844* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
1845- clean up warnings for when /proc isn't mounted
1846
1847* Tue Jan 29 2002 Jeremy Katz <katzj@redhat.com>
1848- fix probing for LVM usage to require a volume group to exist before adding
1849  the module
1850- --omit-lvm-modules will omit LVM modules
1851- add support for root device being LVM
1852
1853* Wed Jan 16 2002 Erik Troan <ewt@redhat.com>
1854- look for a non /tmpfs directory
1855- added support for xfs
1856- use with raid md.o if it exists
1857- fixed bug in echo
1858- use find form nash rather then /usr (mkinitrd shouldn't need /usr
1859  mounted)
1860
1861* Fri Jan 11 2002 Erik Troan <ewt@redhat.com>
1862- added support for mounting root filesystem by label
1863- switched to dietlibc from minilibc
1864- fix so --preload= works [33675,57560,44377]
1865- added info on --image-version and --nocompress to man page [57560]
1866- set fileystem check interval to 0 in case the system clock
1867  is borked [51454]
1868- give a proper error when run by a user other then root [27218,53159]
1869- grubby statically linked against popt [55305]
1870- cleaned up verbose output a bit [21791]
1871
1872* Tue Dec 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
1873- Add LVM module when LVM is used
1874
1875* Wed Sep  5 2001 Jeremy Katz <katzj@redhat.com>
1876- grubby shouldn't blow away default=saved lines (#52981)
1877
1878* Fri Aug 31 2001 Jeremy Katz <katzj@redhat.com>
1879- fix new-kernel-pkg --mkinitrd for ia64
1880
1881* Thu Aug 30 2001 Erik Troan <ewt@redhat.com>
1882- fixed bug handling invalid default (MF #52889)
1883- in some cases we would set the default to point at a removed image
1884
1885* Wed Aug 29 2001 Erik Troan <ewt@redhat.com>
1886- minor grubby fixes
1887
1888* Tue Aug 28 2001 Jeremy Katz <katzj@redhat.com>
1889- let new-kernel-pkg be able to do more (initrds, modules.*)
1890- include grubby only on x86
1891
1892* Mon Aug 27 2001 Jeremy Katz <katzj@redhat.com>
1893- more grubby fixups for having a /boot
1894- added new-kernel-pkg
1895
1896* Sun Aug 26 2001 Erik Troan <ewt@redhat.com>
1897- added grubby
1898- added installkernel
1899
1900* Fri Aug  3 2001 Matt Wilson <msw@redhat.com>
1901- make consoles with the correct minor numbers
1902- applied patch from hjl to fix fstab parsing (#50819)
1903
1904* Fri Jul 20 2001 Jeremy Katz <katzj@redhat.com>
1905- skip errors finding jbd as a module if we're skipping them trying to find
1906  ext3 so that you can build a kernel with ext3 built-in and still use an
1907  initrd
1908
1909* Wed Jul 11 2001 Bill Nottingham <notting@redhat.com>
1910- don't print errors if /etc/raidtab doesn't exist
1911- or /etc/{modules.conf,conf.modules}, for that matter
1912
1913* Fri Jul  6 2001 Matt Wilson <msw@redhat.com>
1914- don't dig through /etc/fstab to find out if we have a filesystem on
1915  a RAID device, it's usually mounted by label so /dev/mdN isn't there
1916  at all (#46525)
1917
1918* Tue Jun 26 2001 Bill Nottingham <notting@redhat.com>
1919- require filesystem >= 2.1.0, otherwise we don't boot
1920
1921* Thu Jun 21 2001 Erik Troan <ewt@redhat.com>
1922- added a bunch of commands to nash
1923- use pivot_root
1924- support ext3
1925
1926* Fri Jun 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1927- delete the exclusivearch line completely
1928
1929* Fri Mar 23 2001 Matt Wilson <msw@redhat.com>
1930- reset the state of findmodule after getting the modules we need
1931
1932* Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
1933- changed the Requires on mktemp from >= 1.5 to >= 1.5-5 (which included
1934  -d support) (#30127)
1935
1936* Fri Feb 23 2001 Erik Troan <ewt@redhat.com>
1937- let nash be invoked as modprobe to avoid a modprobe failure to exec
1938- nash will try to run arbitrary commands now (removing insmod as a special
1939  case)
1940
1941* Mon Feb 12 2001 Matt Wilson <msw@redhat.com>
1942- add findutils to Requires line (#27269)
1943
1944* Thu Feb  8 2001 Matt Wilson <msw@redhat.com>
1945- added checks to load the modules i2o_block needs
1946
1947* Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
1948- fix utterly broken build
1949
1950* Wed Jan 31 2001 Helge Deller <hdeller@redhat.com>
1951- added mandir to nash Makefile (RH 6.x compatibility)
1952
1953* Tue Jan 30 2001 Erik Troan <ewt@redhat.com>
1954- added dependency on mktemp
1955
1956* Thu Jan 25 2001 Erik Troan <ewt@redhat.com>
1957- we need to insert xor.o before raid5.o
1958
1959* Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
1960- code in RAID_AUTORUN ioctl fallback
1961- fixed raidstart check flag from -z to -n
1962
1963* Tue Jan 23 2001 Erik Troan <ewt@redhat.com>
1964- switched to using nash from sash
1965
1966* Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
1967- added patch from twaugh to avoid blindly adding scsi_mod
1968  and sd_mod to initrd if they are not needed (#24114)
1969
1970* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1971- Enlarge initrds, needed for systems with both IDE and SCSI
1972  (Bug #23846)
1973- Version 2.[6789] probably shouldn't identify itself as 2.6
1974  with --version. ;)
1975- bzip2 source
1976
1977* Wed Dec 20 2000 Erik Troan <ewt@redhat.com>
1978- let the kernel autoload ide-cd
1979
1980* Fri Dec 08 2000 Erik Troan <ewt@redhat.com>
1981- added modular ide support
1982
1983* Wed Aug 30 2000 Nalin Dahyabhai <nalin@redhat.com>
1984- use mktemp to create temporary files and directories
1985
1986* Sat Aug 05 2000 Erik Troan <ewt@redhat.com>
1987- changes from Keith Owens for 2.4
1988
1989* Tue Jul  4 2000 Matt Wilson <msw@redhat.com>
1990- build on alpha
1991
1992* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
1993- ignore 'unknown' aliases (they shouldn't be there anyways)
1994
1995* Thu Jun  1 2000 Bill Nottingham <notting@redhat.com>
1996- build on ia64
1997- bump up initrd size on ia64
1998- modules.confiscation, /usr/man -> /usr/share/man
1999
2000* Tue May  2 2000 Nalin Dahyabhai <nalin@redhat.com>
2001- make RPM pick up man page, regardless of compression
2002
2003* Tue Feb 29 2000 Matt Wilson <msw@redhat.com>
2004- add requirement for /sbin/losetup
2005
2006* Mon Feb  7 2000 Matt Wilson <msw@redhat.com>
2007- gzip manpage
2008
2009* Thu Feb  3 2000 Matt Wilson <msw@redhat.com>
2010- gzip manpage
2011
2012* Mon Jan 10 2000 Erik Troan <ewt@redhat.com>
2013- use sash, not ash
2014
2015* Mon Jan  3 2000 Matt Wilson <msw@redhat.com>
2016- use ash.static for /bin/sh, not sash
2017
2018* Sat Jan 1 2000 Erik Troan <ewt@redhat.com>
2019- configure loopback devices
2020
2021* Tue Sep 28 1999 Bill Nottingham <notting@redhat.com>
2022- sparc fixup from jakub
2023
2024* Wed Sep 22 1999 Michael K. Johnson <johnsonm@redhat.com>
2025- fix cleanup (blush!)
2026
2027* Tue Sep 21 1999 Michael K. Johnson <johnsonm@redhat.com>
2028- now works when /usr is not mounted (do not rely on /usr/bin/install)
2029- slight cleanups, better usage message
2030
2031* Thu Jul 29 1999 Michael K. Johnson <johnsonm@redhat.com>
2032- Now automatically includes necessary raid modules
2033- --omit-raid-modules now omits raid modules
2034- tiny doc updates
2035
2036* Thu Jul 29 1999 Bill Nottingham <notting@redhat.com>
2037- updates from bugzila (#4243, #4244)
2038
2039* Sat Mar 27 1999 Matt Wilson <msw@redhat.com>
2040- --omit-scsi-modules now omits all scsi modules
2041- updated documentation
2042- mkinitrd now grabs scsi_hostadapter modules from anywhere -
2043  some RAID controller modules live in block/
2044
2045* Thu Feb 25 1999 Matt Wilson <msw@redhat.com>
2046- updated description
2047
2048* Mon Jan 11 1999 Matt Wilson <msw@redhat.com>
2049- Ignore the absence of scsi modules, include them if they are there, but
2050  don't complain if they are not.
2051- changed --no-scsi-modules to --omit-scsi-modules (as it should have been)
2052
2053* Thu Nov  5 1998 Jeff Johnson <jbj@redhat.com>
2054- import from ultrapenguin 1.1.
2055
2056* Tue Oct 20 1998 Jakub Jelinek <jj@ultra.linux.cz>
2057- fix for combined sparc/sparc64 insmod, also pluto module is really
2058  fc4:soc:pluto and we don't look at deps, so special case it.
2059
2060* Sat Aug 29 1998 Erik Troan <ewt@redhat.com>
2061- replaced --needs-scsi-mods (which is now the default) with
2062  --omit-scsi-mods
2063
2064* Fri Aug  7 1998 Jeff Johnson <jbj@redhat.com>
2065- correct obscure regex/shell interaction (hardwires tabs on line 232)
2066
2067* Mon Jan 12 1998 Erik Troan <ewt@redhat.com>
2068- added 'make archive' rule to Makefile
2069- rewrote install procedure for more robust version handling
2070- be smarter about grabbing options from /etc/conf.modules
2071
2072* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
2073- made it use /bin/ash.static
2074
2075* Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
2076- Only use '-s' to install binaries if /usr/bin/strip is present.
2077- Use an image size of 2500 if binaries can't be stripped (1500 otherwise)
2078- Don't use "mount -o loop" anymore -- losetup the proper devices manually
2079- Requires losetup, e2fsprogs
2080
2081* Wed Mar 12 1997 Michael K. Johnson <johnsonm@redhat.com>
2082- Fixed a bug in parsing options.
2083- Changed to use a build tree, then copy the finished tree into the
2084  image after it is built.
2085- Added patches derived from ones written by Christian Hechelmann which
2086  add an option to put the kernel version number at the end of the module
2087  name and use install -s to strip binaries on the fly.
Note: See TracBrowser for help on using the repository browser.