* [PATCH] systemd-initrd: install new initrd-root-device.target
@ 2016-05-12 21:11 Daniel Drake
[not found] ` <1463087474-22316-1-git-send-email-drake-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2016-05-12 21:11 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
systemd has a new initramfs target useful for inserting custom initramfs
code after the root device is available, before it has been checked and
mounted.
https://github.com/systemd/systemd/pull/3239
Make that available in dracut initramfs as standard.
---
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.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] systemd-initrd: install new initrd-root-device.target
[not found] ` <1463087474-22316-1-git-send-email-drake-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
@ 2016-05-12 22:02 ` Dracut GitHub Import Bot
0 siblings, 0 replies; 2+ messages in thread
From: Dracut GitHub Import Bot @ 2016-05-12 22:02 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
Patchset imported to github.
Pull request:
<https://github.com/haraldh/dracut/compare/master...dracut-mailing-devs:1463087474-22316-1-git-send-email-drake%40endlessm.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-12 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-12 21:11 [PATCH] systemd-initrd: install new initrd-root-device.target Daniel Drake
[not found] ` <1463087474-22316-1-git-send-email-drake-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
2016-05-12 22:02 ` Dracut GitHub Import Bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox