mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
f763a7c40a
svn path=/nixu/trunk/; revision=1730
8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#! /bin/sh -e
|
|
|
|
image=/tmp/disk.img
|
|
|
|
linux ubd0="$image" mem=256M \
|
|
eth0=tuntap,tap1 \
|
|
init="/init"
|