Ben NanoNote QEMU script - final version
EdorFaus
edorfaus at xepher.net
Sun Sep 16 13:44:50 EDT 2012
Hi,
On 09/16/2012 02:51 PM, Hans Bezemer wrote:
> Feel free to do it yourself and please report back any errors or omissions.
I haven't actually tested this script (yet?), but noticed something
while reading it. I suspect these two lines:
mkdir /dev/pts
mknod -m 0666 "$ROOTDIR/ptmx" c 5 2
should be replaced with these two:
mkdir "$ROOTDIR/dev/pts"
mknod -m 0666 "$ROOTDIR/dev/ptmx" c 5 2
--
-Frode
More information about the discussion
mailing list