Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify copy_binaries() morev3.4.40.2-funtoov3.4.40-r4-funtoo | 2013-04-27 | 1 | -7/+4 | |
| | | | | | | As suggested by Vapier in bug #450688. Signed-off-by: Peter Hjalmarsson <xake@rymdraket.net> | ||||
* | Make copy_binaries compatible with lddtree from pax-utils-0.6 | 2013-04-27 | 1 | -1/+10 | |
| | | | | | | | | On some system the output from the new lddtree does not match with what genkernel expects, however lddtree have insted gained a new option that essentially gives what we want with less code. Signed-off-by: Peter Hjalmarsson <xake@rymdraket.net> | ||||
* | FL-407: remove no-op compile_device_mapper and compile_lvm functions | 2013-04-27 | 1 | -5/+0 | |
| | |||||
* | FL-391: change default configs from module to built-in, as it's no longer an ↵ | 2013-04-27 | 2 | -2/+2 | |
| | | | | option for recent kernels | ||||
* | FL-437: hotfix module compile for 3.7+ kernels with no include/linux/version.h | 2013-04-27 | 1 | -0/+8 | |
| | |||||
* | fix help typo and tab issues | 2013-04-27 | 1 | -3/+3 | |
| | |||||
* | FL-432: fix kernel config handling. | 2013-04-27 | 1 | -9/+2 | |
| | |||||
* | Apply fix for FL-527 | 2013-04-26 | 1 | -3/+3 | |
| | |||||
* | Merge branch 'master' into beta | 2013-04-26 | 0 | -0/+0 | |
|\ | |||||
| * | Linux 3.5 renames usbhid to hid-genericv3.4.18-r3-funtoo | 2012-07-19 | 14 | -14/+14 | |
| | | | | | | | | | | We add hid-generic to the modules_load list alongside usbhid to avoid issues. | ||||
* | | FL-371: bump to 3.4.40.1-funtoo versionv3.4.40.1-funtoo | 2013-01-26 | 1 | -1/+1 | |
| | | |||||
* | | FL-371: ensure /sbin/lvm.static is copied to initramfs (non-conditional for ↵ | 2013-01-26 | 1 | -35/+4 | |
| | | | | | | | | funtoo) | ||||
* | | FL-193: mdadm tweaksv3.4.40-r2-funtoo | 2012-12-18 | 1 | -38/+38 | |
| | | |||||
* | | Fallback to selecting initramfs compression based on kernel image compressionv3.4.40-funtoo3.4.40-r1-funtoo | 2012-08-05 | 1 | -1/+5 | |
| | | |||||
* | | Correct incorrect merge conflict resolution by using BUILD_DST instead of ↵ | 2012-08-05 | 2 | -4/+4 | |
| | | | | | | | | KERNEL_DIR | ||||
* | | Use system LVM binaries, even when not statically linked | 2012-08-05 | 1 | -0/+4 | |
| | | |||||
* | | Merge branch 'upstream' into beta | 2012-08-04 | 38 | -167/+635 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import genkernel 3.4.40 changes Conflicts: arch/alpha/modules_load arch/arm/modules_load arch/ia64/modules_load arch/mips/modules_load arch/parisc/modules_load arch/parisc64/modules_load arch/ppc/modules_load arch/ppc64/modules_load arch/sparc/modules_load arch/sparc64/modules_load arch/um/modules_load arch/x86/modules_load arch/x86_64/modules_load defaults/modules_load gen_configkernel.sh gen_funcs.sh gen_initramfs.sh gen_package.sh genkernel Signed-off-by: Richard Yao <ryao@funtoo.org> | ||||
| * | | Bump version to 3.4.40v3.4.40 | 2012-07-28 | 2 | -1/+5 | |
| | | | |||||
| * | | Resolve cryptic awk-based code docuplication | 2012-07-28 | 1 | -2/+7 | |
| | | | |||||
| * | | Flip awk return values. | 2012-07-24 | 2 | -2/+5 | |
| | | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
| * | | Minor thinko in devpts check. | 2012-07-24 | 2 | -2/+5 | |
| | | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
| * | | Prior commit to only mount devtmpfs and devpts if they were not already ↵ | 2012-07-24 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | mounted made assumptions about the device names they were mounted as. Check the filesystem column of /proc/mounts instead. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
| * | | Fix whitespace | 2012-07-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Force ZFS to explicitly import pool when LUKS is present | 2012-07-21 | 1 | -1/+8 | |
| | | | |||||
| * | | USB 3.0 Support: Load xhci-hcd when available | 2012-07-21 | 14 | -14/+14 | |
| | | | |||||
| * | | Bump version to 3.4.39v3.4.39 | 2012-07-21 | 2 | -1/+4 | |
| | | | |||||
| * | | Run mdev -s after modules are loaded | 2012-07-19 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | Running `mdev -s` will ensure that device nodes are properly initialized. It does not function as a netlink hotplug daemon. We must run it after the modules are loaded to ensure that /dev/zfs has been created before userland programs attempt to use it. | ||||
| * | | Linux 3.5 renames usbhid to hid-generic | 2012-07-19 | 14 | -14/+14 | |
| | | | | | | | | | | | | | | | We add hid-generic to the modules_load list alongside usbhid to avoid issues. | ||||
| * | | Support module options set in /etc/module.d, amend cmdline options patch | 2012-07-19 | 6 | -12/+49 | |
| | | | |||||
| * | | Adding modules cmdline options for genkernel (module.option[=value]). | 2012-07-19 | 2 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Effective for genkernel's modprobe script or busybox "not small" modprobe. Signed-off-by: Dzianis Kahanovich <mahatma@eu.by> Updated-by: Richard Yao <ryao@cs.stonybrook.edu> | ||||
| * | | Fix typo in previous commit. | 2012-07-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Verify in /proc/mounts that devtmpfs is unmounted before mounting it | 2012-07-17 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | For consistency, we do the same with devpts. WilliamH reported this to me in IRC. | ||||
| * | | Fix bad ZFS case statement, bug #425122 | 2012-07-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix rootfs=ZFS infinite loop when no bootfs is set, bug #425120 | 2012-07-17 | 1 | -0/+2 | |
| | | | |||||
| * | | t Bug #399703: amd64 default kernel config did not have EFI support. | 2012-07-17 | 2 | -1/+6 | |
| | | | |||||
| * | | Document the isoboot option, as designed for GRUB2 usage 3 years ago. | 2012-07-17 | 2 | -1/+5 | |
| | | | |||||
| * | | Bump version to 3.4.38v3.4.38 | 2012-07-10 | 2 | -1/+4 | |
| | | | |||||
| * | | Fix bug reference in change log (bad: #370411, good: #425080) | 2012-07-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'bug-425080' | 2012-07-10 | 3 | -2/+19 | |
| |\ \ | |||||
| | * | | Fix linking of unionfs-fuse 0.24 | 2012-07-10 | 2 | -1/+4 | |
| | | | | |||||
| | * | | FUSE: Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411) | 2012-07-10 | 2 | -0/+14 | |
| | | | | |||||
| | * | | FUSE: Remove invalid configure option --disable-kernel-module | 2012-07-10 | 1 | -1/+1 | |
| |/ / | |||||
| * | | Restore previous handling of real_root due to report of regressions (bug ↵ | 2012-07-09 | 2 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #419965) This reverts commit f95264added35c25fb557931116edd3cd0aec7ba. Conflicts: defaults/initrd.scripts | ||||
| * | | Bump version to 3.4.37v3.4.37 | 2012-07-09 | 2 | -1/+4 | |
| | | | |||||
| * | | Merge branch 'bug-423847' | 2012-07-09 | 3 | -5/+37 | |
| |\ \ | |||||
| | * | | Improve wording | 2012-07-09 | 1 | -2/+2 | |
| | | | | |||||
| | * | | Always report used kernel config file | 2012-07-09 | 2 | -0/+6 | |
| | | | | |||||
| | * | | Catch case with no initramfs compression supported by kernel (bug #423847) | 2012-07-09 | 2 | -0/+5 | |
| | | | | |||||
| | * | | Fix detection of initramfs compression with bzip2 as best candidate | 2012-07-09 | 2 | -1/+5 | |
| | | | | |||||
| | * | | Use proper ${KERNEL_CONFIG} rather than ${KERNEL_DIR}/.config as input | 2012-07-09 | 2 | -2/+19 | |
| |/ / |