mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-14 22:38:01 +09:00
11 lines
130 B
SYSTEMD
11 lines
130 B
SYSTEMD
[Unit]
|
|
Description=Mount boot partition
|
|
|
|
[Mount]
|
|
What=/dev/mmcblk1p1
|
|
Where=/boot
|
|
Options=ro
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|