parent
e1bcfeb0f5
commit
62f1eaed42
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Automount ROM partition with factory defaults
|
||||
|
||||
[Automount]
|
||||
Where=/mnt/rom/factory
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Mount ROM partition with factory defaults
|
||||
|
||||
[Mount]
|
||||
What=/dev/mtdblock8
|
||||
Where=/mnt/rom/factory
|
||||
Type=jffs2
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Automount storage partition
|
||||
|
||||
[Automount]
|
||||
Where=/mnt/storage
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Mount storage partition
|
||||
|
||||
[Mount]
|
||||
What=/dev/mmcblk0p4
|
||||
Where=/mnt/storage
|
||||
Type=ext4
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in new issue