mirror of
https://github.com/rancher/os.git
synced 2025-07-15 15:51:36 +00:00
15 lines
316 B
Desktop File
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
|