parent
c50e63d550
commit
75dc0a693a
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Automount user partition with default settings
|
||||
|
||||
[Automount]
|
||||
Where=/mnt/rom/user
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Mount user partition with default settings
|
||||
|
||||
[Mount]
|
||||
What=/dev/mtdblock9
|
||||
Where=/mnt/rom/user
|
||||
Type=jffs2
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in new issue