Skip to content

install/fsck: always use the add_fsck function to add fsck helpers

Kristian Klausen requested to merge github/fork/nl6720/fsck-case into master

Created by: nl6720

Check if the fsck helper of a / or /usr file system exists before adding it. This way, nonexistent fsck helper names do not need to be hardcoded.

Add the e2fsck binary and symlink fsck.ext2, fsck.ext3 and fsck.ext4 to it.

Edited by nl6720

Merge request reports