initramfs-tools: add nilfs2 module by default.

This commit is contained in:
Juan RP 2012-02-04 11:49:10 +01:00
parent e21d3a1f86
commit 41e76f6fab
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"