Create initrd-root-device.target synchronization point (#3239)
authorDaniel Drake <drake@endlessm.com>
Thu, 12 May 2016 16:42:39 +0000 (10:42 -0600)
committerLennart Poettering <lennart@poettering.net>
Thu, 12 May 2016 16:42:39 +0000 (18:42 +0200)
commit7163e1ca1108d789ee8b40238ebf0f6978cd58a9
treeff949785e1d957d95a9e25fc6d7ea4ea3d8a9558
parent42d35e1301928d08dd32ec51f0205252ae658ba5
Create initrd-root-device.target synchronization point (#3239)

Add a synchronization point so that custom initramfs units can run
after the root device becomes available, before it is fsck'd and
mounted.

This is useful for custom initramfs units that may modify the
root disk partition table, where the root device is not known in
advance (it's dynamically selected by the generators).
Makefile.am
man/bootup.xml
man/systemd.special.xml
src/basic/special.h
src/fstab-generator/fstab-generator.c
src/gpt-auto-generator/gpt-auto-generator.c
src/shared/generator.c
src/shared/generator.h
units/initrd-root-device.target [new file with mode: 0644]
units/initrd.target