mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
login.nix: fixup, remove double-binding of /dev/shm
Reported-by: Zhong Jianxin <azuwis@gmail.com>
This commit is contained in:
parent
149e5c8869
commit
3b4fd630ae
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ writeScript "login" ''
|
|||
-b ${installationDir}/bin:/bin \
|
||||
-b ${installationDir}/etc:/etc \
|
||||
-b ${installationDir}/tmp:/tmp \
|
||||
-b ${installationDir}/tmp:/dev/shm \
|
||||
-b ${installationDir}/usr:/usr \
|
||||
-b ${installationDir}/dev/shm:/dev/shm \
|
||||
-b /:/android \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue