diff options
| author | pooka <pooka@NetBSD.org> | 2011-02-04 19:42:12 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2011-02-04 19:42:12 +0000 |
| commit | 275ff3e9c55d347f5a9f3a95e913d968f774afbc (patch) | |
| tree | 937044f0e9df330648e79079b274122bffbfe213 /tests/dev/raidframe | |
| parent | f3fc3cdb211cd152d055595537da15998648ea5e (diff) | |
Remove the rif/rof options and add rump.dd. This makes usage
consistent with other rump clients. Copying between kernels is
done using the host pipe, e.g.:
dd if=foo rof=bar skip=1 seek=1 => dd if=foo skip=1 | rump.dd of=bar seek=1
Also, the pipe idiom extends to copying between different rump
kernels, e.g.:
env RUMP_SERVER=unix://srv1 rump.dd if=thefile \
| env RUMP_SERVER=unix://srv2 rump.dd of=thefile
Pipe approach suggested by yamt (thanks!)
Diffstat (limited to 'tests/dev/raidframe')
0 files changed, 0 insertions, 0 deletions
