Skip to content

hooks/{archiso,archiso_pxe_http}: replace mkdir commands with mount's --mkdir option

nl6720 requested to merge mount--mkdir into master

util-linux 2.38 added a --mkdir option to mount that creates the mountpoint if it does not exist.

Merge request reports