1
0
mirror of https://github.com/rancher/os.git synced 2025-07-15 15:51:36 +00:00
os/files/lib/systemd/system/cos-setup-rootfs.service
Darren Shepherd 2072aaad9c Work arounds
2021-06-27 00:14:52 -07:00

15 lines
316 B
Desktop File

[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