mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
91a5fe9eb0
device should be enabled on the host in order for the UML machine to be able to talk to the Internet. svn path=/nixu/trunk/; revision=806
7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
image=/tmp/disk.img
|
|
|
|
linux ubd0="$image" mem=256M \
|
|
eth0=tuntap,tap4,,192.168.150.1 \
|
|
init="/init"
|