mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-12-10 13:14:17 +09:00
Mount /boot automatically
This commit is contained in:
10
os-brainux/override/lib/systemd/system/boot.mount
Normal file
10
os-brainux/override/lib/systemd/system/boot.mount
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Mount boot partition
|
||||
|
||||
[Mount]
|
||||
What=/dev/mmcblk1p1
|
||||
Where=/boot
|
||||
Options=ro
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user