Hi, Michael Raskin <[email protected]> writes:
> Ludovic Courts wrote: >> Mount `/dev/shm' (shared memory support). > >> mount -t tmpfs -o "mode=0755" none /dev >> +mkdir -m 0777 /dev/shm >> +mount -t tmpfs -o "rw,nosuid,nodev" tmpfs /dev/shm >> mkdir -m 0755 -p /dev/pts >> mount -t devpts none /dev/pts > > Why make it mandatory? It can't hurt, can it? Ludo'. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
