Skip to content

Commit

Permalink
vm: Create /dev/full
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 21, 2017
1 parent 6afff40 commit 54a4b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/build-support/vm/default.nix
Expand Up @@ -64,6 +64,7 @@ rec {
''
mknod -m 666 ${dev}/null c 1 3
mknod -m 666 ${dev}/zero c 1 5
mknod -m 666 ${dev}/full c 1 7
mknod -m 666 ${dev}/random c 1 8
mknod -m 666 ${dev}/urandom c 1 9
mknod -m 666 ${dev}/tty c 5 0
Expand Down

0 comments on commit 54a4b77

Please sign in to comment.