source: projects/specs/branches/6/m/mkinitrd/mkinitrd-vl.spec @ 6542

Revision 6542, 77.1 KB checked in by daisuke, 12 years ago (diff)

update to 6.0.93-19

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