NetBSD/sbin/dmctl/README

23 lines
459 B
Plaintext
Raw Normal View History

= RUMP howto =
2011-02-08 12:51:55 +03:00
Build rump dm library, build libdm with RUMP_ACTION, build dmct with RUMP_ACTION.
2011-02-08 12:51:55 +03:00
cd lib/libdm/
RUMP_ACTION=1 USETOOLS=no make
cd ../../sbin/dmctl
RUMP_ACTION=1 USETOOLS=no make
RUMP_ACTION=1 USETOOLS=no make -f Makefile.server
== Server Startup ==
RUMP_SP_SERVER=unix:///tmp/dmc
env RUMP_VERBOSE=1 ./dmctl_server
Server uses /home/haad/test.img file as disk1 device.
== Client Startup ==
RUMP_SP_CLIENT=unix:///tmp/dmc
./dmctl version