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

Revision 12213, 59.6 KB checked in by tomop, 5 years ago (diff)

updated 2 packages

dracut-049-2

xz-5.2.4-1

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