bootloader-crimes icon indicating copy to clipboard operation
bootloader-crimes copied to clipboard

Use bash for mkdisk.sh to have pushd and popd

Open muelli opened this issue 2 years ago • 1 comments

On my system, pushd and popd are bash internals, so let's make the script use bash.

muelli avatar Aug 31 '23 13:08 muelli

Nice hack! This script is awful for portability, I think long term it should just be put into an alpine container, which would make a bunch of things less awkward to do.

Phaeilo avatar Sep 25 '23 19:09 Phaeilo