- 98dracut-systemd: Start systemd-vconsole-setup before dracut-cmdline-ask (bsc#1055834) * adds 0582-98dracut-systemd-Start-systemd-vconsole-setup-before.patch - Fixed Patch 581 to apply cleanly * Updates 0581-kernel-modules-add-nfit.patch - Mark the DASD udev rules host-only and handle backslashes in paths for hostonly files (bsc#786559) * adds 0583-99base-Allow-files-with-backslashes-in-hostonly-file.patch * adds 0584-95dasd_rules-mark-dasd-rules-host_only.patch OBS-URL: https://build.opensuse.org/request/show/645720 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=356
27 lines
869 B
Diff
27 lines
869 B
Diff
From b38b7fef36333a59890233dccfbbb6d2c40ebe83 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Molkentin <dmolkentin@suse.com>
|
|
Date: Fri, 19 Oct 2018 14:39:30 +0200
|
|
Subject: [PATCH 2/2] 95dasd_rules: mark dasd rules host_only
|
|
|
|
Reference: bsc#1090884
|
|
---
|
|
modules.d/95dasd_rules/module-setup.sh | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/modules.d/95dasd_rules/module-setup.sh b/modules.d/95dasd_rules/module-setup.sh
|
|
index 488400c3..124dbad9 100755
|
|
--- a/modules.d/95dasd_rules/module-setup.sh
|
|
+++ b/modules.d/95dasd_rules/module-setup.sh
|
|
@@ -54,6 +54,8 @@ install() {
|
|
if [[ $hostonly ]] ; then
|
|
inst_rules_wildcard 51-dasd-*.rules
|
|
inst_rules_wildcard 41-s390x-dasd-*.rules
|
|
+ mark_hostonly /etc/udev/rules.d/51-dasd-*.rules
|
|
+ mark_hostonly /etc/udev/rules.d/41-s390x-dasd-*.rules
|
|
fi
|
|
inst_rules 59-dasd.rules
|
|
}
|
|
--
|
|
2.16.4
|
|
|