【发布时间】:2018-05-14 07:52:42
【问题描述】:
systemd.generator man page 表示生成器在启动时很早就运行,并且它们都同时运行。它们实际上是在启动的哪个时间点运行的?
据我了解,CoreOS 的 ignition 是作为运行 after the initramfs is mounted but before pivoting to the root filesystem 的生成器实现的,这是 CoreOS 特有的东西,还是使用 systemd init 的任何操作系统都通用?
【问题讨论】:
标签: init systemd coreos coreos-ignition