dracut/dracut.spec

490 lines
16 KiB
RPMSpec
Raw Normal View History

#
# spec file for package dracut
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define dracutlibdir %{_prefix}/lib/dracut
%if 0%{?suse_version} >= 1550
%define dracut_sbindir %{_sbindir}
%else
%define dracut_sbindir /sbin
%endif
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
Name: dracut
Version: 059+suse.598.gfe80dac7
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
Release: 0
Summary: Event driven initramfs infrastructure
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/Base
URL: https://github.com/dracutdevs/dracut/wiki
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
Source0: dracut-%{version}.tar.xz
Source1: dracut-rpmlintrc
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
Source2: README.susemaint
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
BuildRequires: asciidoc
BuildRequires: bash
BuildRequires: cargo
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxslt
BuildRequires: rust
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(systemd) >= 219
Requires: %{_bindir}/get_kernel_version
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
Requires: bash
Requires: coreutils
Requires: gawk
Requires(post): coreutils
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
Requires: cpio
Requires: elfutils
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
Requires: file
Requires: filesystem
Requires: findutils
Requires: grep
Requires: hardlink
Requires: modutils
Requires: pigz
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
Requires: sed
Requires: systemd >= 219
Recommends: (tpm2.0-tools if tpm2-0-tss)
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
Requires: udev > 166
Requires: util-linux >= 2.21
Requires: util-linux-systemd >= 2.36.2
Recommends: xz
Requires: zstd
# We use 'btrfs fi usage' that was not present before
Conflicts: btrfsprogs < 3.18
# suse-module-tools >= 15.4.7 is prepared for the removal of mkinitrd-suse.sh
Conflicts: suse-module-tools < 15.4.7
%{?systemd_requires}
%description
Dracut contains tools to create a bootable initramfs for Linux kernels >= 2.6.
Dracut contains various modules which are driven by the event-based udev
and systemd. Having root on MD, DM, LVM2, LUKS is supported as well as
NFS, iSCSI, NBD, FCoE.
%ifnarch %ix86
%package fips
Summary: Dracut modules to build a dracut initramfs with an integrity check
Group: System/Base
Requires: %{name} = %{version}-%{release}
Requires: libkcapi-tools
%description fips
This package requires everything which is needed to build an
initramfs with dracut, which does an integrity check of the kernel
and its cryptography during startup.
%endif
%ifnarch %ix86
%package ima
Summary: Dracut modules to build a dracut initramfs with IMA
Group: System/Base
Requires: %{name} = %{version}-%{release}
Requires: evmctl
Requires: keyutils
%description ima
This package requires everything which is needed to build an
initramfs (using dracut) which tries to load an IMA policy during startup.
%endif
%package tools
Summary: Tools to build a local initramfs
Group: System/Base
Accepting request 400457 from home:trenn - FCOE fix bsc#982588 * Add 0212-fcoe_reorder_init_path.patch - Port missing SLES patches * Add 0197-95iscsi-Do-not-require-network-for-qla4xxx-flash-ses.patch * Add 0198-95iscsi-set-rd.iscsi.firmware-for-qla4xxx-sessions.patch * Remove 0194-95iscsi-Do-not-require-network-for-qla4xxx-flash-ses.patch * Remove 0195-95iscsi-set-rd.iscsi.firmware-for-qla4xxx-sessions.patch - Rewrite patch: * Add 0302-Revert-90multipath-add-hostonly-multipath.conf-in-ca.patch * Remove 0001-multipath_revert_mpathconf_binary_use.patch - Update 0403-95lunmask-Add-module-to-handle-LUN-masking.patch to match upstream kernel submission (FATE#319786) - Add IFS restoring where it has been lost due to mainline merging (bsc#977117) *Add 0500-Reset-IFS-variable.patch - Make sure to install collect binary (bsc#976466) * Add: 0188-95dasd_rules-Install-collect-udev-helper-binary.patch - Remove version from requires on subpackage - Add a split provide because of the package split for SLE12 SP1 to SP2 upgrade * 0001-multipath_revert_mpathconf_binary_use.patch (fate#320499) * 0170-iscsi-skip-ibft-invalid-dhcp.patch (bsc#953361) * 0160-s390-update_active_devices_initrd.patch (bsc#939101) * 0161-95zfcp_rules-simplified-rd.zfcp-commandline-for-NPIV.patch (bsc#964456) * 0190-replace-iscsistart-with-systemd-service-files.patch (fate#319024) * 0191-static_network_setup_return_zero.patch (bsc#919179) OBS-URL: https://build.opensuse.org/request/show/400457 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=258
2016-06-07 15:51:45 +02:00
Requires: %{name}
# split-provides for upgrade from SLES12 SP1 to SLES12 SP2
Provides: %{name}:%{_bindir}/dracut-catimages
%description tools
This package contains tools to assemble the local initrd and host configuration.
%package extra
Summary: Dracut modules usually not required for normal operation
Group: System/Base
Requires: %{name} = %{version}-%{release}
%description extra
This package contains all modules that are part of dracut upstream
but are not normally supported or required.
%prep
%autosetup
%build
%configure \
--systemdsystemunitdir=%{_unitdir} \
--bashcompletiondir=%{_datadir}/bash-completion/completions \
--libdir=%{_prefix}/lib \
--enable-dracut-cpio
%make_build all CFLAGS="%{optflags}" %{?_smp_mflags}
%install
%make_install
echo -e "#!/bin/bash\nDRACUT_VERSION=%{version}-%{release}" > %{buildroot}%{dracutlibdir}/dracut-version.sh
# remove architecture specific modules
%ifnarch ppc ppc64 ppc64le ppc64p7
rm -rf %{buildroot}%{dracutlibdir}/modules.d/90ppcmac
%endif
%ifnarch s390 s390x
rm -rf %{buildroot}%{dracutlibdir}/modules.d/80cms
rm -rf %{buildroot}%{dracutlibdir}/modules.d/81cio_ignore
rm -rf %{buildroot}%{dracutlibdir}/modules.d/91zipl
rm -rf %{buildroot}%{dracutlibdir}/modules.d/95dasd
rm -rf %{buildroot}%{dracutlibdir}/modules.d/95dasd_mod
rm -rf %{buildroot}%{dracutlibdir}/modules.d/95dasd_rules
rm -rf %{buildroot}%{dracutlibdir}/modules.d/95dcssblk
rm -rf %{buildroot}%{dracutlibdir}/modules.d/95qeth_rules
rm -rf %{buildroot}%{dracutlibdir}/modules.d/95zfcp
rm -rf %{buildroot}%{dracutlibdir}/modules.d/95zfcp_rules
rm -rf %{buildroot}%{dracutlibdir}/modules.d/95znet
%else
rm -rf %{buildroot}%{dracutlibdir}/modules.d/00warpclock
%endif
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
mkdir -p %{buildroot}/boot/dracut
mkdir -p %{buildroot}%{_localstatedir}/lib/dracut/overlay
mkdir -p %{buildroot}%{_localstatedir}/log
touch %{buildroot}%{_localstatedir}/log/dracut.log
install -D -m 0644 dracut.conf.d/suse.conf.example %{buildroot}%{dracutlibdir}/dracut.conf.d/01-dist.conf
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
install -m 0644 suse/99-debug.conf %{buildroot}%{_sysconfdir}/dracut.conf.d/99-debug.conf
%ifnarch %ix86
install -m 0644 dracut.conf.d/fips.conf.example %{buildroot}%{_sysconfdir}/dracut.conf.d/40-fips.conf
install -m 0644 dracut.conf.d/ima.conf.example %{buildroot}%{_sysconfdir}/dracut.conf.d/40-ima.conf
%endif
# bsc#915218
%ifarch s390 s390x
install -m 0644 suse/s390x_persistent_policy.conf %{buildroot}%{_sysconfdir}/dracut.conf.d/10-persistent_policy.conf
%else
install -m 0644 suse/persistent_policy.conf %{buildroot}%{_sysconfdir}/dracut.conf.d/10-persistent_policy.conf
%endif
%if 0%{?suse_version}
rm -f %{buildroot}%{dracutlibdir}/modules.d/45ifcfg/write-ifcfg.sh
ln -s %{dracutlibdir}/modules.d/45ifcfg/write-ifcfg-suse.sh %{buildroot}%{dracutlibdir}/modules.d/45ifcfg/write-ifcfg.sh
%else
mv %{buildroot}%{dracutlibdir}/modules.d/45ifcfg/write-ifcfg.sh %{buildroot}%{dracutlibdir}/modules.d/45ifcfg/write-ifcfg-redhat.sh
ln -s %{dracutlibdir}/modules.d/45ifcfg/write-ifcfg-redhat.sh %{buildroot}%{dracutlibdir}/modules.d/45ifcfg/write-ifcfg.sh
%endif
# create a link to dracut-util to be able to parse kernel command line arguments at generation time
ln -s %{dracutlibdir}/dracut-util %{buildroot}%{dracutlibdir}/dracut-getarg
%post
# check whether /var/run has been converted to a symlink
if [ ! -L /var/run ]; then
grep -q '^[ ]*GRUB_CMDLINE_LINUX_DEFAULT=.*rd.convertfs' /etc/default/grub || \
sed -i '/^[ ]*GRUB_CMDLINE_LINUX_DEFAULT.*/s/"$/ rd.convertfs"/' /etc/default/grub || :
if ! grep --no-message 'add_dracutmodules+=" convertfs "' /etc/dracut.conf.d/05-convertfs.conf; then
cat >>/etc/dracut.conf.d/05-convertfs.conf<<EOF
add_dracutmodules+=" convertfs "
EOF
fi
fi
#clean up after the conversion is done
if [ -L /var/run ] && [ -f /etc/dracut.conf.d/05-convertfs.conf ]; then
sed -i '/^[ ]*GRUB_CMDLINE_LINUX_DEFAULT.*/s/rd.convertfs//' /etc/default/grub || :
[ -f /etc/dracut.conf.d/05-convertfs.conf ] && sed -i '/add_dracutmodules+="[ ]*convertfs[ ]*"/d' /etc/dracut.conf.d/05-convertfs.conf || :
[ -s /etc/dracut.conf.d/05-convertfs.conf ] || rm -f /etc/dracut.conf.d/05-convertfs.conf || :
[ -d /var/lock.lockmove~ ] && rm -rf /var/lock.lockmove~ || :
[ -d /var/run.runmove~ ] && rm -rf /var/run.runmove~ || :
fi
# remove obsolete legacy fillup template for /etc/sysconfig/kernel
rm -f /var/adm/fillup-templates/sysconfig.kernel-mkinitrd
%{?regenerate_initrd_post}
%ifnarch %ix86
%post fips
%{?regenerate_initrd_post}
%endif
%ifnarch %ix86
%post ima
%{?regenerate_initrd_post}
%endif
%postun
%{?regenerate_initrd_post}
%ifnarch %ix86
%postun fips
%{?regenerate_initrd_post}
%endif
%ifnarch %ix86
%postun ima
%{?regenerate_initrd_post}
%endif
%posttrans
%{?regenerate_initrd_posttrans}
%ifnarch %ix86
%posttrans fips
%{?regenerate_initrd_posttrans}
%endif
%ifnarch %ix86
%posttrans ima
%{?regenerate_initrd_posttrans}
%endif
%ifnarch %ix86
%files fips
%license COPYING
%config %{_sysconfdir}/dracut.conf.d/40-fips.conf
%{dracutlibdir}/modules.d/01fips
%endif
%ifnarch %ix86
%files ima
%license COPYING
%config %{_sysconfdir}/dracut.conf.d/40-ima.conf
%{dracutlibdir}/modules.d/96securityfs
%{dracutlibdir}/modules.d/97masterkey
%{dracutlibdir}/modules.d/98integrity
%endif
%files tools
%{_bindir}/dracut-catimages
%{_mandir}/man8/dracut-catimages.8*
%dir /boot/dracut
%dir %{_localstatedir}/lib/dracut
%dir %{_localstatedir}/lib/dracut/overlay
%files extra
%license COPYING
%{dracutlibdir}/modules.d/00mksh
%{dracutlibdir}/modules.d/02caps
%{dracutlibdir}/modules.d/00dash
%{dracutlibdir}/modules.d/05busybox
%ifarch ppc ppc64 ppc64le ppc64p7
%{dracutlibdir}/modules.d/90ppcmac
%endif
%ifarch s390 s390x
# RH-specific s390 modules, we take another approach
%{dracutlibdir}/modules.d/95dasd
%{dracutlibdir}/modules.d/95zfcp
%{dracutlibdir}/modules.d/95znet
%endif
%files
%license COPYING
%doc README.md NEWS.md AUTHORS dracut.html
%doc docs/README.cross docs/README.generic docs/README.kernel
%doc docs/HACKING.md docs/dracut.png docs/dracut.svg
%{_bindir}/dracut
%{_bindir}/lsinitrd
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/dracut
%{_datadir}/bash-completion/completions/lsinitrd
%{_datadir}/pkgconfig/dracut.pc
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
%config(noreplace) %{_sysconfdir}/dracut.conf
%dir %{_sysconfdir}/dracut.conf.d
%dir %{dracutlibdir}/dracut.conf.d
%{dracutlibdir}/dracut.conf.d/01-dist.conf
%config %{_sysconfdir}/dracut.conf.d/99-debug.conf
%config %{_sysconfdir}/dracut.conf.d/10-persistent_policy.conf
%{_mandir}/man8/dracut.8*
%{_mandir}/man1/lsinitrd.1*
%{_mandir}/man7/dracut.kernel.7*
%{_mandir}/man7/dracut.cmdline.7*
%{_mandir}/man7/dracut.bootup.7*
Accepting request 208892 from home:hreinecke:branches:Base:System - Update with patches from git repository: * kernel-modules: add ohci-pci to the list of forced module installs * Run 'xz' and 'lzma' with multiple threads * systemd: do not exit the initqueue, if systemd asks a password * iscsi,nbd: do not fail in hostonly mode * dracut-functions.sh: Avoid loading unnecessary 32-bit libraries for 64-bit initrds * fips: also install /etc/system-fips in the initramfs * dracut.modules.7.asc: removed empty section * dracut.sh: fixed PATH shortener * dracut.spec: move /sbin/dracut to /usr/sbin/dracut * iscsi/nbd: do not try to mount the whole disk, if root= is missing * fips: include crct10dif_generic * Handle crypto modules with and without modaliases * usrmount/module-setup.sh: fixed typo * lvm: always install thin utils for lvm * kernel-modules(ARM): add mmc_block usb_storage to static list of kernel mods * dracut-functions.sh:check_block_and_slaves*() skip LVM internal devs * mkdir basic dirs in /run * network/fcoe: only redirect output to loginit.pipe, if exists * dracut.sh: no need to make subdirs in run * dracut.sh: also mkdir /run/lock, which is copied to * lvm: fix thin recognition * Add lzo, lz4 compression and read INITRD_COMPRESS * remove resume-genrules.sh * resume: fix swap detection in hostonly * base/init.sh: also mkdir /run/lock * dmsquash-live: add /dev/mapper/live-base * Doc: cleanup, extend and split and reuse OBS-URL: https://build.opensuse.org/request/show/208892 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=82
2013-11-29 13:27:47 +01:00
%{_mandir}/man7/dracut.modules.7*
%{_mandir}/man8/dracut-cmdline.service.8*
%{_mandir}/man8/dracut-initqueue.service.8*
%{_mandir}/man8/dracut-pre-pivot.service.8*
%{_mandir}/man8/dracut-pre-trigger.service.8*
%{_mandir}/man8/dracut-pre-udev.service.8*
%{_mandir}/man8/dracut-mount.service.8.*
%{_mandir}/man8/dracut-pre-mount.service.8.*
%{_mandir}/man8/dracut-shutdown.service.8.*
%{_mandir}/man5/dracut.conf.5*
%dir %{_prefix}/lib/kernel
%dir %{_prefix}/lib/kernel/install.d
%{_prefix}/lib/kernel/install.d/50-dracut.install
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install
%dir %{dracutlibdir}
%{dracutlibdir}/skipcpio
%{dracutlibdir}/dracut-functions.sh
%{dracutlibdir}/dracut-init.sh
%{dracutlibdir}/dracut-functions
%{dracutlibdir}/dracut-version.sh
%{dracutlibdir}/dracut-logger.sh
%{dracutlibdir}/dracut-initramfs-restore
%{dracutlibdir}/dracut-install
%{dracutlibdir}/dracut-util
%{dracutlibdir}/dracut-getarg
%{dracutlibdir}/dracut-cpio
%dir %{dracutlibdir}/modules.d
%{dracutlibdir}/modules.d/00bash
Accepting request 314510 from home:trenn:branches:Base:System - Fix dmraid issue bnc#905746 A dracut_dmraid_use_udev.patch - Taken over from SLE12 A fips_add_aesni-intel.patch - Do not touch /run vs /var/run bnc#922676 D 0106-dracut-Enable-converting-of-directory-var-run-var-lo.patch - Update dracut to version 042 Remove these already included or unneeded patches: D dracut_v041_to_HEAD.patch D 0011-Correct-paths-for-openSUSE.patch D 0068-95fcoe-uefi-Test-for-EFI-firmware.patch D 0170-enable-logitech-hidpp.patch Adjust/refresh: M 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch M 0016-Add-new-s390x-specific-rule-files.patch M 0017-45ifcfg-use-distro-specific-scripts.patch M 0019-40network-Fix-race-condition-when-wait-for-networks.patch M 0020-00warpclock-Set-correct-timezone.patch M 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch M 0048-40network-Only-enable-network-interfaces-if-explicit.patch M 0053-01fips-fixup-loading-issues.patch M 0056-81cio_ignore-handle-cio_ignore-commandline.patch M 0057-01fips-Include-some-more-hmacs.patch M 0058-dracut-add-warning-when-including-unsupported-module.patch M 0059-99suse-Add-SUSE-specific-initrd-parsing.patch M 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch M 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch M 0066-40network-always-start-netroot-in-ifup.sh.patch M 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch M 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch OBS-URL: https://build.opensuse.org/request/show/314510 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=219
2015-06-30 14:59:59 +02:00
%{dracutlibdir}/modules.d/00systemd
%{dracutlibdir}/modules.d/00systemd-network-management
%ifnarch s390 s390x
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/00warpclock
%endif
%ifarch %ix86
%exclude %{dracutlibdir}/modules.d/01fips
%endif
%{dracutlibdir}/modules.d/01systemd-ac-power
%{dracutlibdir}/modules.d/01systemd-ask-password
%{dracutlibdir}/modules.d/01systemd-coredump
%{dracutlibdir}/modules.d/01systemd-hostnamed
Accepting request 314510 from home:trenn:branches:Base:System - Fix dmraid issue bnc#905746 A dracut_dmraid_use_udev.patch - Taken over from SLE12 A fips_add_aesni-intel.patch - Do not touch /run vs /var/run bnc#922676 D 0106-dracut-Enable-converting-of-directory-var-run-var-lo.patch - Update dracut to version 042 Remove these already included or unneeded patches: D dracut_v041_to_HEAD.patch D 0011-Correct-paths-for-openSUSE.patch D 0068-95fcoe-uefi-Test-for-EFI-firmware.patch D 0170-enable-logitech-hidpp.patch Adjust/refresh: M 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch M 0016-Add-new-s390x-specific-rule-files.patch M 0017-45ifcfg-use-distro-specific-scripts.patch M 0019-40network-Fix-race-condition-when-wait-for-networks.patch M 0020-00warpclock-Set-correct-timezone.patch M 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch M 0048-40network-Only-enable-network-interfaces-if-explicit.patch M 0053-01fips-fixup-loading-issues.patch M 0056-81cio_ignore-handle-cio_ignore-commandline.patch M 0057-01fips-Include-some-more-hmacs.patch M 0058-dracut-add-warning-when-including-unsupported-module.patch M 0059-99suse-Add-SUSE-specific-initrd-parsing.patch M 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch M 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch M 0066-40network-always-start-netroot-in-ifup.sh.patch M 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch M 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch OBS-URL: https://build.opensuse.org/request/show/314510 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=219
2015-06-30 14:59:59 +02:00
%{dracutlibdir}/modules.d/01systemd-initrd
%{dracutlibdir}/modules.d/01systemd-integritysetup
%{dracutlibdir}/modules.d/01systemd-journald
%{dracutlibdir}/modules.d/01systemd-ldconfig
%{dracutlibdir}/modules.d/01systemd-modules-load
%{dracutlibdir}/modules.d/01systemd-networkd
%{dracutlibdir}/modules.d/01systemd-pcrphase
%{dracutlibdir}/modules.d/01systemd-portabled
%{dracutlibdir}/modules.d/01systemd-pstore
%{dracutlibdir}/modules.d/01systemd-repart
%{dracutlibdir}/modules.d/01systemd-resolved
%{dracutlibdir}/modules.d/01systemd-sysctl
%{dracutlibdir}/modules.d/01systemd-sysext
%{dracutlibdir}/modules.d/01systemd-sysusers
%{dracutlibdir}/modules.d/01systemd-timedated
%{dracutlibdir}/modules.d/01systemd-timesyncd
%{dracutlibdir}/modules.d/01systemd-tmpfiles
%{dracutlibdir}/modules.d/01systemd-udevd
%{dracutlibdir}/modules.d/01systemd-veritysetup
%{dracutlibdir}/modules.d/03modsign
%{dracutlibdir}/modules.d/03rescue
%{dracutlibdir}/modules.d/04watchdog
%{dracutlibdir}/modules.d/04watchdog-modules
%{dracutlibdir}/modules.d/06dbus-broker
%{dracutlibdir}/modules.d/06dbus-daemon
%{dracutlibdir}/modules.d/06rngd
%{dracutlibdir}/modules.d/09dbus
%{dracutlibdir}/modules.d/10i18n
%{dracutlibdir}/modules.d/30convertfs
%{dracutlibdir}/modules.d/35connman
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/35network-legacy
%{dracutlibdir}/modules.d/35network-manager
%{dracutlibdir}/modules.d/40network
%{dracutlibdir}/modules.d/45ifcfg
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/45url-lib
%{dracutlibdir}/modules.d/50drm
%{dracutlibdir}/modules.d/50plymouth
%{dracutlibdir}/modules.d/62bluetooth
%ifarch s390 s390x
%{dracutlibdir}/modules.d/80cms
%endif
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/80lvmmerge
%{dracutlibdir}/modules.d/80lvmthinpool-monitor
%exclude %{dracutlibdir}/modules.d/80test
%exclude %{dracutlibdir}/modules.d/80test-makeroot
%exclude %{dracutlibdir}/modules.d/80test-root
%ifarch s390 s390x
%{dracutlibdir}/modules.d/81cio_ignore
%endif
%{dracutlibdir}/modules.d/90btrfs
%{dracutlibdir}/modules.d/90crypt
%{dracutlibdir}/modules.d/90dm
%{dracutlibdir}/modules.d/90dmraid
%{dracutlibdir}/modules.d/90dmsquash-live
%{dracutlibdir}/modules.d/90dmsquash-live-autooverlay
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/90dmsquash-live-ntfs
%{dracutlibdir}/modules.d/90kernel-modules-extra
%{dracutlibdir}/modules.d/90kernel-modules
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/90kernel-network-modules
%{dracutlibdir}/modules.d/90livenet
%{dracutlibdir}/modules.d/90lvm
%{dracutlibdir}/modules.d/90mdraid
%{dracutlibdir}/modules.d/90multipath
%{dracutlibdir}/modules.d/90nvdimm
%{dracutlibdir}/modules.d/90overlayfs
%{dracutlibdir}/modules.d/90qemu
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/90qemu-net
%{dracutlibdir}/modules.d/91crypt-gpg
%{dracutlibdir}/modules.d/91crypt-loop
%{dracutlibdir}/modules.d/91fido2
%{dracutlibdir}/modules.d/91pcsc
%{dracutlibdir}/modules.d/91pkcs11
%{dracutlibdir}/modules.d/91tpm2-tss
%ifarch s390 s390x
%{dracutlibdir}/modules.d/91zipl
%endif
%{dracutlibdir}/modules.d/95cifs
%ifarch s390 s390x
%{dracutlibdir}/modules.d/95dasd_mod
Accepting request 208892 from home:hreinecke:branches:Base:System - Update with patches from git repository: * kernel-modules: add ohci-pci to the list of forced module installs * Run 'xz' and 'lzma' with multiple threads * systemd: do not exit the initqueue, if systemd asks a password * iscsi,nbd: do not fail in hostonly mode * dracut-functions.sh: Avoid loading unnecessary 32-bit libraries for 64-bit initrds * fips: also install /etc/system-fips in the initramfs * dracut.modules.7.asc: removed empty section * dracut.sh: fixed PATH shortener * dracut.spec: move /sbin/dracut to /usr/sbin/dracut * iscsi/nbd: do not try to mount the whole disk, if root= is missing * fips: include crct10dif_generic * Handle crypto modules with and without modaliases * usrmount/module-setup.sh: fixed typo * lvm: always install thin utils for lvm * kernel-modules(ARM): add mmc_block usb_storage to static list of kernel mods * dracut-functions.sh:check_block_and_slaves*() skip LVM internal devs * mkdir basic dirs in /run * network/fcoe: only redirect output to loginit.pipe, if exists * dracut.sh: no need to make subdirs in run * dracut.sh: also mkdir /run/lock, which is copied to * lvm: fix thin recognition * Add lzo, lz4 compression and read INITRD_COMPRESS * remove resume-genrules.sh * resume: fix swap detection in hostonly * base/init.sh: also mkdir /run/lock * dmsquash-live: add /dev/mapper/live-base * Doc: cleanup, extend and split and reuse OBS-URL: https://build.opensuse.org/request/show/208892 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=82
2013-11-29 13:27:47 +01:00
%{dracutlibdir}/modules.d/95dasd_rules
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/95dcssblk
%endif
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/95debug
%{dracutlibdir}/modules.d/95fcoe
%{dracutlibdir}/modules.d/95fcoe-uefi
%{dracutlibdir}/modules.d/95fstab-sys
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/95iscsi
%{dracutlibdir}/modules.d/95lunmask
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/95nbd
%{dracutlibdir}/modules.d/95nfs
%{dracutlibdir}/modules.d/95nvmf
%ifarch s390 s390x
%{dracutlibdir}/modules.d/95qeth_rules
%endif
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/95resume
%{dracutlibdir}/modules.d/95rootfs-block
%{dracutlibdir}/modules.d/95ssh-client
%{dracutlibdir}/modules.d/95terminfo
%{dracutlibdir}/modules.d/95udev-rules
%{dracutlibdir}/modules.d/95virtfs
%{dracutlibdir}/modules.d/95virtiofs
%ifarch s390 s390x
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/95zfcp_rules
%endif
%{dracutlibdir}/modules.d/97biosdevname
%ifarch %ix86
%exclude %{dracutlibdir}/modules.d/96securityfs
%exclude %{dracutlibdir}/modules.d/97masterkey
%exclude %{dracutlibdir}/modules.d/98integrity
%endif
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/98dracut-systemd
%{dracutlibdir}/modules.d/98ecryptfs
%{dracutlibdir}/modules.d/98pollcdrom
%{dracutlibdir}/modules.d/98selinux
%{dracutlibdir}/modules.d/98syslog
%{dracutlibdir}/modules.d/98usrmount
%{dracutlibdir}/modules.d/99base
%{dracutlibdir}/modules.d/99fs-lib
%{dracutlibdir}/modules.d/99img-lib
%{dracutlibdir}/modules.d/99memstrack
%{dracutlibdir}/modules.d/99shutdown
Accepting request 705438 from Base:System - Bump to 049 - Patches are now maintained in git * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch * Removed 0016-Add-new-s390x-specific-rule-files.patch * Removed 0017-45ifcfg-use-distro-specific-scripts.patch * Removed 0020-00warpclock-Set-correct-timezone.patch * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch * Removed 0053-01fips-fixup-loading-issues.patch * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch * Removed 0057-01fips-Include-some-more-hmacs.patch * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch * Removed 0090-dracut-caps-Remove-whole-caps-module.patch * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch OBS-URL: https://build.opensuse.org/request/show/705438 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=374
2019-05-25 21:57:14 +02:00
%{dracutlibdir}/modules.d/99squash
Accepting request 129273 from home:fcrozat:branches:Base:System - Update to release 022: + fixed host-only kernel module bug - Changes from release 021: + fixed systemd in the initramfs (requires systemd >= 187) + dracut-install: massive speedup with /var on the same filesystem with COW copy. + dracut-install: moved to /usr/lib/dracut until it becomes a general purpose toot + new options: "rd.usrmount.ro" and "rd.skipfsck" + less mount/umount + apply "ro" on the kernel command line also to /usr + mount according to fstab, if neither "ro" or "rw" is specified + skip fsck for xfs and btrfs. remount is enough + give emergency_shell if /usr mount failed + dracut now uses getopt: - options can be position independent now!! - we can now use --option=<arg> + added option "--kver=<kernel-version>", and the image location can be omitted : dracut --kver 3.5.0-0.rc7.git1.2.fc18.x86_64 + dracut.sh: for --include copy also the symbolic links + man pages: lsinitrd and mkinitrd added + network: We do not support renaming in the kernel namespace anymore (as udev does that not anymore). So, if a user wants to use ifname, he has to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. + resume: moved the resume process to the initqueue. This should prevent accidently mounting the root file system. + improve running testsuite - Clean up package to be openSUSE only package and follow openSUSE standard. OBS-URL: https://build.opensuse.org/request/show/129273 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=2
2012-07-30 20:02:55 +02:00
%{dracutlibdir}/modules.d/99suse
%{dracutlibdir}/modules.d/99suse-initrd
%{dracutlibdir}/modules.d/99uefi-lib
%attr(0640,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
%dir %{_unitdir}/initrd.target.wants
%dir %{_unitdir}/sysinit.target.wants
%{_unitdir}/*.service
%{_unitdir}/*/*.service
%changelog