1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 07:44:21 +00:00
Files
os/files/lib/systemd/system/cos-setup-rootfs.service

15 lines
316 B
SYSTEMD
Raw Normal View History

2021-06-27 00:14:52 -07: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