3bca7421ef
- This is to support predictable interface names (boo#960669) * adds 0541-Make-sure-70-persistent-net.rules-is-included-in-ini.patch - Include crc32c Intel module when using btrfs (bsc#1011554) * adds 0542-Include-crc32c-intel-module-when-using-btrfs.patch OBS-URL: https://build.opensuse.org/request/show/535957 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=324
30 lines
906 B
Diff
30 lines
906 B
Diff
From 9ddabe8afc13e0ea038ab5bc8aaf1cffe1c905ed Mon Sep 17 00:00:00 2001
|
|
From: Daniel Molkentin <dmolkentin@suse.com>
|
|
Date: Mon, 23 Oct 2017 12:01:43 +0200
|
|
Subject: [PATCH] Make sure 70-persistent-net.rules is included in initramfs
|
|
|
|
This is to support predictable interface names
|
|
|
|
Note: This should not be backported.
|
|
|
|
Reference: boo#960669
|
|
---
|
|
modules.d/95udev-rules/module-setup.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules.d/95udev-rules/module-setup.sh b/modules.d/95udev-rules/module-setup.sh
|
|
index 5e3f444d..38f7726c 100755
|
|
--- a/modules.d/95udev-rules/module-setup.sh
|
|
+++ b/modules.d/95udev-rules/module-setup.sh
|
|
@@ -38,6 +38,7 @@ install() {
|
|
60-pcmcia.rules \
|
|
60-persistent-storage.rules \
|
|
61-persistent-storage-edd.rules \
|
|
+ 70-persistent-net.rules \
|
|
70-uaccess.rules \
|
|
71-seat.rules \
|
|
73-seat-late.rules \
|
|
--
|
|
2.14.1
|
|
|