mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-05 06:44:40 +00:00
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"
|