Borg Onion
b977d66940
Support for glibc-2.14 systems
...
Hello,
Due to the changes in glibc-2.14 busybox no longer compiles when NFS
support is enabled. This breaks genkernel. The following is a very
crude patch to just make things work on glibc-2.14 systems. A better
patch would be to detect glibc-2.14 and then make a config decision.
The best patch would be to port libtirpc to openssl, make busybox link
against libtirpc, restore NFS support, and put an end to this whole
mess. But in the meantime:
commit 80d1e89995f055a37f07f9f7f4c7e21660abd527
Author: Borg Onion <borg.onion@gmail.com>
Date: Sat Dec 3 18:02:48 2011 -0800
Disable NFS support to enable glibc-2.14 compatibility
13 years ago
Sebastian Pipping
bf0cad6a30
Remove support for sys-fs/evms, as it was removed from Gentoo (bug #372423 )
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
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
craig
cac66e0970
iSCSI patch for genkernel
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
b6a7f1d853
Enable CONFIG_MAKEDEVS in busy-config for netboot
16 years ago
Andrew Gaffney
fd24098f08
Add fuse to MODULES_FS
...
Remove direct calls to compile_fuse() and append_fuse()
Disable bincache for fuse, since we don't need any files at runtime from it
16 years ago
agaffney
7bb2b54414
Enable CONFIG_FEATURE_MTAB_SUPPORT option for busybox
16 years ago
agaffney
ac69bec071
Enabling CONFIG_WGET and CONFIG_FEATURE_TAR_BZIP2 for initial support of gentoo bug 211976
16 years ago
Chris Gianelloni
d283e55be3
Removing scsi_wait_scan from PATA/SATA/SCSI and moving it to its own module group. This allows the module to be loaded last, no matter what combination of disks are in the system, allowing for firmware and such to be loaded before genkernel continues, even when asynchronous SCSI scanning is enabled in the kernel.
17 years ago
agaffney
8b82562975
Enable CONFIG_ROUTE in busy-configs
17 years ago
agaffney
0aa81c3f8e
Enable CONFIG_HOSTNAME in all busy-configs
...
Call 'hostname' with value from DHCP
17 years ago
agaffney
35384e28c6
Move um/ underneath arch/ where it belongs
17 years ago