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