mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-12 10:22:05 +08:00
a765dc1759
* cleanup apt hook * Move VERSION into rootfs overlay * Use broad rootfs overlay copy
12 lines
173 B
Desktop File
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
|