mirror of
https://github.com/rancher/os.git
synced 2025-07-22 02:41:33 +00:00
15 lines
316 B
SYSTEMD
15 lines
316 B
SYSTEMD
|
[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
|