mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-10 21:21:37 +01:00
Previously the code in base_image_util.sh properly handled the disk layout command line flag but the spaghetti code later on calls a function from disk_layout_util.sh which only returned 'base' resulting in a bit of a mess if something other than 'base' is used. Sync up the two code paths to avoid that...
Description
Languages
Shell
93%
Python
6.9%