initramfs-tools: add nilfs2 module by default.
This commit is contained in:
parent
e21d3a1f86
commit
41e76f6fab
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user