Accepting request 439226 from home:danimo:branches:Base:System
- systemd-initrd: Add initrd-root-device.target. Cherry-pick to get systemd v230 into factory (bsc1009089) * add 0451-systemd-initrd-add-initrd-root-device.target.patch OBS-URL: https://build.opensuse.org/request/show/439226 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=273
This commit is contained in:
parent
89d7c27ed3
commit
054974c593
24
0451-systemd-initrd-add-initrd-root-device.target.patch
Normal file
24
0451-systemd-initrd-add-initrd-root-device.target.patch
Normal file
@ -0,0 +1,24 @@
|
||||
From d4efc0aeeecc470d9a267b7f3c130f472488905c Mon Sep 17 00:00:00 2001
|
||||
From: Harald Hoyer <harald@redhat.com>
|
||||
Date: Wed, 25 May 2016 15:06:29 +0200
|
||||
Subject: [PATCH] systemd-initrd: add initrd-root-device.target
|
||||
|
||||
---
|
||||
modules.d/01systemd-initrd/module-setup.sh | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/modules.d/01systemd-initrd/module-setup.sh b/modules.d/01systemd-initrd/module-setup.sh
|
||||
index fb6a9ea..c1ccd2a 100755
|
||||
--- a/modules.d/01systemd-initrd/module-setup.sh
|
||||
+++ b/modules.d/01systemd-initrd/module-setup.sh
|
||||
@@ -28,6 +28,7 @@ install() {
|
||||
inst_multiple -o \
|
||||
$systemdsystemunitdir/initrd.target \
|
||||
$systemdsystemunitdir/initrd-fs.target \
|
||||
+ $systemdsystemunitdir/initrd-root-device.target \
|
||||
$systemdsystemunitdir/initrd-root-fs.target \
|
||||
$systemdsystemunitdir/initrd-switch-root.target \
|
||||
$systemdsystemunitdir/initrd-switch-root.service \
|
||||
--
|
||||
2.10.0
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 15:19:37 UTC 2016 - daniel@molkentin.de
|
||||
|
||||
- systemd-initrd: Add initrd-root-device.target. Cherry-pick to get
|
||||
systemd v230 into factory (bsc1009089)
|
||||
* add 0451-systemd-initrd-add-initrd-root-device.target.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 15:54:09 UTC 2016 - dmolkentin@suse.de
|
||||
|
||||
|
@ -171,6 +171,7 @@ Patch404: 0404-dracut-emergency-optionally-print-fs-help.patch
|
||||
|
||||
# Workarounds/Patches no longer relevant in 045
|
||||
Patch450: 0450-Strip-NUL-bytes-in-stream-before-push-in-string.patch
|
||||
Patch451: 0451-systemd-initrd-add-initrd-root-device.target.patch
|
||||
|
||||
# On top patches/fixes which have to be applied late
|
||||
Patch500: 0500-Reset-IFS-variable.patch
|
||||
@ -373,6 +374,7 @@ chmod a+x modules.d/91zipl/install_zipl_cmdline.sh
|
||||
%patch404 -p1
|
||||
|
||||
%patch450 -p1
|
||||
%patch451 -p1
|
||||
|
||||
%patch500 -p1
|
||||
%patch501 -p1
|
||||
|
Loading…
x
Reference in New Issue
Block a user