Skip to content
  • Luca Weiss's avatar
    jobs/build_image: fix pmb_v2_mirrors_arg position · 42c8451c
    Luca Weiss authored and Oliver Smith's avatar Oliver Smith committed
    Without this patch, the -m and -mp arguments are at the wrong position.
    They line must look like:
        pmbootstrap -m … -mp … install …
    Instead of:
        pmbootstrap install … -m … -mp …
    
    (Thanks Luca for the patch! Oliver wrote this commit msg, adjusted tests.)
    42c8451c