nixpkgs/run.sh
Armijn Hemel 85bbb5e447 add a whole bunch of packages to make NixU a bit more useful:
- ssh
- shadowutils
- ping
- vim
- less
- strace
- ...

svn path=/nixu/trunk/; revision=1243
2004-08-06 13:52:39 +00:00

8 lines
118 B
Bash
Executable file

#! /bin/sh -e
image=/tmp/disk.img
linux ubd0="$image" mem=256M \
eth0=tuntap,tap1,,192.168.150.3 \
init="/init"