Michael Raskin <7c6f4...@mail.ru> writes:

> Ludovic Courtès 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?
>
> Yes it can. That is a "bash -e" script, and custom kernel may lack that
> tmpfs functionality.

That would be very unfortunate since the line just above mounts `/dev'
as a tmpfs, too.

Thanks,
Ludo'.

_______________________________________________
nix-dev mailing list
nix-dev@cs.uu.nl
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to