mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
I couldn't take it anymore! The launcher script could not handle paths outside the script's own directory, and it was driving me crazy. Now only the default values are relative to the script's directory. Given paths are relative to the current directory and absolute paths work as you would expect. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
155 B
155 B
- Fixed path handling in the QEMU .sh launcher scripts. Given paths now are relative to the current directory and absolute paths work as you would expect.