Fabio Erculiani
53dbd52ba4
kernel: set CONFIG_UEVENT_HELPER_PATH="" as per Gentoo bug #493874
11 years ago
Fabio Erculiani
3a17a693af
modules_load: add Microsoft Hyper-V initramfs support through "dohyperv"
11 years ago
Fabio Erculiani
daebb4a970
modules_load: add ohci-pci, fixes Sabayon bug #4396
11 years ago
Salah Coronya
f6ca169a33
modules_load: add virtio_scsi to MODULES_VIRTIO
11 years ago
Fabio Erculiani
3ec035cccd
Remove MODULES_PLYMOUTH
...
MODULES_PLYMOUTH is only useful to mdev and doesn't do any good
to udev because it dynamically loads what's needed
12 years ago
Richard Yao
80c1c1669a
Load xhci-plat when available
...
At least one kernel configuration generates an addition module that we
need to load for USB 3.0 support, so lets load it.
Reported-by: Robin Johnson <robbat2@gentoo.org>
Signed-off-by: Richard Yao <ryao@gentoo.org>
12 years ago
Richard Yao
c408c1942a
Build USB 3.0 support by default, bug #452888
...
Signed-off-by: Richard Yao <ryao@gentoo.org>
12 years ago
Fabio Erculiani
08cd7890bf
Merge branch 'master' into plymouth
...
Conflicts:
arch/x86/modules_load
arch/x86_64/modules_load
defaults/modules_load
12 years ago
Fabio Erculiani
7505a99952
modules_load: do not forcibly load radeon and nouveau, they may kill a system
12 years ago
Fabio Erculiani
4313f7ba20
modules_load: add virtio modules
12 years ago
Fabio Erculiani
8ea38a7db9
modules_load: add MODULES_CRYPT, improve backward compatibility
12 years ago
Fabio Erculiani
bea8085444
Introduce initial support to Plymouth
12 years ago
Fabio Erculiani
4c93a5adb7
Add ehci-pci to MODULES_USB, needed by 3.8 kernels, see bug #458606
...
Thanks to Adrian.Bassett@hotmail.co.uk for reporting this.
12 years ago
Robin H. Johnson
ec4628ee5e
Clean up module drift over the years. Just MODULES_CRYPTO left.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years ago
Robin H. Johnson
e6de60283b
Bug #286187 : Complete multipath support.
...
Somewhere in the mists of time we lost part of the multipath patch, so
we were bundling the userspace, but not the kernel modules, or ever
using it.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years ago
Robin H. Johnson
4d42bbf35b
Bug #336170 : amd74xx was long-replaced by pata_amd.
...
The old driver is problematic, as even with the pata_amd module loaded,
it will not release the device. Disable the old driver on remaining
platforms, add pata_amd where missing & needed (not alpha).
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years ago
Robin H. Johnson
3219730c44
modules/lvm: dm-thin-pool now requires dm-persistent-data and libcrc32c
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Richard Yao
1e92078650
USB 3.0 Support: Load xhci-hcd when available
13 years ago
Richard Yao
d7cf3689bf
Linux 3.5 renames usbhid to hid-generic
...
We add hid-generic to the modules_load list alongside usbhid to avoid
issues.
13 years ago
Sebastian Pipping
c261693b92
Add xts to MODULES_CRYPTO (bug #425028 )
13 years ago
Sebastian Pipping
21b2c4aab3
Make sure that cbc.ko and aes*.ko needed for cbc-essiv:sha256 (=default) disk encryption are included with the initramfs (bug #416973 )
13 years ago
Sebastian Pipping
b476a988ea
Set CONFIG_DEVTMPFS=y on x86, x86_64, default for udev
13 years ago
Robin H. Johnson
4a3e1ff1cf
Merge remote-tracking branch 'origin/bug-405495'
...
Conflicts:
ChangeLog
arch/x86_64/modules_load
13 years ago
Sebastian Pipping
1159b4c2f6
Make sure the sha256 module makes it into the initramfs (bug #405495 )
13 years ago
Robin H. Johnson
51ec555f6d
modules_load: include more DM and MD modules for other RAID/LVM configurations.
...
X-Gentoo-Bug: 401583
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=401583
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
5eeadc8d26
Ensure default for new initramfs compression is used.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Richard Yao
fc98fa9d89
Implement ZFS Support
...
This provides ZFS support, to go with the sys-fs/zfs package.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> (cleanups)
13 years ago
Richard Yao
73520cb6b2
Implement --[no-]compress-initramfs option to complement --[no-]integrated-initramfs
...
When using an integrated initramfs (including in kernel during build),
it's better NOT to compress the initramfs, as the kernel build process
will then be re-compressing it. This can provide space savings on disk
as well as potential time & memory savings (one less decompress pass is
needed before the kernel can use the initramfs).
This functionality was previously available in the undocumented
COMPRESS_INITRD variable.
Code-by: Richard Yao <ryao@cs.stonybrook.edu>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
(commit message rewritten).
13 years ago
Sebastian Pipping
6cde7bcb66
Unset CONFIG_SYSFS_DEPRECATED for udev (bug #335763 )
13 years ago
Sebastian Pipping
16d6148c74
Add mpt2sas to auto-load SCSI modules
13 years ago
Sebastian Pipping
bf0cad6a30
Remove support for sys-fs/evms, as it was removed from Gentoo (bug #372423 )
14 years ago
Sebastian Pipping
b20494438a
Apply CONFIG_USB_HID=y to archs amd64/x86/default (bug #270983 )
14 years ago
Sebastian Pipping
4392bc93ab
Unset CONFIG_IDE on archs amd64/x86/default (bug #357213 )
14 years ago
Sebastian Pipping
4798c47375
Add hpsa to modules_load of amd64/x86 (bug #363369 )
14 years ago
Fabio Erculiani
638a7a1369
add btrfs to MODULES_FS, load btrfs module if available
...
Grub2 is going to support btrfs someday, so better getting prepared.
14 years ago
Sebastian Pipping
954670ea2f
Enable CONFIG_USB_SUSPEND for x86/amd64 (but not default/ia64) (bug #351376 )
14 years ago
Andrew Gaffney
1f46e1ac42
Add USB HID modules to modules_load and default kernel-config (for Gentoo bug #270983 )
15 years ago
Andrew Gaffney
8abedd8d81
Enable ext4 by default everywhere (for Gentoo bug #268818 )
15 years ago
craig
5019ff506f
Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel
16 years ago
Chris Gianelloni
35258a703f
Adding Id header.
16 years ago
Andrew Gaffney
0e69c5653a
Add aic94xx to MODULES_SCSI for Gentoo bug #277792
16 years ago
Andrew Gaffney
619cd978de
enable CONFIG_SYSFS_DEPRECATED=y in x86/x86_64 kernel-config for Gentoo bug #225249
16 years ago
craig
cac66e0970
iSCSI patch for genkernel
16 years ago
Andrew Gaffney
8b3093a153
Apply fix to deference links for gentoo bug #269603
16 years ago
Andrew Gaffney
37fd68a640
Add dm-crypt module for gentoo bug #269042
16 years ago
Chris Gianelloni
20f2b57e95
Actually setting permissions. It helps if one remembers to 'git add' before doing their commit.
16 years ago
Andrew Gaffney
570cd92979
Switch search order so arch-specific is first for busy-config
...
Remove unneeded identical busy-config files
16 years ago
Andrew Gaffney
6bddecbf12
Remove old nb-busybox.cf files that aren't used anymore
16 years ago
Andrew Gaffney
b6a7f1d853
Enable CONFIG_MAKEDEVS in busy-config for netboot
16 years ago
Andrew Gaffney
40efdee49c
Enable CONFIG_FEATURE_PREFER_APPLETS busybox option
...
export PATH at top of netboot linuxrc
16 years ago