diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-17 19:19:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-17 19:19:28 +0200 |
commit | 107e95cd028c183f73705bf04a5dc2b99fa1c258 (patch) | |
tree | 8f8655a8cd92ab0eb306024102c9605b31082dbb /target/shuttle | |
parent | c2778054a28a608fc279366b3e63ba75977d671d (diff) |
add a method to avoid /tmp as tmpfs
- useful f.e. for a shuttle pc
- fix tty permissions, needed for non-root users
Diffstat (limited to 'target/shuttle')
-rw-r--r-- | target/shuttle/files/etc/mdev.conf | 2 | ||||
-rw-r--r-- | target/shuttle/files/etc/notmpfs | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/shuttle/files/etc/mdev.conf b/target/shuttle/files/etc/mdev.conf index 82171d8ed..363d02262 100644 --- a/target/shuttle/files/etc/mdev.conf +++ b/target/shuttle/files/etc/mdev.conf @@ -9,6 +9,6 @@ kmem 0:0 000 mem 0:0 0640 port 0:0 0640 ptmx 0:0 666 -tty 0:0 0660 +tty 0:0 0666 ttyS* 0:0 640 .* 0:0 644 @/lib/mdev/init diff --git a/target/shuttle/files/etc/notmpfs b/target/shuttle/files/etc/notmpfs new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/target/shuttle/files/etc/notmpfs |