diff --git a/srcpkgs/initramfs-tools/files/hook-functions b/srcpkgs/initramfs-tools/files/hook-functions index 5f383f3884..cdfb79bbd1 100644 --- a/srcpkgs/initramfs-tools/files/hook-functions +++ b/srcpkgs/initramfs-tools/files/hook-functions @@ -380,7 +380,7 @@ auto_add_modules() base) for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci-hcd \ hid-apple hid-cherry hid-logitech hid-microsoft hid-sunplus \ - btrfs ext2 ext3 ext4 isofs jfs reiserfs udf xfs \ + btrfs ext2 ext3 ext4 isofs jfs reiserfs udf xfs nilfs2 \ i8042 virtio_pci; do manual_add_modules "${x}" done diff --git a/srcpkgs/initramfs-tools/template b/srcpkgs/initramfs-tools/template index 9cc50d8030..252d2159cd 100644 --- a/srcpkgs/initramfs-tools/template +++ b/srcpkgs/initramfs-tools/template @@ -1,6 +1,6 @@ # Template file for 'initramfs-tools' pkgname=initramfs-tools -_localver=115 # This is the XBPS version +_localver=116 # This is the XBPS version _distver=0.99 # This should match debian version version=${_distver}.${_localver} short_desc="Tools for generating an initramfs"