Skip to content

lsinitcpio: don't print early cpio if it doesn't exist

classabbyamp requested to merge classabbyamp/mkinitcpio:lsinicpio-dedup into master

the default is to print both early and main cpios, but if the early cpio doesn't exist, the main cpio is printed twice. we can fix this by simply disabling printing the early cpio if it's not detected.

fixes #253 (closed)

Merge request reports