initramfs-tools: add nilfs2 module by default.
This commit is contained in:
parent
e21d3a1f86
commit
41e76f6fab
2 changed files with 2 additions and 2 deletions
|
@ -380,7 +380,7 @@ auto_add_modules()
|
||||||
base)
|
base)
|
||||||
for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci-hcd \
|
for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci-hcd \
|
||||||
hid-apple hid-cherry hid-logitech hid-microsoft hid-sunplus \
|
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
|
i8042 virtio_pci; do
|
||||||
manual_add_modules "${x}"
|
manual_add_modules "${x}"
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'initramfs-tools'
|
# Template file for 'initramfs-tools'
|
||||||
pkgname=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
|
_distver=0.99 # This should match debian version
|
||||||
version=${_distver}.${_localver}
|
version=${_distver}.${_localver}
|
||||||
short_desc="Tools for generating an initramfs"
|
short_desc="Tools for generating an initramfs"
|
||||||
|
|
Loading…
Reference in a new issue