Skip to content

hooks/archiso: merge _mnt_sfs and _mnt_erofs into one funtion _mnt_fs

nl6720 requested to merge nl6720/mkinitcpio-archiso:mnt_fs into master

Now that EROFS is detected by util-linux, the actions to mount a squashfs or erofs image are basically the same. The _mnt_sfs and _mnt_erofs functions can be merged into one: _mnt_fs.

Merge request reports