source: projects/specs/tags/6_0_REL/m/mkinitrd/mkinitrd-vl.spec @ 4351

Revision 4351, 76.2 KB checked in by daisuke, 13 years ago (diff)

mkinitrd:
Patch23: add radeon/nouveau to DRM_WHITELIST
Patch24: add drm drivers for hardware with no currently loaded drm driver
Patch25: do not load KMS driver when booted with nokmsboot or failsage options

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