mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
7 lines
103 B
Bash
Executable file
7 lines
103 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
image=/tmp/disk.img
|
|
|
|
linux ubd0="$image" mem=256M \
|
|
eth0=tuntap,tap1 \
|
|
init="/init"
|