]> git.ipfire.org Git - thirdparty/systemd.git/blob - mkosi.images/system/mkosi.conf.d/10-opensuse/initrd/mkosi.postinst
Merge pull request #31648 from neighbourhoodie/review-content
[thirdparty/systemd.git] / mkosi.images / system / mkosi.conf.d / 10-opensuse / initrd / mkosi.postinst
1 #!/bin/bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 set -e
4
5 # OpenSUSE insists on blacklisting erofs by default because its supposedly a legacy filesystem.
6 # See https://github.com/openSUSE/suse-module-tools/pull/71
7 rm -f "$BUILDROOT/usr/lib/modprobe.d/60-blacklist_fs-erofs.conf"