aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.4.40.3 releasev3.4.40.3-funtooDaniel Robbins2013-04-271-1/+1
|
* FL-502: FL-439: copy mdadm correctlyDaniel Robbins2013-04-271-1/+1
|
* Unify copy_binaries() morev3.4.40.2-funtoov3.4.40-r4-funtooPeter Hjalmarsson2013-04-271-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.6Peter Hjalmarsson2013-04-271-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 functionsDaniel Robbins2013-04-271-5/+0
|
* FL-391: change default configs from module to built-in, as it's no longer an ↵Daniel Robbins2013-04-272-2/+2
| | | | option for recent kernels
* FL-437: hotfix module compile for 3.7+ kernels with no include/linux/version.hDaniel Robbins2013-04-271-0/+8
|
* fix help typo and tab issuesDaniel Robbins2013-04-271-3/+3
|
* FL-432: fix kernel config handling.Daniel Robbins2013-04-271-9/+2
|
* Apply fix for FL-527Daniel Robbins2013-04-261-3/+3
|
* Merge branch 'master' into betaDaniel Robbins2013-04-260-0/+0
|\
| * Linux 3.5 renames usbhid to hid-genericv3.4.18-r3-funtooRichard Yao2012-07-1914-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-funtooroot2013-01-261-1/+1
| |
* | FL-371: ensure /sbin/lvm.static is copied to initramfs (non-conditional for ↵root2013-01-261-35/+4
| | | | | | | | funtoo)
* | FL-193: mdadm tweaksv3.4.40-r2-funtooOleg Vinichenko2012-12-181-38/+38
| |
* | Fallback to selecting initramfs compression based on kernel image compressionv3.4.40-funtoo3.4.40-r1-funtooRichard Yao2012-08-051-1/+5
| |
* | Correct incorrect merge conflict resolution by using BUILD_DST instead of ↵Richard Yao2012-08-052-4/+4
| | | | | | | | KERNEL_DIR
* | Use system LVM binaries, even when not statically linkedRichard Yao2012-08-051-0/+4
| |
* | Merge branch 'upstream' into betaRichard Yao2012-08-0438-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.40Sebastian Pipping2012-07-282-1/+5
| | |
| * | Resolve cryptic awk-based code docuplicationSebastian Pipping2012-07-281-2/+7
| | |
| * | Flip awk return values.Robin H. Johnson2012-07-242-2/+5
| | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | Minor thinko in devpts check.Robin H. Johnson2012-07-242-2/+5
| | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | Prior commit to only mount devtmpfs and devpts if they were not already ↵Robin H. Johnson2012-07-242-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 whitespaceRichard Yao2012-07-211-1/+1
| | |
| * | Force ZFS to explicitly import pool when LUKS is presentRichard Yao2012-07-211-1/+8
| | |
| * | USB 3.0 Support: Load xhci-hcd when availableRichard Yao2012-07-2114-14/+14
| | |
| * | Bump version to 3.4.39v3.4.39Sebastian Pipping2012-07-212-1/+4
| | |
| * | Run mdev -s after modules are loadedRichard Yao2012-07-191-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-genericRichard Yao2012-07-1914-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 patchRichard Yao2012-07-196-12/+49
| | |
| * | Adding modules cmdline options for genkernel (module.option[=value]).Dzianis Kahanovich2012-07-192-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.Richard Yao2012-07-171-2/+2
| | |
| * | Verify in /proc/mounts that devtmpfs is unmounted before mounting itRichard Yao2012-07-171-4/+8
| | | | | | | | | | | | | | | For consistency, we do the same with devpts. WilliamH reported this to me in IRC.
| * | Fix bad ZFS case statement, bug #425122Richard Yao2012-07-171-1/+1
| | |
| * | Fix rootfs=ZFS infinite loop when no bootfs is set, bug #425120Richard Yao2012-07-171-0/+2
| | |
| * | t Bug #399703: amd64 default kernel config did not have EFI support.Robin H. Johnson2012-07-172-1/+6
| | |
| * | Document the isoboot option, as designed for GRUB2 usage 3 years ago.Robin H. Johnson2012-07-172-1/+5
| | |
| * | Bump version to 3.4.38v3.4.38Sebastian Pipping2012-07-102-1/+4
| | |
| * | Fix bug reference in change log (bad: #370411, good: #425080)Sebastian Pipping2012-07-101-1/+1
| | |
| * | Merge branch 'bug-425080'Sebastian Pipping2012-07-103-2/+19
| |\ \
| | * | Fix linking of unionfs-fuse 0.24Sebastian Pipping2012-07-102-1/+4
| | | |
| | * | FUSE: Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411)Sebastian Pipping2012-07-102-0/+14
| | | |
| | * | FUSE: Remove invalid configure option --disable-kernel-moduleSebastian Pipping2012-07-101-1/+1
| |/ /
| * | Restore previous handling of real_root due to report of regressions (bug ↵Sebastian Pipping2012-07-092-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | #419965) This reverts commit f95264added35c25fb557931116edd3cd0aec7ba. Conflicts: defaults/initrd.scripts
| * | Bump version to 3.4.37v3.4.37Sebastian Pipping2012-07-092-1/+4
| | |
| * | Merge branch 'bug-423847'Sebastian Pipping2012-07-093-5/+37
| |\ \
| | * | Improve wordingSebastian Pipping2012-07-091-2/+2
| | | |
| | * | Always report used kernel config fileSebastian Pipping2012-07-092-0/+6
| | | |
| | * | Catch case with no initramfs compression supported by kernel (bug #423847)Sebastian Pipping2012-07-092-0/+5
| | | |