mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
8d4ae698ea
The destroy script already has a bash interpreter in use, but when the `disk-deactivate` script is ran, it calls out to /usr/bin/env to query for a bash interpreter. When running the destroyScript in unique places (such as the stage-1 initrd), /usr/bin/env might not exist, so we can make destroyScript more self-contained by reusing the same bash. |
||
---|---|---|
.. | ||
types | ||
default.nix | ||
make-disk-image.nix | ||
tests.nix |