mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-15 06:48:02 +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
|