IBT-FMI / gebuilder

Gentoo System and Image Builder
GNU General Public License v3.0
11 stars 0 forks source link

Only do deduplication if mounted on BTRFS or XFS #43

Open Doeme opened 4 years ago

Doeme commented 4 years ago

Otherwise the travis test-builds will fail.

Two possible solutions: Do not exit 1 when executing dedupe on ext4 (i.e. tell dedupe to just not care), or return from the script when mounted on ^(btrfs|xfs). No idea how this can be done, though :)