Skip to content

Commit

Permalink
Merge pull request #3053 from ericcurtin/add_overlay_and_erofs_to_initrd
Browse files Browse the repository at this point in the history
boot/dracut: Add erofs and overlayfs kernel modules
  • Loading branch information
cgwalters committed Sep 21, 2023
2 parents cd606aa + cecb59d commit 46b7821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/boot/dracut/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library. If not, see <https://www.gnu.org/licenses/>.

installkernel() {
instmods erofs overlay
}

check() {
if [[ -x $systemdutildir/systemd ]] && [[ -x /usr/lib/ostree/ostree-prepare-root ]]; then
return 255
Expand Down

0 comments on commit 46b7821

Please sign in to comment.