diff options
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 5a31a8e..1ed1323 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -56,6 +56,9 @@ loglevel 3 mkdir /cache 0770 system cache mkdir /config 0500 root root + # Directory for shell-visible mount points, like external storage + mkdir /mnt/shell 0700 shell shell + # Directory for putting things only root should see. mkdir /mnt/secure 0700 root root |