This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env nix-shell | |
| #! nix-shell -i bash -p coreutils qemu parted e2fsprogs dosfstools debootstrap grub2 util-linux | |
| set -e -x -o nounset | |
| ########### Notes ########### | |
| # | |
| # - You don't have to use Nix to run this script; just be sure to have the above packages installed. | |
| # | |
| # - [This Stack Overflow post](https://unix.stackexchange.com/questions/719367) |
OlderNewer