1
0
mirror of https://github.com/rancher/os.git synced 2025-07-22 02:41:33 +00:00
os/files/lib/systemd/system/cos-setup-rootfs.service

15 lines
316 B
SYSTEMD
Raw Normal View History

2021-06-27 07:14:52 +00:00
[Unit]
Description=cOS system early rootfs setup
DefaultDependencies=no
After=initrd-root-fs.target
Requires=initrd-root-fs.target
Conflicts=initrd-switch-root.target
[Service]
Type=oneshot
ExecStartPre=/usr/bin/ln -sf -t / /sysroot/system
ExecStart=/usr/bin/cos-setup rootfs
[Install]
RequiredBy=initrd-fs.target