Mount /boot automatically

This commit is contained in:
Takumi Sueda
2023-03-21 18:01:11 +09:00
parent ee93757ff1
commit bc2c108d77
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Mount boot partition
[Mount]
What=/dev/mmcblk1p1
Where=/boot
Options=ro
[Install]
WantedBy=multi-user.target