source: projects/specs/trunk/d/dracut/dracut-vl.spec @ 12005

Revision 12005, 59.1 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

Line 
1%define dracutlibdir %{_prefix}/lib/dracut
2%bcond_without doc
3
4# We ship a .pc file but don't want to have a dep on pkg-config. We
5# strip the automatically generated dep here and instead co-own the
6# directory.
7%global __requires_exclude pkg-config
8
9# Variables must be defined
10%define with_nbd                0
11
12%define dist_free_release 1
13
14Name: dracut
15Version: 049
16Release: %{dist_free_release}%{?_dist_release}
17
18Summary: Initramfs generator using udev
19Group: System Environment/Base
20
21# The entire source code is GPLv2+
22# except install/* which is LGPLv2+
23License: GPLv2+ and LGPLv2+
24
25URL: https://dracut.wiki.kernel.org/
26
27Vendor: Project Vine
28Distribution: Vine Linux
29Packager: tomop
30
31# Source can be generated by
32# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%%{version};sf=tgz
33Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.xz
34Patch1: 0001.patch
35Patch2: 0002.patch
36Patch3: 0003.patch
37Patch4: 0004.patch
38Patch5: 0005.patch
39Patch6: 0006.patch
40Patch7: 0007.patch
41Patch8: 0008.patch
42Patch9: 0009.patch
43Patch10: 0010.patch
44Patch11: 0011.patch
45Patch12: 0012.patch
46Patch13: 0013.patch
47Patch14: 0014.patch
48Patch15: 0015.patch
49Patch16: 0016.patch
50Patch17: 0017.patch
51Patch18: 0018.patch
52Patch19: 0019.patch
53Patch20: 0020.patch
54Patch21: 0021.patch
55Patch22: 0022.patch
56Patch23: 0023.patch
57Patch24: 0024.patch
58
59Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
60
61Source1000: dracut-warpclock.tar.gz
62
63Source2000: vine.conf
64Source2001: vine-module-setup.sh
65Source2002: vine-usb-pre-udev.sh
66
67BuildRequires: bash git
68BuildRequires: kmod-devel >= 15
69
70%if 0%{?fedora} || 0%{?rhel}
71BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
72BuildRequires: pkgconfig
73%endif
74%if 0%{?fedora}
75BuildRequires: bash-completion
76%endif
77
78%if 0%{?suse_version}
79BuildRoot: %{_tmppath}/%{name}-%{version}-build
80%endif
81
82%if %{with doc}
83%if 0%{?fedora} || 0%{?rhel}
84BuildRequires: docbook-style-xsl docbook-dtds libxslt
85%endif
86
87%if 0%{?suse_version}
88-BuildRequires: docbook-xsl-stylesheets libxslt
89%endif
90
91BuildRequires: asciidoc
92%endif
93
94%if 0%{?fedora} > 12 || 0%{?rhel}
95# no "provides", because dracut does not offer
96# all functionality of the obsoleted packages
97Obsoletes: mkinitrd < 6.0.94
98Obsoletes: mkinitrd-devel < 6.0.94
99Obsoletes: nash < 6.0.94
100Obsoletes: libbdevid-python < 6.0.94
101%endif
102
103%if 0%{?fedora} > 16 || 0%{?rhel} > 6
104BuildRequires: systemd-units
105%endif
106
107Obsoletes: dracut-kernel < 005
108Provides:  dracut-kernel = %{version}-%{release}
109
110Obsoletes: dracut < 030
111Obsoletes: dracut-norescue < 030
112Provides:  dracut-norescue = %{version}-%{release}
113
114Requires: bash >= 4
115Requires: coreutils
116Requires: cpio
117Requires: filesystem >= 2.1.0
118Requires: findutils
119Requires: grep
120Requires: kmod
121Requires: sed
122Requires: xz
123Requires: gzip
124
125Recommends: grubby
126Recommends: hardlink
127Recommends: pigz
128Recommends: kpartx
129
130%if 0%{?fedora} || 0%{?rhel} > 6
131Requires: util-linux >= 2.21
132Requires: systemd >= 219
133Requires: systemd-udev >= 219
134Requires: procps-ng
135Conflicts: grubby < 8.23
136Conflicts: initscripts < 8.63-1
137Conflicts: plymouth < 0.8.0-0.2009.29.09.19.1
138Conflicts: bcache-tools < 0-0.14.20130909git
139%else
140Requires: udev > 166
141Requires: util-linux-ng >= 2.21
142%endif
143
144Conflicts: mdadm < 3.2.6-14
145
146%description
147dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
148Unlike existing implementations, dracut does hard-code as little as possible
149into the initramfs. dracut contains various modules which are driven by the
150event-based udev. Having root on MD, DM, LVM2, LUKS is supported as well as
151NFS, iSCSI, NBD, FCoE with the dracut-network package.
152
153%package network
154Summary: dracut modules to build a dracut initramfs with network support
155%if 0%{?_module_build}
156# In the module-build-service, we have pieces of dracut provided by different
157# modules ("base-runtime" provides most functionality, but we need
158# dracut-network in "installer". Since these two modules build with separate
159# dist-tags, we need to reduce this strict requirement to ignore the dist-tag.
160Requires: %{name} >= %{version}-%{dist_free_release}
161%else
162Requires: %{name} = %{version}-%{release}
163%endif
164Requires: iputils
165Requires: iproute
166Requires: dhclient
167Obsoletes: dracut-generic < 008
168Provides:  dracut-generic = %{version}-%{release}
169
170%description network
171This package requires everything which is needed to build a generic
172all purpose initramfs with network support with dracut.
173
174%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version}
175%package fips
176Summary: dracut modules to build a dracut initramfs with an integrity check
177Requires: %{name} = %{version}-%{release}
178Requires: hmaccalc
179%if 0%{?rhel} > 5
180# For Alpha 3, we want nss instead of nss-softokn
181Requires: nss
182%else
183Requires: nss-softokn
184%endif
185Requires: nss-softokn-freebl
186
187%description fips
188This package requires everything which is needed to build an
189initramfs with dracut, which does an integrity check.
190%endif
191
192%package fips-aesni
193Summary: dracut modules to build a dracut initramfs with an integrity check with aesni-intel
194Requires: %{name}-fips = %{version}-%{release}
195
196%description fips-aesni
197This package requires everything which is needed to build an
198initramfs with dracut, which does an integrity check and adds the aesni-intel kernel module.
199
200%package caps
201Summary: dracut modules to build a dracut initramfs which drops capabilities
202Requires: %{name} = %{version}-%{release}
203Requires: libcap
204
205%description caps
206This package requires everything which is needed to build an
207initramfs with dracut, which drops capabilities.
208
209%package live
210Summary: dracut modules to build a dracut initramfs with live image capabilities
211%if 0%{?_module_build}
212# See the network subpackage comment.
213Requires: %{name} >= %{version}-%{dist_free_release}
214%else
215Requires: %{name} = %{version}-%{release}
216%endif
217Requires: %{name}-network = %{version}-%{release}
218Requires: tar gzip coreutils bash device-mapper curl
219
220%description live
221This package requires everything which is needed to build an
222initramfs with dracut, with live image capabilities, like Live CDs.
223
224%package config-generic
225Summary: dracut configuration to turn off hostonly image generation
226Requires: %{name} = %{version}-%{release}
227Obsoletes: dracut-nohostonly < 030
228Provides:  dracut-nohostonly = %{version}-%{release}
229
230%description config-generic
231This package provides the configuration to turn off the host specific initramfs
232generation with dracut and generates a generic image by default.
233
234%package config-rescue
235Summary: dracut configuration to turn on rescue image generation
236Requires: %{name} = %{version}-%{release}
237Obsoletes: dracut < 030
238
239%description config-rescue
240This package provides the configuration to turn on the rescue initramfs
241generation with dracut.
242
243%package tools
244Summary: dracut tools to build the local initramfs
245Requires: %{name} = %{version}-%{release}
246
247%description tools
248This package contains tools to assemble the local initrd and host configuration.
249
250%prep
251%autosetup -n %{name}-%{version} -S git_am
252cp %{SOURCE1} .
253
254%build
255%configure \
256%if %{defined _unitdir}
257            --systemdsystemunitdir=%{_unitdir} \
258%endif
259            --bashcompletiondir=$(pkg-config \
260            --variable=completionsdir bash-completion) \
261            --libdir=%{_prefix}/lib \
262%if %{without doc}
263            --disable-documentation \
264%endif
265            ${NULL}
266
267make %{?_smp_mflags}
268
269%install
270rm -rf -- $RPM_BUILD_ROOT
271
272make %{?_smp_mflags} install \
273     DESTDIR=$RPM_BUILD_ROOT \
274     libdir=%{_prefix}/lib
275
276echo "DRACUT_VERSION=%{version}-%{release}" > $RPM_BUILD_ROOT/%{dracutlibdir}/dracut-version.sh
277
278%if 0%{?fedora} == 0 && 0%{?rhel} == 0 && 0%{?suse_version} == 0
279rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/01fips
280rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/02fips-aesni
281%endif
282
283%if %{defined _unitdir}
284# for systemd, better use systemd-bootchart
285rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00bootchart
286%else
287rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00systemd-bootchart
288%endif
289
290# we do not support dash in the initramfs
291rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00dash
292
293# remove gentoo specific modules
294rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/50gensplash
295
296%if %{defined _unitdir}
297# with systemd IMA and selinux modules do not make sense
298rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/96securityfs
299rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/97masterkey
300rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/98integrity
301%endif
302
303mkdir -p $RPM_BUILD_ROOT/boot/dracut
304mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
305mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
306touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
307mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/initramfs
308
309install -m 0644 %{SOURCE2000} %{buildroot}%{dracutlibdir}/dracut.conf.d/01-dist.conf
310
311%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
312install -m 0644 dracut.conf.d/fips.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/40-fips.conf
313%endif
314
315%if 0%{?fedora} <= 12 && 0%{?rhel} < 6 && 0%{?suse_version} <= 9999
316rm -f -- $RPM_BUILD_ROOT%{_bindir}/mkinitrd
317rm -f -- $RPM_BUILD_ROOT%{_bindir}/lsinitrd
318rm -f -- $RPM_BUILD_ROOT%{_mandir}/man8/mkinitrd*
319rm -f -- $RPM_BUILD_ROOT%{_mandir}/man1/lsinitrd*
320%endif
321
322# FIXME: remove after F19
323mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/kernel/postinst.d
324install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kernel/postinst.d/51-dracut-rescue-postinst.sh
325
326echo 'hostonly="no"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
327echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/02-rescue.conf
328
329%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
330> $RPM_BUILD_ROOT/etc/system-fips
331%endif
332
333pushd $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/
334tar xvf %{SOURCE1000}
335popd
336
337# make to load EHCI driver at first
338mkdir -p %{buildroot}%{dracutlibdir}/modules.d/70ehci_first
339install -m755 %{SOURCE2001} %{buildroot}%{dracutlibdir}/modules.d/70ehci_first/module-setup.sh
340install -m755 %{SOURCE2002} %{buildroot}%{dracutlibdir}/modules.d/70ehci_first/usb-pre-udev.sh
341
342
343%clean
344rm -rf -- $RPM_BUILD_ROOT
345
346%files
347%defattr(-,root,root,0755)
348%if %{with doc}
349%doc README HACKING TODO AUTHORS NEWS dracut.html dracut.png dracut.svg
350%endif
351%{!?_licensedir:%global license %%doc}
352%license COPYING lgpl-2.1.txt
353%{_bindir}/dracut
354%{_datadir}/bash-completion/completions/dracut
355%{_datadir}/bash-completion/completions/lsinitrd
356%if 0%{?fedora} > 12 || 0%{?rhel} >= 6 || 0%{?suse_version} > 9999
357%{_bindir}/mkinitrd
358%{_bindir}/lsinitrd
359%endif
360%dir %{dracutlibdir}
361%dir %{dracutlibdir}/modules.d
362%{dracutlibdir}/dracut-functions.sh
363%{dracutlibdir}/dracut-init.sh
364%{dracutlibdir}/dracut-functions
365%{dracutlibdir}/dracut-version.sh
366%{dracutlibdir}/dracut-logger.sh
367%{dracutlibdir}/dracut-initramfs-restore
368%{dracutlibdir}/dracut-install
369%{dracutlibdir}/skipcpio
370%config(noreplace) %{_sysconfdir}/dracut.conf
371%{dracutlibdir}/dracut.conf.d/01-dist.conf
372%dir %{_sysconfdir}/dracut.conf.d
373%dir %{dracutlibdir}/dracut.conf.d
374%dir %{_datadir}/pkgconfig
375%{_datadir}/pkgconfig/dracut.pc
376
377%if %{with doc}
378%{_mandir}/man8/dracut.8*
379%{_mandir}/man8/*service.8*
380%if 0%{?fedora} > 12 || 0%{?rhel} >= 6 || 0%{?suse_version} > 9999
381%{_mandir}/man8/mkinitrd.8*
382%{_mandir}/man1/lsinitrd.1*
383%endif
384%{_mandir}/man7/dracut.kernel.7*
385%{_mandir}/man7/dracut.cmdline.7*
386%{_mandir}/man7/dracut.modules.7*
387%{_mandir}/man7/dracut.bootup.7*
388%{_mandir}/man5/dracut.conf.5*
389%endif
390
391%if %{defined _unitdir}
392%{dracutlibdir}/modules.d/00systemd-bootchart
393%else
394%{dracutlibdir}/modules.d/00bootchart
395%endif
396%{dracutlibdir}/modules.d/00bash
397%{dracutlibdir}/modules.d/00systemd
398%{dracutlibdir}/modules.d/00warpclock
399%{dracutlibdir}/modules.d/01systemd-initrd
400%{dracutlibdir}/modules.d/03modsign
401%{dracutlibdir}/modules.d/03rescue
402%{dracutlibdir}/modules.d/04watchdog
403%{dracutlibdir}/modules.d/05busybox
404%{dracutlibdir}/modules.d/10i18n
405%{dracutlibdir}/modules.d/30convertfs
406%{dracutlibdir}/modules.d/45url-lib
407%{dracutlibdir}/modules.d/50drm
408%{dracutlibdir}/modules.d/50plymouth
409# vine
410%{dracutlibdir}/modules.d/70ehci_first
411
412%{dracutlibdir}/modules.d/80lvmmerge
413%{dracutlibdir}/modules.d/90btrfs
414%{dracutlibdir}/modules.d/90crypt
415%{dracutlibdir}/modules.d/90dm
416%{dracutlibdir}/modules.d/90dmraid
417%{dracutlibdir}/modules.d/90kernel-modules
418%{dracutlibdir}/modules.d/90kernel-modules-extra
419%{dracutlibdir}/modules.d/90lvm
420%{dracutlibdir}/modules.d/90mdraid
421%{dracutlibdir}/modules.d/90multipath
422%{dracutlibdir}/modules.d/90qemu
423%{dracutlibdir}/modules.d/90stratis
424%{dracutlibdir}/modules.d/91crypt-gpg
425%{dracutlibdir}/modules.d/91crypt-loop
426%{dracutlibdir}/modules.d/95debug
427%{dracutlibdir}/modules.d/95fstab-sys
428%{dracutlibdir}/modules.d/95lunmask
429%{dracutlibdir}/modules.d/95resume
430%{dracutlibdir}/modules.d/95rootfs-block
431%{dracutlibdir}/modules.d/95terminfo
432%{dracutlibdir}/modules.d/95udev-rules
433%{dracutlibdir}/modules.d/95virtfs
434%ifarch s390 s390x
435%{dracutlibdir}/modules.d/80cms
436%{dracutlibdir}/modules.d/81cio_ignore
437%{dracutlibdir}/modules.d/91zipl
438%{dracutlibdir}/modules.d/95dasd
439%{dracutlibdir}/modules.d/95dasd_mod
440%{dracutlibdir}/modules.d/95dasd_rules
441%{dracutlibdir}/modules.d/95dcssblk
442%{dracutlibdir}/modules.d/95qeth_rules
443%{dracutlibdir}/modules.d/95zfcp
444%{dracutlibdir}/modules.d/95zfcp_rules
445%else
446%exclude %{dracutlibdir}/modules.d/80cms
447%exclude %{dracutlibdir}/modules.d/81cio_ignore
448%exclude %{dracutlibdir}/modules.d/91zipl
449%exclude %{dracutlibdir}/modules.d/95dasd
450%exclude %{dracutlibdir}/modules.d/95dasd_mod
451%exclude %{dracutlibdir}/modules.d/95dasd_rules
452%exclude %{dracutlibdir}/modules.d/95dcssblk
453%exclude %{dracutlibdir}/modules.d/95qeth_rules
454%exclude %{dracutlibdir}/modules.d/95zfcp
455%exclude %{dracutlibdir}/modules.d/95zfcp_rules
456%endif
457%if %{undefined _unitdir}
458%{dracutlibdir}/modules.d/96securityfs
459%{dracutlibdir}/modules.d/97masterkey
460%{dracutlibdir}/modules.d/98integrity
461%endif
462%{dracutlibdir}/modules.d/97biosdevname
463%{dracutlibdir}/modules.d/98ecryptfs
464%{dracutlibdir}/modules.d/98pollcdrom
465%{dracutlibdir}/modules.d/98selinux
466%{dracutlibdir}/modules.d/98syslog
467%{dracutlibdir}/modules.d/98dracut-systemd
468%{dracutlibdir}/modules.d/98usrmount
469%{dracutlibdir}/modules.d/99base
470%{dracutlibdir}/modules.d/99fs-lib
471%{dracutlibdir}/modules.d/99shutdown
472%{dracutlibdir}/modules.d/99squash
473
474%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
475%dir %{_sharedstatedir}/initramfs
476%if %{defined _unitdir}
477%{_unitdir}/dracut-shutdown.service
478%{_unitdir}/sysinit.target.wants/dracut-shutdown.service
479%{_unitdir}/dracut-cmdline.service
480%{_unitdir}/dracut-initqueue.service
481%{_unitdir}/dracut-mount.service
482%{_unitdir}/dracut-pre-mount.service
483%{_unitdir}/dracut-pre-pivot.service
484%{_unitdir}/dracut-pre-trigger.service
485%{_unitdir}/dracut-pre-udev.service
486%{_unitdir}/initrd.target.wants/dracut-cmdline.service
487%{_unitdir}/initrd.target.wants/dracut-initqueue.service
488%{_unitdir}/initrd.target.wants/dracut-mount.service
489%{_unitdir}/initrd.target.wants/dracut-pre-mount.service
490%{_unitdir}/initrd.target.wants/dracut-pre-pivot.service
491%{_unitdir}/initrd.target.wants/dracut-pre-trigger.service
492%{_unitdir}/initrd.target.wants/dracut-pre-udev.service
493
494%endif
495%{_prefix}/lib/kernel/install.d/50-dracut.install
496
497%files network
498%defattr(-,root,root,0755)
499%{dracutlibdir}/modules.d/02systemd-networkd
500%{dracutlibdir}/modules.d/35network-legacy
501%{dracutlibdir}/modules.d/35network-manager
502%{dracutlibdir}/modules.d/40network
503%{dracutlibdir}/modules.d/90kernel-network-modules
504%{dracutlibdir}/modules.d/95fcoe
505%{dracutlibdir}/modules.d/95iscsi
506%{dracutlibdir}/modules.d/90qemu-net
507%{dracutlibdir}/modules.d/95cifs
508%{dracutlibdir}/modules.d/95nbd
509%{dracutlibdir}/modules.d/95nfs
510%{dracutlibdir}/modules.d/95ssh-client
511%{dracutlibdir}/modules.d/45ifcfg
512%ifarch s390 s390x
513%{dracutlibdir}/modules.d/95znet
514%else
515%exclude %{dracutlibdir}/modules.d/95znet
516%endif
517%{dracutlibdir}/modules.d/95fcoe-uefi
518%{dracutlibdir}/modules.d/99uefi-lib
519
520%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
521%files fips
522%defattr(-,root,root,0755)
523%{dracutlibdir}/modules.d/01fips
524%{dracutlibdir}/dracut.conf.d/40-fips.conf
525%config(missingok) /etc/system-fips
526
527%files fips-aesni
528%defattr(-,root,root,0755)
529%{dracutlibdir}/modules.d/02fips-aesni
530%endif
531
532%files caps
533%defattr(-,root,root,0755)
534%{dracutlibdir}/modules.d/02caps
535
536%files live
537%defattr(-,root,root,0755)
538%{dracutlibdir}/modules.d/99img-lib
539%{dracutlibdir}/modules.d/90dmsquash-live
540%{dracutlibdir}/modules.d/90dmsquash-live-ntfs
541%{dracutlibdir}/modules.d/90livenet
542
543%files tools
544%defattr(-,root,root,0755)
545
546%if %{with doc}
547%doc %{_mandir}/man8/dracut-catimages.8*
548%endif
549
550%{_bindir}/dracut-catimages
551%dir /boot/dracut
552%dir /var/lib/dracut
553%dir /var/lib/dracut/overlay
554
555%files config-generic
556%defattr(-,root,root,0755)
557%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
558
559%files config-rescue
560%defattr(-,root,root,0755)
561%{dracutlibdir}/dracut.conf.d/02-rescue.conf
562%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install
563%{_sysconfdir}/kernel/postinst.d/51-dracut-rescue-postinst.sh
564
565%changelog
566* Tue Jan 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 049-1
567- new upstream release.
568
569* Fri Sep 15 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 046-10
570- fixed release number.
571
572* Thu Sep 14 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 046-9
573- imported warpclock scripts from openSUSE.
574
575* Tue Sep 12 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 046-8
576- initial build for Vine Linux.
577
578* Thu Aug 24 2017 Harald Hoyer <harald@redhat.com> - 046-7
579- git snapshot
580
581* Fri Aug 11 2017 Harald Hoyer <harald@redhat.com> - 046-2
582- add support for dist-tag less build
583
584* Fri Aug 11 2017 Harald Hoyer <harald@redhat.com> - 046-1
585- version 046
586
587* Mon Aug  7 2017 Peter Robinson <pbrobinson@fedoraproject.org> 045-21.git20170515
588- Add upstream patches to fix a number of ARM devices with generic initrd
589
590* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 045-20.git20170515
591- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
592
593* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 045-19.git20170515
594- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
595
596* Mon May 15 2017 Harald Hoyer <harald@redhat.com> - 045-18.git20170515
597- git snapshot
598
599* Wed Apr 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 044-178
600- Add upstream patches needed for ARMv7/aarch64 fixes
601
602* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 044-177
603- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
604
605* Thu Dec 08 2016 Harald Hoyer <harald@redhat.com> - 044-176
606- git snapshot
607
608* Fri Aug 19 2016 Harald Hoyer <harald@redhat.com> - 044-117
609- git snapshot
610
611* Thu Aug 18 2016 Harald Hoyer <harald@redhat.com> - 044-109
612- git snapshot
613
614* Fri Aug 05 2016 Adam Williamson <awilliam@redhat.com> - 044-76
615- backport a single commit to fix RHBZ #1358416 (anaconda network init)
616
617* Tue Jun 07 2016 Harald Hoyer <harald@redhat.com> - 044-75
618- fix for systemd >= 230
619- git snapshot
620
621* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 044-18.git20160108
622- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
623
624* Fri Jan  8 2016 Harald Hoyer <harald@redhat.com> - 044-17.git20160108
625- include more HID driver
626- include machine info file
627- fix network carrier detection
628- fix nbd
629- do not copy over lldpad state
630- restorecon the final initramfs image
631
632* Tue Dec  1 2015 Harald Hoyer <harald@redhat.com> - 044-6.git20151201
633- fix for readonly /run on shutdown
634- fix for the dmsquash-live module
635Resolves: rhbz#1286866
636
637* Wed Nov 25 2015 Harald Hoyer <harald@redhat.com> - 044-4.git20151127
638- fixes for the dmsquash-live module
639- remove udev watch for raid members
640- mode 0755 for the livenet generator
641Resolves: rhbz#1285903
642
643* Wed Nov 25 2015 Harald Hoyer <harald@redhat.com> - 044-1
644- version 044
645
646* Mon Nov 16 2015 Harald Hoyer <harald@redhat.com> - 043-174.git20151116
647- git snapshot
648
649* Mon Nov 16 2015 Harald Hoyer <harald@redhat.com> - 043-173.git20151116
650- git snapshot
651
652* Fri Nov 13 2015 Harald Hoyer <harald@redhat.com> - 043-172.git20151113
653- git snapshot
654
655* Tue Aug 11 2015 Harald Hoyer <harald@redhat.com> 043-60.git20150811
656- fixed checkiso timeout
657- fixed log output although quiet is set
658- fixed qemu detection
659- cleanup compressor handling
660
661* Wed Jul 22 2015 Harald Hoyer <harald@redhat.com> 043-40.git20150710.2
662- require "xz" to handle the kernel modules
663
664* Fri Jul 10 2015 Harald Hoyer <harald@redhat.com> 043-40.git20150710
665- git snapshot
666
667* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 043-2
668- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
669
670* Mon Jun 15 2015 Harald Hoyer <harald@redhat.com> 043-1
671- version 043, now with the complete tarball
672
673* Thu Jun 11 2015 Harald Hoyer <harald@redhat.com> 042-1
674- version 042, the answer to life, the universe and everything
675
676* Thu Feb 19 2015 Harald Hoyer <harald@redhat.com> 041-10.git20150219
677- git snapshot
678
679* Sat Jan 31 2015 Harald Hoyer <harald@redhat.com> 041-1
680- version 041
681
682* Thu Jan 08 2015 Harald Hoyer <harald@redhat.com> 040-83.git20150108
683- git snapshot
684
685* Fri Dec 19 2014 Harald Hoyer <harald@redhat.com> 040-78.git20141219
686- git snapshot
687
688* Mon Dec 08 2014 Harald Hoyer <harald@redhat.com> 040-30.git20141208
689- fixed dracut-shutdown
690
691* Thu Dec 04 2014 Harald Hoyer <harald@redhat.com> 040-29.git20141204
692- git snapshot
693
694* Tue Sep 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 038-36.git20140815
695- Allow media check to be cancelled (rhbz 1147941)
696
697* Fri Sep 26 2014 Josh Boyer <jwboyer@fedoraproject.org> - 038-35.git20140815
698- Enable early-microcode by default (rhbz 1083716)
699- Fix changelog date
700
701* Tue Aug 19 2014 Harald Hoyer <harald@redhat.com> - 038-34.git20140815
702- git snapshot
703
704* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 038-31.git20140815
705- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
706
707* Fri Aug 15 2014 Harald Hoyer <harald@redhat.com> 038-30.git20140815
708- git snapshot
709
710* Thu Jul 24 2014 Harald Hoyer <harald@redhat.com> 038-14.git20140724
711- fixed lvm modules issues
712Resolves: rhbz#1118890
713- fixed vlan issues
714- fixed prelink for FIPS
715- new rd.route parameter
716- more ARM modules
717
718* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 038-2
719- fix license handling
720
721* Mon Jun 30 2014 Harald Hoyer <harald@redhat.com> 038-1
722- version 038
723
724* Sat Jun 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 037-14.git20140628
725- Pull most bugfixy commits from current git
726Resolves: rhbz#1112061
727
728* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 037-13.git20140402
729- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
730
731* Fri May 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> 037-12.git20140402
732- Fix achi/mmc/sdhci selection for non host based initrd
733
734* Thu Apr 17 2014 Adam Williamson <awilliam@redhat.com> - 037-11.git20140402
735- revert broken upstream change that causes RHBZ#1084766
736
737* Wed Apr 02 2014 Harald Hoyer <harald@redhat.com> 037-10.git20140402
738- fixed fstab.sys with systemd
739- DHCPv6 fixes
740- dm-cache module now included
741- FCoE fixes
742
743* Thu Mar 20 2014 Harald Hoyer <harald@redhat.com> 037-3.git20140320
744- fixed dracut-initramfs-restore with microcode
745
746* Thu Mar 20 2014 Harald Hoyer <harald@redhat.com> 037-1
747- version 037
748
749* Thu Feb 06 2014 Harald Hoyer <harald@redhat.com> 036-16.git20140206
750- version 036
751- parse dns information on "ip=" command line arg
752- preserve ownership of files, if root creates the initramfs
753- parse ibft nameserver settings
754- do not run dhcp twice on an interface
755- try to not reload systemd
756
757* Wed Dec 18 2013 Harald Hoyer <harald@redhat.com> 034-74.git20131218
758- do not systemctl daemon-reload
759- do iscsistart for iscsi_firmware even without network
760
761* Mon Dec 16 2013 Harald Hoyer <harald@redhat.com> 034-70.git20131216
762- fixed systemd password waiting
763- split out fcoe uefi
764- fixed lvm thin tools check
765
766* Thu Dec 05 2013 Harald Hoyer <harald@redhat.com> 034-62.git20131205
767- fixed PATH shortener
768- also install /etc/system-fips in the initramfs
769- nbd, do not fail in hostonly mode
770- add ohci-pci to the list of hardcoded modules
771- lvm: do not run pvscan for lvmetad
772- network fixes
773- skip crypt swaps with password files
774- fixed i18n
775
776* Wed Oct 30 2013 Harald Hoyer <harald@redhat.com> 034-24.git20131030
777- fixed booting with rd.iscsi.firmware and without root=
778- fips: include crct10dif_generic
779- fixed missing modules in hostonly, which have no modalias
780- moved dracut to /usr/sbin
781
782* Mon Oct 21 2013 Harald Hoyer <harald@redhat.com> 034-19.git20131021
783- Fixed LVM with thin provisioning
784Resolves: rhbz#1013767
785Resolves: rhbz#1021083
786
787* Fri Oct 18 2013 Harald Hoyer <harald@redhat.com> 034-18.git20131018
788- Fixed LVM with thin provisioning
789Resolves: rhbz#1013767
790- fixed swap detection in host only mode
791
792* Fri Oct 11 2013 Kyle McMartin <kyle@fedoraproject.org> 034-8.git20131008
793- Force mmc_block and usb_storage into ARM initramfs.
794Resolves: rhbz#1015234
795
796* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-7.git20131008
797- lvm: install thin utils for non-hostonly
798- do not bail out, if kernel modules dir is missing
799- dmsquash-live: add /dev/mapper/live-base
800Resolves: rhbz#1016726
801
802* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-1
803- version 034
804- add option to turn on/off prelinking
805    --prelink, --noprelink
806    do_prelink=[yes|no]
807- add ACPI table overriding
808- do not log to syslog/kmsg/journal for UID != 0
809- lvm/mdraid: Fix LVM on MD activation
810- bcache module removed (now in bcache-tools upstream)
811- mdadm: also install configs from /etc/mdadm.conf.d
812- fixes for mdadm-3.2.6+
813- fcoe: add FCoE UEFI boot device support
814- rootfs-block: add support for the rootfallback= kernel cmdline option
815
816* Fri Sep 13 2013 Harald Hoyer <harald@redhat.com> 033-3.git20130913
817- do not dhcp members of team, bond, etc.
818- harden against weird ppc kernel driver
819Resolves: rhbz#1007891
820
821* Thu Sep 12 2013 Harald Hoyer <harald@redhat.com> 033-1
822- do not cache the kernel cmdline
823Resolves: rhbz#989944
824- fixed iso-scan
825Resolves: rhbz#1005487
826- support blkid with bcache
827Resolves: rhbz#1003207
828- ifup with dhcp, if no ip= params specified
829Resolves: rhbz#989944
830- silently try to umount rpc_pipefs
831Resolves: rhbz#999996
832
833* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 032-23.git20130904
834- fixed curl error with zero size kickstart file
835Resolves: rhbz#989133
836- fixed systemd-cat failure, when systemd is installed
837  but not actually running
838Resolves: rhbz#1002021
839- do not fail on empty dracut module directories
840Resolves: rhbz#1003153
841
842* Tue Aug 20 2013 Harald Hoyer <harald@redhat.com> 032-1
843- fix for kdump in FIPS mode
844Resolves: rhbz#920931
845- fixed iBFT booting
846Resolves: rhbz#989944
847- fixed FIPS mode initramfs creation
848Resolves: rhbz#990250
849- shutdown: fixed killall_proc_mountpoint()
850Resolves: rhbz#996549
851- disable lvmetad in the initramfs
852Resolves: rhbz#996627
853- require dhclient
854
855* Mon Aug 12 2013 Harald Hoyer <harald@redhat.com> 031-29.git20130812
856- added missing "then" in initqueue
857
858* Mon Aug 12 2013 Harald Hoyer <harald@redhat.com> 031-28.git20130812
859- fixed typo in hostonly device recognition
860
861* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-24.git20130809
862- fixed logging to journal
863
864* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-23.git20130809
865- fixed lsinitrd
866
867* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-22.git20130809
868- lsinitrd.sh: add old cpio signature
869- dracut.sh: call find with -print0 and cpio with --null
870- dracut.asc: small corrections
871- systemd/dracut-initqueue.sh: continue to boot if finished failed
872- dracut.sh/dracut-functions.sh: handle root on non-block device
873- dracut-functions.sh: removed non dracut-install shell functions
874- dracut-functions.sh: inst_multiple == dracut_install
875- 51-dracut-rescue.install: fixed rescue image creation
876- dracut.sh: do not strip in FIPS mode
877Resolves: rhbz#990250
878- dracut.sh: check the value of --kver
879- crypt: Fix typo--/etc/crypttab not /etc/cryptab
880- network/net-lib.sh: fix ibft interface configuration
881- iscsi/module-setup.sh: install some modules regardless of hostonly
882- multipath: need_shutdown if multipath devices exist
883Resolves: rhbz#994913
884- omit drivers fix
885
886* Thu Aug 01 2013 Harald Hoyer <harald@redhat.com> 031-7.git20130801
887- also install vt102 terminfo
888
889* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-6.git20130731
890- cmssetup: fixed port for zfcp.conf
891- lvm: call lvchange with --yes to boot from snapshots
892
893* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-4.git20130731
894- remove action_on_fail kernel command line parameter
895
896* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-3.git20130731
897- do not include adjtime and localtime in the initramfs
898- write out vlan configs
899
900* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-1
901- do not include the resume dracut module in hostonly mode,
902  if no swap is present
903- don't warn twice about omitted modules
904- use systemd-cat for logging on systemd systems, if logfile is unset
905- fixed PARTUUID parsing
906- support kernel module signing keys
907- do not install the usrmount dracut module in hostonly mode,
908  if /sbin/init does not live in /usr
909- add debian udev rule files
910- add support for bcache
911- network: handle bootif style interfaces
912  e.g. ip=77-77-6f-6f-64-73:dhcp
913- add support for kmod static devnodes
914- add vlan support for iBFT
915
916* Wed Jul 24 2013 Kyle McMartin <kyle@redhat.com> 030-2
917- Add ehci-tegra.ko to initramfs to allow rawhide tegra based platforms
918  to boot off USB disks.
919
920* Wed Jul 17 2013 Harald Hoyer <harald@redhat.com> 030-1
921- support new persistent network interface names
922- fix findmnt calls, prevents hang on stale NFS mounts
923- add systemd.slice and slice.target units
924- major shell cleanup
925- support root=PARTLABEL= and root=PARTUUID=
926- terminfo: only install l/linux v/vt100 and v/vt220
927- unset all LC_* and LANG, 10% faster
928- fixed dependency loop for dracut-cmdline.service
929- do not wait_for_dev for the root devices
930- do not wait_for_dev for devices, if dracut-initqueue is not needed
931- support early microcode loading with --early-microcode
932- dmraid, let dmraid setup its own partitions
933- sosreport renamed to rdsosreport
934
935* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 029-1
936- wait for IPv6 auto configuration
937Resolves: rhbz#973719
938- i18n: make the default font configurable
939- systemd/dracut-pre-pivot.service: also execute for cleanup hooks or rd.break
940- add dracut-shutdown.service.8 manpage
941- lvm: redirect error message of lvs to /dev/null
942Resolves: rhbz#921235
943
944* Wed Jun 12 2013 Harald Hoyer <harald@redhat.com> 028-1
945- lvm: fixed "thin" recognition
946Resolves: rhbz#921235
947- install libs also from one dir above
948  fixes booting power6 generated initramfs on power7
949- setup correct system time and time zone in initrd
950- cms fixups
951Resolves: rhbz#970982 rhbz#971025 rhbz#825199
952- iso-scan/filename fixes
953Resolves: rhbz#972337
954- add udev rules for persistent network naming
955Resolves: rhbz#972662
956
957* Tue Jun 04 2013 Dennis Gilmore <dennis@ausil.us> 027-82.git20130531
958- add patch to include  panel-tfp410 module on arm systems
959
960* Fri May 31 2013 Harald Hoyer <harald@redhat.com> 027-81.git20130531
961- fix btrfs mount flags for /usr
962- degrade message about missing tools for stripping
963Resolves: rhbz#958519
964- set environment vars DRACUT_SYSTEMD, NEWROOT in service file
965Resolves: rhbz#963159
966- don't add volatile swap partitions to host_devs
967- add libssl.so.10 to make kdump work with fips mode
968- readd selinux dracut module for kdump
969- url-lib/url-lib.sh: turn off curl globbing
970Resolves: rhbz#907497
971- include btrfs-zero-log in the initramfs
972Resolves: rhbz#963257
973- proper NAME the network interfaces
974Resolves: rhbz#965842
975- install default font latarcyrheb-sun16
976Resolves: rhbz#927564
977- optionally install /etc/pcmcia/config.opts
978Resolves: rhbz#920076
979- fix ONBOOT for slaves, set TYPE=Bond for bonding
980Resolves: rhbz#919001
981- add nvme kernel module
982Resolves: rhbz#910734
983- add xfs_metadump
984- selinux: load_policy script fix
985- add hid-hyperv and hv-vmbus kernel modules
986- add parameter rd.live.squashimg
987Resolves: rhbz#789036 rhbz#782108
988- wait for all required interfaces if "rd.neednet=1"
989Resolves: rhbz#801829
990- lvm: add tools for thin provisioning
991Resolves: rhbz#921235
992- ifcfg/write-ifcfg.sh: fixed ifcfg file generation
993- do not wait for mpath* devices
994Resolves: rhbz#969068
995
996* Wed May 22 2013 Adam Williamson <awilliam@redhat.com> 027-46.git20130430
997- don't specify "p" as a separator for dmraid
998Resolves: rhbz#966162
999
1000* Tue Apr 30 2013 Harald Hoyer <harald@redhat.com> 027-45.git20130430
1001- fixed fips mode more
1002Resolves: rhbz#956521
1003
1004* Thu Apr 25 2013 Harald Hoyer <harald@redhat.com> 027-39.git20130425
1005- fix shutdown, if /dev/console is not writeable
1006- fixed fips mode
1007Resolves: rhbz#956521
1008
1009* Thu Apr 18 2013 Harald Hoyer <harald@redhat.com> 027-36.git20130418
1010- fix initramfs creation on noexec tmpdir
1011Resolves: rhbz#953426
1012- more options for lsinitrd
1013- bash completion for lsinitrd
1014- do not output debug information on initramfs creation, if rd.debug is
1015  on the kernel command line
1016- drop requirement on 'file', lsinitrd can find the magic on its own
1017
1018* Mon Apr 15 2013 Harald Hoyer <harald@redhat.com> 027-26.git20130415
1019- do not call plymouth with full path
1020- include systemd-random-seed-load.service
1021- fix ca-bundle.crt for ssl curl
1022Resolves: rhbz#950770
1023- add support for "iso-scan/filename" kernel parameter
1024
1025* Wed Apr 10 2013 Harald Hoyer <harald@redhat.com> 027-19.git20130410
1026- also handle UUID= entries in crypttab in host-only mode
1027Resolves:rhbz#919752
1028
1029* Tue Apr 09 2013 Harald Hoyer <harald@redhat.com> 027-17.git20130409
1030- only include needed /etc/crypttab entries
1031Resolves:rhbz#919752
1032- add support for bridge over team and vlan
1033- support multiple bonding interfaces
1034- add "action_on_fail=" kernel command line parameter
1035- add support for bridge over a vlan tagged interface
1036
1037* Fri Apr 05 2013 Harald Hoyer <harald@redhat.com> 027-10.git20130405
1038- fix crypto password timeout on the dracut side
1039
1040* Tue Mar 26 2013 Harald Hoyer <harald@redhat.com> 027-1
1041- version 027
1042
1043* Wed Mar 20 2013 Harald Hoyer <harald@redhat.com> 026-72.git20130320
1044- fix rescue image naming
1045Resolves: rhbz#923439
1046- turn off host-only mode if essential system filesystems not mounted
1047- turn off host-only mode if udev database is not accessible
1048
1049* Tue Mar 19 2013 Harald Hoyer <harald@redhat.com> 026-62.git20130319
1050- fix dracut service ordering
1051Resolves: rhbz#922991
1052
1053* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-56.git20130318
1054- don't fail hard on kernel modules install
1055Resolves: rhbz#922565
1056
1057* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-55.git20130318
1058- install all host filesystem drivers
1059Resolves: rhbz#922565
1060
1061* Sat Mar 16 2013 Harald Hoyer <harald@redhat.com> 026-54.git20130316
1062- fix for squashfs
1063Resolves: rhbz#922248
1064- documentation fixes
1065- sosreport, mkdir /run/initramfs
1066
1067* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 026-48.git20130315
1068- use new initrd.target from systemd
1069- fixed rescue generation
1070
1071* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 026-33.git20130313
1072- add module-load.d modules to the initramfs
1073- add sysctl.d to the initramfs
1074- optimize plymouth module for systemd mode
1075- add new dracut parameter "--regenerate-all"
1076- add new dracut parameter "--noimageifnotneeded"
1077- shutdown: mount move /run /sys /dev /proc out of /oldroot
1078  before pre-shutdown
1079- add bash completion for dracut
1080
1081* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 026-19.git20130313
1082- fix switch-root and local-fs.target problem
1083- add norescue and nohostonly subpackages
1084
1085* Mon Mar 11 2013 Harald Hoyer <harald@redhat.com> 026-15.git20130311
1086- update to recent git
1087
1088* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 026-1
1089- version 026
1090
1091* Mon Feb 11 2013 Harald Hoyer <harald@redhat.com> 025-35.git20130211
1092- update to recent git
1093
1094* Wed Jan 23 2013 Harald Hoyer <harald@redhat.com> 025-1
1095- version 025
1096
1097* Tue Aug 21 2012 Harald Hoyer <harald@redhat.com> 023-13.git20120821
1098- reintroduce rd.neednet, which reenables anaconda networking
1099- fix some dracut-install corner cases
1100- fix FIPS for /boot not on extra partition
1101
1102* Wed Aug 01 2012 Dennis Gilmore <dennis@ausil.us> - 023-2
1103- add patch to include omap_hsmmc for arm
1104
1105* Wed Aug 01 2012 Harald Hoyer <harald@redhat.com> 023-1
1106- version 023
1107
1108* Mon Jul 30 2012 Harald Hoyer <harald@redhat.com> 022-99.git20120730
1109- removed install of missing finished-ask-password.sh
1110
1111* Mon Jul 30 2012 Harald Hoyer <harald@redhat.com> 022-97.git20120730
1112- moved crypt setup to systemd units
1113
1114* Fri Jul 27 2012 Harald Hoyer <harald@redhat.com> 022-63.git20120727
1115- fixed dracut-install bug if /var/tmp contains a symlink
1116- fixed some partx issues
1117
1118* Mon Jul 23 2012 Harald Hoyer <harald@redhat.com> 022-5.git20120723
1119- dracut.8: added more documentation about executing dracut
1120
1121* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 022-2.git20120720
1122- fixed some race condition for resume from hibernation
1123
1124* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 022-1
1125- version 022
1126- host-only kernel modules fix
1127
1128* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 021-1
1129- version 21
1130- systemd in the initramfs reenabled
1131- new option "--kver"
1132
1133* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 020-97.git20120717
1134- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1135
1136* Tue Jul 17 2012 Harald Hoyer <harald@redhat.com> 020-96.git20120717
1137- disabled systemd in the initramfs, until it works correctly
1138
1139* Wed Jul 11 2012 Harald Hoyer <harald@redhat.com> 020-84.git20120711
1140- add back "--force" to switch-root, otherwise systemd umounts /run
1141
1142* Wed Jul 11 2012 Harald Hoyer <harald@redhat.com> 020-83.git20120711
1143- more systemd journal fixes
1144- nfs module fix
1145- install also /lib/modprobe.d/*
1146- fixed dracut-shutdown service
1147- safeguards for dracut-install
1148- for --include also copy symlinks
1149
1150* Tue Jul 10 2012 Harald Hoyer <harald@redhat.com> 020-72.git20120710
1151- stop journal rather than restart
1152- copy over dracut services to /run/systemd/system
1153
1154* Tue Jul 10 2012 Harald Hoyer <harald@redhat.com> 020-70.git20120710
1155- more systemd unit fixups
1156- restart systemd-journald in switch-root post
1157- fixed dracut-install loader ldd error message
1158
1159* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-64.git20120709
1160- fixed plymouth install
1161- fixed resume
1162- fixed dhcp
1163- no dracut systemd services installed in the system
1164
1165* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-57.git20120709
1166- more fixups for systemd-udevd unit renaming
1167
1168* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-55.git20120709
1169- require systemd >= 186
1170- more fixups for systemd-udevd unit renaming
1171
1172* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-52.git20120709
1173- fixed prefix in 01-dist.conf
1174
1175* Fri Jul 06 2012 Harald Hoyer <harald@redhat.com> 020-51.git20120706
1176- cope with systemd-udevd unit renaming
1177- fixed network renaming
1178- removed dash module
1179
1180* Mon Jul 02 2012 Harald Hoyer <harald@redhat.com> 020-22.git20120702
1181- fixed kernel modules install
1182
1183* Mon Jul 02 2012 Harald Hoyer <harald@redhat.com> 020-21.git20120702
1184- moved /usr/bin/dracut-install to /usr/lib
1185- more speedups
1186
1187* Fri Jun 29 2012 Harald Hoyer <harald@redhat.com> 020-1
1188- version 020
1189- new /usr/bin/dracut-install tool
1190- major speedup of the image creation
1191
1192* Mon Jun 25 2012 Harald Hoyer <harald@redhat.com> 019-92.git20120625
1193- support vlan tagged binding
1194- speedup initramfs emergency service
1195- speedup image creation
1196- fix installkernel() return codes
1197Resolves: rhbz#833256
1198- add qemu and qemu-net modules to add qemu drivers even in host-only
1199- speedup btrfs and xfs fsck (nop)
1200- no more mknod in the initramfs (fixes plymouth on s390)
1201
1202* Thu Jun 21 2012 Harald Hoyer <harald@redhat.com> 019-62.git20120621
1203- do not require pkg-config for systemd
1204- i18n fixes
1205- less systemd services in the initramfs
1206
1207* Thu Jun 21 2012 Harald Hoyer <harald@redhat.com> 019-57.git20120620
1208- systemd is now the default init in the initramfs
1209
1210* Mon Jun 18 2012 Harald Hoyer <harald@redhat.com> 019-40.git20120618
1211- new upstream version
1212
1213* Mon Jun 11 2012 Harald Hoyer <harald@redhat.com> 019-16.git20120611
1214- new upstream version
1215
1216* Tue Jun 05 2012 Dennis Gilmore <dennis@ausil.us> 019-2
1217- include omapdrm with the arm modules
1218
1219* Mon Jun 04 2012 Harald Hoyer <harald@redhat.com> 019-1
1220- version 019-1
1221
1222* Tue May 22 2012 Harald Hoyer <harald@redhat.com> 018-74.git20120522
1223- new upstream version
1224
1225* Thu May 17 2012 Dennis Gilmore <dennis@ausil.us> 018-53.git20120509
1226- add patch to pull in arm storage modules
1227
1228* Wed May 09 2012 Harald Hoyer <harald@redhat.com> 018-52.git20120509
1229- new upstream version
1230
1231* Fri May 04 2012 Harald Hoyer <harald@redhat.com> 018-40.git20120504
1232- new upstream version
1233
1234* Wed Apr 25 2012 Harald Hoyer <harald@redhat.com> 018-37.git20120425.1
1235- fixup for multipath and iscsi host-only detection
1236
1237* Wed Apr 25 2012 Harald Hoyer <harald@redhat.com> 018-37.git20120425
1238- fixed udevd location
1239
1240* Tue Apr 24 2012 Harald Hoyer <harald@redhat.com> 018-33.git20120424
1241- new upstream version
1242
1243* Thu Apr 19 2012 Harald Hoyer <harald@redhat.com> 018-25.git20120419
1244- fixed network for non-network root (like installer media)
1245
1246* Wed Apr 18 2012 Harald Hoyer <harald@redhat.com> 018-22.git20120418
1247- new upstream version
1248
1249* Mon Apr 16 2012 Harald Hoyer <harald@redhat.com> 018-12.git20120416
1250- new upstream version, which fixes various anaconda loader issues
1251
1252* Thu Apr 05 2012 Harald Hoyer <harald@redhat.com> 018-1
1253- version 018
1254
1255* Thu Mar 22 2012 Harald Hoyer <harald@redhat.com> 017-62.git20120322
1256- fixed /run prefix copying
1257
1258* Wed Mar 21 2012 Harald Hoyer <harald@redhat.com> 017-59.git20120321
1259- new upstream version, which fixes various anaconda loader issues
1260
1261* Mon Mar 12 2012 Harald Hoyer <harald@redhat.com> 017-43.git20120312
1262- live image: fixed image uncompression
1263- live updates for livenet
1264
1265* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-40.git20120308
1266- add s390 ctcm network kernel module
1267
1268* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-39.git20120308
1269- kill dhclient silently
1270- cleanup and fix network config writeout to /run/initramfs/state
1271Resolves: rhbz#799989
1272- various cleanups
1273
1274* Fri Mar 02 2012 Harald Hoyer <harald@redhat.com> 017-22.git20120302
1275- nfs path fixes for live image over nfs
1276  root=live:nfs://10.10.10.10:/srv/all/install.img ip=dhcp rd.neednet
1277
1278* Thu Mar 01 2012 Harald Hoyer <harald@redhat.com> 017-19.git20120301
1279- fixed include of some kernel modules
1280
1281* Wed Feb 29 2012 Harald Hoyer <harald@redhat.com> 017-17.git20120229
1282- update to latest git
1283- fixes for convertfs (/usr-move)
1284
1285* Fri Feb 24 2012 Harald Hoyer <harald@redhat.com> 017-1
1286- version 017
1287
1288* Fri Feb 17 2012 Harald Hoyer <harald@redhat.com> 016-9.git20120217
1289- update to latest git
1290
1291* Wed Feb 15 2012 Harald Hoyer <harald@redhat.com> 016-1
1292- version 016
1293
1294* Mon Feb 13 2012 Harald Hoyer <harald@redhat.com> 015-9.git20120213
1295- update to latest git
1296
1297* Sun Feb 12 2012 Kay Sievers <kay@redhat.com> - 015-9.git20120210
1298- fix dependency loop in systemd service files
1299
1300* Fri Feb 10 2012 Harald Hoyer <harald@redhat.com> 015-8.git20120210
1301- update to latest git
1302
1303* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 015-7.git20120209
1304- update to latest git
1305
1306* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 015-4.git20120209
1307- update to latest git
1308
1309* Wed Feb 08 2012 Harald Hoyer <harald@redhat.com> 015-3.git20120208
1310- update to latest git
1311
1312* Tue Feb 07 2012 Harald Hoyer <harald@redhat.com> 015-1
1313- version 015
1314
1315* Thu Feb 02 2012 Harald Hoyer <harald@redhat.com> 014-81.git20120202
1316- update to latest git
1317
1318* Thu Feb 02 2012 Harald Hoyer <harald@redhat.com> 014-80.git20120202
1319- update to latest git
1320
1321* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-77.git20120126.1
1322- rebuild for rawhide
1323
1324* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-77.git20120126
1325- update to latest git
1326
1327* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-76.git20120126
1328- update to latest git
1329
1330* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-75.git20120126
1331- update to latest git
1332
1333* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-74.git20120126
1334- update to latest git
1335
1336* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-73.git20120126
1337- update to latest git
1338
1339* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-72.git20120126
1340- update to latest git
1341
1342* Mon Jan 23 2012 Harald Hoyer <harald@redhat.com> 014-65.git20120123
1343- update to latest git
1344
1345* Mon Jan 23 2012 Harald Hoyer <harald@redhat.com> 014-61.git20120123
1346- update to latest git
1347
1348* Tue Jan 17 2012 Harald Hoyer <harald@redhat.com> 014-38.git20120117
1349- update to latest git
1350
1351* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 014-10.git20111215
1352- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1353
1354* Thu Dec 15 2011 Harald Hoyer <harald@redhat.com> 014-9.git20111215
1355- update to latest git
1356- lots of patch changes
1357
1358* Fri Oct 21 2011 Harald Hoyer <harald@redhat.com> 013-100.git20111021
1359- update to latest git
1360
1361* Thu Oct 20 2011 Harald Hoyer <harald@redhat.com> 013-93.git20111020
1362- update to latest git
1363
1364* Wed Oct 19 2011 Harald Hoyer <harald@redhat.com> 013-85.git20111019
1365- update to latest git
1366
1367* Tue Oct 04 2011 Harald Hoyer <harald@redhat.com> 013-15
1368- fixed mdraid container handling
1369Resolves: rhbz#743240
1370
1371* Thu Sep 22 2011 Harald Hoyer <harald@redhat.com> 013-13
1372- fixed mdraid issues
1373- fixed btrfsck
1374Resolves: rhbz#735602
1375
1376* Wed Sep 21 2011 Harald Hoyer <harald@redhat.com> 013-12
1377- removed patch backup files
1378- reintroduced /dev/live
1379
1380* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-11
1381- move mounting of securitfs to a seperate module
1382Resolves: rhbz#737140
1383
1384* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-10
1385- mount securitfs with the correct source
1386Resolves: rhbz#737140
1387
1388* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-9
1389- do not carry over initramfs udev rules
1390Resolves: rhbz#734096
1391
1392* Fri Sep 02 2011 Harald Hoyer <harald@redhat.com> 013-8
1393- hopefully fixed one part of a loop/udev and loop/mount race
1394Resolves: rhbz#735199
1395
1396* Wed Aug 31 2011 Harald Hoyer <harald@redhat.com> 013-7
1397- add /lib/udev/input_id to the initramfs
1398- fix hmac install
1399
1400* Tue Aug 30 2011 Harald Hoyer <harald@redhat.com> 013-6
1401- fixed environment passing to real init
1402Resolves: rhbz#733674
1403- fixed lvm on md
1404
1405* Mon Aug 29 2011 Harald Hoyer <harald@redhat.com> 013-5
1406- fixed rhel/fedora version checks
1407
1408* Wed Aug 17 2011 Harald Hoyer <harald@redhat.com> 013-4
1409- fixed crash with livenet installed
1410
1411* Wed Aug 17 2011 Harald Hoyer <harald@redhat.com> 013-3
1412- fixed live iso mounting
1413Resolves: rhbz#730579
1414
1415* Fri Aug 12 2011 Harald Hoyer <harald@redhat.com> 013-1
1416- fixed symlink creation for lorax
1417
1418* Wed Aug 10 2011 Harald Hoyer <harald@redhat.com> 011-41.git20110810
1419- fixed getargs() for empty args
1420
1421* Wed Aug 10 2011 Harald Hoyer <harald@redhat.com> 011-40.git20110810
1422- fixed symbolic link creation in the initramfs
1423Resolves: rhbz#728863
1424
1425* Wed Jul 20 2011 Harald Hoyer <harald@redhat.com> 011-15.git20110720
1426- "eject" is optional now
1427- refined shutdown procedure
1428
1429* Mon Jul 18 2011 Harald Hoyer <harald@redhat.com> 011-1
1430- version 011
1431
1432* Fri May 20 2011 Harald Hoyer <harald@redhat.com> 011-0.1%{?rdist}
1433- git snapshot of pre-version 011
1434
1435* Fri Apr 01 2011 Harald Hoyer <harald@redhat.com> 010-1
1436- version 010
1437
1438* Thu Mar 31 2011 Harald Hoyer <harald@redhat.com> 009-5
1439- fixed PATH and kmsg logging
1440
1441* Thu Mar 31 2011 Harald Hoyer <harald@redhat.com> 009-4
1442- fixed dmsquash rule generation
1443- fixed fips boot arg parsing
1444- fixed plymouth pid generation
1445
1446* Wed Mar 30 2011 Harald Hoyer <harald@redhat.com> 009-3
1447- fixed dhcp
1448- added /lib/firmware/updates to firmware directories
1449- fixed LiveCD /dev/.initramfs fallback
1450- fixed cdrom polling
1451- dropped net-tools dependency
1452
1453* Tue Mar 29 2011 Harald Hoyer <harald@redhat.com> 009-2
1454- fixed empty output file argument handling:
1455  "dracut '' <kernel version>"
1456
1457* Mon Mar 28 2011 Harald Hoyer <harald@redhat.com> 009-1
1458- version 009
1459
1460* Thu Mar 17 2011 Harald Hoyer <harald@redhat.com> 009-0.1
1461- version 009 prerelease
1462
1463* Tue Feb 22 2011 Harald Hoyer <harald@redhat.com> 008-7
1464- fixed lvm version parsing
1465
1466* Tue Feb 22 2011 Harald Hoyer <harald@redhat.com> 008-6
1467- fixed lvm version parsing
1468
1469* Mon Feb 21 2011 Harald Hoyer <harald@redhat.com> 008-5
1470- fixed i18n unicode setting
1471- set cdrom in kernel polling
1472
1473* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 008-4
1474- readded dist tag
1475
1476* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 008-3
1477- fixed i18n
1478- turned off selinux by default
1479
1480* Wed Feb 09 2011 Harald Hoyer <harald@redhat.com> 008-2
1481- do not write dracut.log to /tmp under any circumstances
1482- touch /dev/.systemd/plymouth after plymouth started
1483
1484* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 008-1.1
1485- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1486
1487* Wed Feb 02 2011 Harald Hoyer <harald@redhat.com> 008-1
1488- version 008-1
1489
1490* Mon Jan 17 2011 Harald Hoyer <harald@redhat.com> 008-0.11
1491- removed "mount" requirement
1492
1493* Thu Nov 18 2010 Harald Hoyer <harald@redhat.com> - 008-0.10
1494- dracut-008 pre git snapshot
1495- fixes /dev/dri permissions
1496Resolves: rhbz#626559
1497
1498* Fri Nov 12 2010 Harald Hoyer <harald@redhat.com> 008-0.9
1499- dracut-008 pre git snapshot
1500- fixes /dev/.udev permissions
1501Resolves: rhbz#651594
1502
1503* Wed Nov  3 2010 Harald Hoyer <harald@redhat.com> - 008-0.8
1504- fixed fsck -a option
1505
1506* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.7
1507- added fsck to initramfs
1508
1509* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.6
1510- fixed rpm macros
1511
1512* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.5
1513- dracut-008 pre git snapshot
1514
1515* Mon Aug 09 2010 Harald Hoyer <harald@redhat.com> 007-1
1516- version 007
1517
1518* Thu Jun 17 2010 Harald Hoyer <harald@redhat.com> 006-1
1519- version 006
1520
1521* Fri Jun 11 2010 Harald Hoyer <harald@redhat.com>
1522- Remove requirements, which are not really needed
1523Resolves: rhbz#598509
1524- fixed copy of network config to /dev/.initramfs/ (patch 146)
1525Resolves: rhbz#594649
1526- more password beauty (patch 142)
1527Resolves: rhbz#561092
1528- support multiple iSCSI disks (patch 143)
1529Resolves: rbhz#580190
1530- fixed selinux=0 (patch 130)
1531Resolves: rhbz#593080
1532- add support for booting LVM snapshot root volume (patch 145)
1533Resolves: rbhz#602723
1534- remove hardware field from BOOTIF= (patch 148)
1535Resolves: rhbz#599593
1536- add aes kernel modules and fix crypt handling (patch 137, patch 140 and patch 147)
1537Resolves: rhbz#600170
1538
1539* Thu May 27 2010 Harald Hoyer <harald@redhat.com>
1540- fixed Requirements
1541- fixed autoip6
1542Resolves: rhbz#538388
1543- fixed multipath
1544Resolves: rhbz#595719
1545
1546* Thu May 06 2010 Harald Hoyer <harald@redhat.com>
1547- only display short password messages
1548Resolves: rhbz#561092
1549
1550* Thu May 06 2010 Harald Hoyer <harald@redhat.com>
1551- fixed dracut manpages
1552Resolves: rhbz#589109
1553- use ccw-init and ccw rules from s390utils
1554Resolves: rhbz#533494
1555- fixed fcoe
1556Resolves: rhbz#486244
1557- various other bugfixes seen in Fedora
1558
1559* Tue Apr 20 2010 Harald Hoyer <harald@redhat.com>
1560- fixed network with multiple nics
1561- fixed nfsidmap paths
1562- do not run blkid on non active container raids
1563- fixed cdrom polling mechanism
1564- update to latest git
1565
1566* Thu Apr 15 2010 Harald Hoyer <harald@redhat.com>
1567- fixed dracut manpages
1568- dmraid parse different error messages
1569- add cdrom polling mechanism for slow cdroms
1570- add module btrfs
1571- teach dmsquash live-root to use rootflags
1572- trigger udev with action=add
1573- fixed add_drivers handling
1574- add sr_mod
1575- use pigz instead of gzip, if available
1576
1577* Thu Mar 25 2010 Harald Hoyer <harald@redhat.com>
1578- removed firmware requirements (rhbz#572634)
1579- add /etc/dracut.conf.d
1580- Resolves: rhbz#572634
1581
1582* Fri Mar 19 2010 Harald Hoyer <harald@redhat.com>
1583- version 005
1584
1585* Fri Mar 19 2010 Harald Hoyer <harald@redhat.com>
1586- fixed rpmlint errors (rhbz#570547)
1587- removed firmware package from dracut-kernel (rhbz#572634)
1588- add dcb support to dracut's FCoE support (rhbz#563794)
1589- force install some modules in hostonly mode (rhbz#573094)
1590- various other bugfixes
1591- Resolves: rhbz#570547, rhbz#572634, rhbz#563794, rhbz#573094
1592
1593* Thu Feb 18 2010 Harald Hoyer <harald@redhat.com> 004-15
1594- fixed "selinux=0" booting (rhbz#566376)
1595- fixed internal IFS handling
1596- Resolves: rhbz#566376
1597
1598* Fri Jan 29 2010 Harald Hoyer <harald@redhat.com> 004-5
1599- fixed firmware.sh bug (#559975 #559597)
1600
1601* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-4
1602- add multipath check
1603
1604* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-3
1605- fix selinux handling if .autorelabel is present
1606- Resolves: rhbz#557744
1607
1608* Wed Jan 20 2010 Harald Hoyer <harald@redhat.com> 004-2
1609- fix emergency_shell argument parsing
1610- Related: rhbz#543948
1611
1612* Fri Jan 15 2010 Harald Hoyer <harald@redhat.com> 004-1
1613- version 004
1614- Resolves: rhbz#529339 rhbz#533494 rhbz#548550
1615- Resolves: rhbz#548555 rhbz#553195
1616
1617* Wed Jan 13 2010 Harald Hoyer <harald@redhat.com> 003-3
1618- add Obsoletes of mkinitrd/nash/libbdevid-python
1619- Related: rhbz#543948
1620
1621* Wed Jan 13 2010 Warren Togami <wtogami@redhat.com> 003-2
1622- nbd is Fedora only
1623
1624* Fri Nov 27 2009 Harald Hoyer <harald@redhat.com> 003-1
1625- version 003
1626
1627* Mon Nov 23 2009 Harald Hoyer <harald@redhat.com> 002-26
1628- add WITH_SWITCH_ROOT make flag
1629- add fips requirement conditional
1630- add more device mapper modules (bug #539656)
1631
1632* Fri Nov 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 002-25.1
1633- nss changes for Alpha 3
1634
1635* Thu Nov 19 2009 Harald Hoyer <harald@redhat.com> 002-25
1636- add more requirements for dracut-fips (bug #539257)
1637
1638* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-24
1639- put fips module in a subpackage (bug #537619)
1640
1641* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-23
1642- install xdr utils for multipath (bug #463458)
1643
1644* Thu Nov 12 2009 Harald Hoyer <harald@redhat.com> 002-22
1645- add module 90multipath
1646- add module 01fips
1647- renamed module 95ccw to 95znet (bug #533833)
1648- crypt: ignore devices in /etc/crypttab (root is not in there)
1649- dasd: only install /etc/dasd.conf in hostonly mode (bug #533833)
1650- zfcp: only install /etc/zfcp.conf in hostonly mode (bug #533833)
1651- kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc (bug #527750)
1652- dasd: use dasdconf.sh from s390utils (bug #533833)
1653
1654* Fri Nov 06 2009 Harald Hoyer <harald@redhat.com> 002-21
1655- fix rd_DASD argument handling (bug #531720)
1656- Resolves: rhbz#531720
1657
1658* Wed Nov 04 2009 Harald Hoyer <harald@redhat.com> 002-20
1659- fix rd_DASD argument handling (bug #531720)
1660- Resolves: rhbz#531720
1661
1662* Tue Nov 03 2009 Harald Hoyer <harald@redhat.com> 002-19
1663- changed rd_DASD to rd_DASD_MOD (bug #531720)
1664- Resolves: rhbz#531720
1665
1666* Tue Oct 27 2009 Harald Hoyer <harald@redhat.com> 002-18
1667- renamed lvm/device-mapper udev rules according to upstream changes
1668- fixed dracut search path issue
1669
1670* Mon Oct 26 2009 Harald Hoyer <harald@redhat.com> 002-17
1671- load dm_mod module (bug #530540)
1672
1673* Fri Oct 09 2009 Jesse Keating <jkeating@redhat.com> - 002-16
1674- Upgrade plymouth to Requires(pre) to make it show up before kernel
1675
1676* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-15
1677- s390 ccw: s/layer1/layer2/g
1678
1679* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-14
1680- add multinic support
1681- add s390 zfcp support
1682- add s390 network support
1683
1684* Wed Oct 07 2009 Harald Hoyer <harald@redhat.com> 002-13
1685- fixed init=<command> handling
1686- kill loginit if "rdinitdebug" specified
1687- run dmsquash-live-root after udev has settled (bug #527514)
1688
1689* Tue Oct 06 2009 Harald Hoyer <harald@redhat.com> 002-12
1690- add missing loginit helper
1691- corrected dracut manpage
1692
1693* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-11
1694- fixed dracut-gencmdline for root=UUID or LABEL
1695
1696* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-10
1697- do not destroy assembled raid arrays if mdadm.conf present
1698- mount /dev/shm
1699- let udevd not resolve group and user names
1700- preserve timestamps of tools on initramfs generation
1701- generate symlinks for binaries correctly
1702- moved network from udev to initqueue
1703- mount nfs3 with nfsvers=3 option and retry with nfsvers=2
1704- fixed nbd initqueue-finished
1705- improved debug output: specifying "rdinitdebug" now logs
1706  to dmesg, console and /init.log
1707- stop udev before killing it
1708- add ghost /var/log/dracut.log
1709- dmsquash: use info() and die() rather than echo
1710- strip kernel modules which have no x bit set
1711- redirect stdin, stdout, stderr all RW to /dev/console
1712  so the user can use "less" to view /init.log and dmesg
1713
1714* Tue Sep 29 2009 Harald Hoyer <harald@redhat.com> 002-9
1715- make install of new dm/lvm udev rules optionally
1716- correct dasd module typo
1717
1718* Fri Sep 25 2009 Warren Togami <wtogami@redhat.com> 002-8
1719- revert back to dracut-002-5 tarball 845dd502
1720  lvm2 was reverted to pre-udev
1721
1722* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-7
1723- build with the correct tarball
1724
1725* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-6
1726- add new device mapper udev rules and dmeventd
1727  bug 525319, 525015
1728
1729* Wed Sep 23 2009 Warren Togami <wtogami@redaht.com> 002-5
1730- Revert back to -3, Add umount back to initrd
1731  This makes no functional difference to LiveCD.  See Bug #525319
1732
1733* Mon Sep 21 2009 Warren Togami <wtogami@redhat.com> 002-4
1734- Fix LiveCD boot regression
1735
1736* Mon Sep 21 2009 Harald Hoyer <harald@redhat.com> 002-3
1737- bail out if selinux policy could not be loaded and
1738  selinux=0 not specified on kernel command line
1739  (bug #524113)
1740- set finished criteria for dmsquash live images
1741
1742* Fri Sep 18 2009 Harald Hoyer <harald@redhat.com> 002-2
1743- do not cleanup dmraids
1744- copy over lvm.conf
1745
1746* Thu Sep 17 2009 Harald Hoyer <harald@redhat.com> 002-1
1747- version 002
1748- set correct PATH
1749- workaround for broken mdmon implementation
1750
1751* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-12
1752- removed lvm/mdraid/dmraid lock files
1753- add missing ifname= files
1754
1755* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-11
1756- generate dracut-version during rpm build time
1757
1758* Tue Sep 15 2009 Harald Hoyer <harald@redhat.com> 001-10
1759- add ifname= argument for persistent netdev names
1760- new /initqueue-finished to check if the main loop can be left
1761- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
1762
1763* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-9
1764- added Requires: plymouth-scripts
1765
1766* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-8
1767- plymouth: use plymouth-populate-initrd
1768- add add_drivers for dracut and dracut.conf
1769- do not mount /proc and /selinux manually in selinux-load-policy
1770
1771* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-7
1772- add scsi_wait_scan to be sure everything was scanned
1773
1774* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-6
1775- fixed several problems with md raid containers
1776- fixed selinux policy loading
1777
1778* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-5
1779- patch does not honor file modes, fixed them manually
1780
1781* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-4
1782- fixed mdraid for IMSM
1783
1784* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-3
1785- fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109)
1786
1787* Thu Sep 03 2009 Harald Hoyer <harald@redhat.com> 001-2
1788- fixed missing grep for md
1789- reorder cleanup
1790
1791* Wed Sep 02 2009 Harald Hoyer <harald@redhat.com> 001-1
1792- version 001
1793- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
1794
1795* Fri Aug 14 2009 Harald Hoyer <harald@redhat.com> 0.9-1
1796- version 0.9
1797
1798* Thu Aug 06 2009 Harald Hoyer <harald@redhat.com> 0.8-1
1799- version 0.8
1800- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
1801
1802* Fri Jul 24 2009 Harald Hoyer <harald@redhat.com> 0.7-1
1803- version 0.7
1804- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
1805
1806* Wed Jul 22 2009 Harald Hoyer <harald@redhat.com> 0.6-1
1807- version 0.6
1808- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
1809
1810* Fri Jul 17 2009 Harald Hoyer <harald@redhat.com> 0.5-1
1811- version 0.5
1812- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
1813
1814* Sat Jul 04 2009 Harald Hoyer <harald@redhat.com> 0.4-1
1815- version 0.4
1816- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
1817
1818* Thu Jul 02 2009 Harald Hoyer <harald@redhat.com> 0.3-1
1819- version 0.3
1820- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
1821
1822* Wed Jul 01 2009 Harald Hoyer <harald@redhat.com> 0.2-1
1823- version 0.2
1824
1825* Fri Jun 19 2009 Harald Hoyer <harald@redhat.com> 0.1-1
1826- first release
1827
1828* Thu Dec 18 2008 Jeremy Katz <katzj@redhat.com> - 0.0-1
1829- Initial build
Note: See TracBrowser for help on using the repository browser.