Files
Adeeb Shihadeh 98e4c291da Mount filesystems earlier (#568)
* Mount local filesystems earlier

* cleanup

* rm

* revert that

* cleanup
2026-05-01 19:57:02 -07:00

12 lines
173 B
Desktop File

[Unit]
Description=Setup rootfs
Before=local-fs.target
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/usr/comma/fs_setup.sh
[Install]
WantedBy=multi-user.target