aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Communicate inavailability of keymap #38 betterSebastian Pipping2012-08-131-1/+1
* Merge branch 'software-vars'Sebastian Pipping2012-08-133-50/+48
|\
| * Further improve wording in software.shSebastian Pipping2012-08-131-4/+6
| * Move the sourcing of software.sh to genkernelPeter Hjalmarsson2012-08-132-3/+2
| * Make defaults/software.sh not override variables already presentPeter Hjalmarsson2012-08-131-47/+44
|/
* Merge branch 'genkernel-conf-2'Sebastian Pipping2012-08-121-1/+6
|\
| * Remove "$Id$" line from genkernel.conf to ease etc-updateSebastian Pipping2012-08-121-1/+0
| * Add note on software.sh to genkernel.confSebastian Pipping2012-08-121-0/+6
|/
* Merge branch 'genkernel-conf'Sebastian Pipping2012-08-124-46/+74
|\
| * Move software version defaults for defaults/software.sh to ease the etc-updat...Sebastian Pipping2012-08-123-39/+57
| * Fix parsing of --config=... command line optionSebastian Pipping2012-08-122-5/+9
| * Report on sourced config filesSebastian Pipping2012-08-121-0/+4
| * Extract variable _GENKERNEL_CONF to resolve duplication and later re-useSebastian Pipping2012-08-121-1/+2
| * Extract variable _MODULES_LOAD to resolve duplication and later re-useSebastian Pipping2012-08-121-1/+2
|/
* 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
* Minor thinko in devpts check.Robin H. Johnson2012-07-242-2/+5
* Prior commit to only mount devtmpfs and devpts if they were not already mount...Robin H. Johnson2012-07-242-2/+7
* 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
* Linux 3.5 renames usbhid to hid-genericRichard Yao2012-07-1914-14/+14
* 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
* 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
* 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 #419...Sebastian Pipping2012-07-092-4/+5
* 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
| * Fix detection of initramfs compression with bzip2 as best candidateSebastian Pipping2012-07-092-1/+5
| * Use proper ${KERNEL_CONFIG} rather than ${KERNEL_DIR}/.config as inputSebastian Pipping2012-07-092-2/+19
|/
* Add xts to MODULES_CRYPTO (bug #425028)Sebastian Pipping2012-07-084-3/+7
* Add bug reference to change logSebastian Pipping2012-07-081-1/+1
* Merge branch 'bug-421027'Sebastian Pipping2012-07-083-3/+28
|\