aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug #463182: Add Hyper-V support, modules/options based on what I see in the ↵hypervRobin H. Johnson2013-03-277-0/+27
| | | | | | kernel. Completely untested. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Add ehci-pci to MODULES_USB, needed by 3.8 kernels, see bug #458606Fabio Erculiani2013-03-1913-13/+13
| | | | Thanks to Adrian.Bassett@hotmail.co.uk for reporting this.
* Unify copy_binaries() morePeter Hjalmarsson2013-03-031-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-02-091-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>
* Fix non-functional init_opts parameter, bug #422471Toralf Förster2012-11-221-0/+1
| | | | | | | | If INIT_OPTS='' is not specified before the argument loop, scoping rules will prevent it from being seen by the switch_root invocation. Signed-off-by: Toralf Förster <toralf.foerster@gmx.de> Signed-off-by: Richard Yao <ryao@gentoo.org>
* linuxrc: part keywordRobin H. Johnson2012-11-202-6/+7
| | | | | | | Clean up documentation and functionality of "part" argument to initramfs. It is meant to imitate the same option to the kernel. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Unquote ${ZPOOL_FORCE} variable usage.Fabio Erculiani2012-11-111-3/+3
| | | | | | | | The default value of ${ZPOOL_USAGE} is unset, quoting it would result into a "" argument passed to zpool. The workaround to this is to use "dozfs=force" boot argument. Signed-off-by: Richard Yao <ryao@gentoo.org>
* Make missing ZFS config file failures into warnings, bug #438200v3.4.45Richard Yao2012-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | Whenever /etc/zfs/{zdev.conf,zpool.cache} was missing, we would fail. zpool.cache is not generated during cross compilation, which causes a failure in Catalyst when building LiveCDs. Users that do not follow a strict set of installation instructions can also suffer failures as a consequence of this. zpool.cache includes information about known pools that enables ZFS to detect situations where an entire pool disappears. It is also required to do pool import in corner cases, such as those those involving file-based pools, and has the beneficial effect of reducing pool import times. Unconditional omission of zpool.cache in general is not an option, but for the situations identified, it is okay to convert the failure into a warning, which is what we do. Reported-by: Rick Farina <zero_chaos@gentoo.org> Reported-by: Alexander Zubkov <green@msu.ru> Signed-off-by: Richard Yao <ryao@gentoo.org>
* Remove redundant default no settingRichard Yao2012-11-051-1/+1
|
* Bump version.Robin H. Johnson2012-11-021-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Move to autogenerated ChangeLog.Robin H. Johnson2012-11-024-7/+12
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bug #378105: UUID/LABEL support for LUKS keydevsMarek Sapota2012-11-021-37/+46
| | | | | | | | LUKS keydevs now support mount by UUID/LABEL. X-Gentoo-Bug: 378105 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=378105 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Change OUTPUTDIR fallback to KERNEL_DIRTim Harder2012-11-021-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Missing then keyword.Robin H. Johnson2012-10-192-0/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Support using init= on the command linePeter Hjalmarsson2012-10-152-0/+11
| | | | | | | | | We do not support ramdisk, only initramfs nowdays. So init= is a dead command, and we may as well have it do the same as it does for dracut and in the Linux kernel documentation. (Use rdinit to choose the initramfs init file) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Update the documentation to reflect current statusPeter Hjalmarsson2012-10-155-25/+22
| | | | | | | | | | | | We only support creating initramfs nowdays, so RAM disk support is not needed. Since initramfs does not need root=/dev/ram0 (and we actually ignore it if it is set), we should not tell people to use it. We should also stop tell people to use real_root. Conflicts: genkernel Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bump to 3.4.44.2 with depmod corner cases by xake.v3.4.44.2Robin H. Johnson2012-10-152-1/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Add missing ChangeLog entry for xake's commitRobin H. Johnson2012-10-151-0/+3
|
* Fix calling of depmodPeter Hjalmarsson2012-10-151-1/+6
| | | | | | "depmod -e" needs either -F System.map or -E Module.symvers "depmod -b" resolvs an empty argument to PWD, so only use -b if INSTALL_MOD_PATH is actually set
* Bump for 3.4.44.1 with bugfix-only.v3.4.44.1Robin H. Johnson2012-10-152-2/+5
|
* Missing ChangeLogRobin H. Johnson2012-10-151-0/+4
|
* Fix corner cases on OUTPUTDIR.Robin H. Johnson2012-10-152-7/+7
| | | | | | | If you give the kernel O= with the same dir as the source, it will complain about an unclean tree. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bump version to 3.4.44v3.4.44Sebastian Pipping2012-10-142-1/+4
|
* Bug #432956: Easy to include VirtIO support in kernel.Robin H. Johnson2012-10-144-0/+23
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Clean up module drift over the years. Just MODULES_CRYPTO left.Robin H. Johnson2012-10-1315-28/+39
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Document resume parameters.Robin H. Johnson2012-10-132-1/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bug #286187: Complete multipath support.Robin H. Johnson2012-10-1320-1/+52
| | | | | | | | 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>
* Bug #351873: More livecd control, and initramfs livecd argument documentation.Robin H. Johnson2012-10-135-6/+28
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bug #336170: amd74xx was long-replaced by pata_amd.Robin H. Johnson2012-10-136-6/+14
| | | | | | | | 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>
* Bug #414581: ensure built-in initramfs compress config options are set to ↵Robin H. Johnson2012-10-132-0/+22
| | | | | | avoid silentoldconfig bailing out. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Add --kernel-outputdir to save files outside the source tree.Łukasz Stelmach2012-10-137-20/+39
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bug #397947: Run depmod on new modules to avoid need to run at every boot on ↵Robin H. Johnson2012-10-132-0/+6
| | | | | | unionfs systems, or systemd that never runs it. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Missing Changelog entry.Robin H. Johnson2012-10-131-1/+7
|
* Record the version of Genkernel used to build a given initramfs.Robin H. Johnson2012-10-131-0/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Attempt to fix bug #421839: missing /run on LiveCD environment.Robin H. Johnson2012-10-131-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bump version to 3.4.43v3.4.43Sebastian Pipping2012-10-032-1/+4
|
* Use actual kernel config for check of available compression methods (bug ↵Sebastian Pipping2012-10-032-3/+15
| | | | #436820)
* Check for file from real_init=FILE rather than /sbin/init (bug #437080)Dustin Frisch2012-10-032-1/+5
|
* Make e2fsprogs optional (and off by default)Rick Farina2012-09-305-2/+15
|
* Append e2fsck and mke2fs to initramfsSebastian Pipping2012-09-242-0/+21
| | | | Original patch by Rick Farina
* docs: Fix mail body generation hintSebastian Pipping2012-09-101-3/+3
|
* Bump version to 3.4.42v3.4.42Sebastian Pipping2012-09-102-1/+4
|
* Add busybox 1.20.2 patch: busybox-1.20.2-glibc-sys-resource.patchSebastian Pipping2012-09-102-0/+113
|
* Copy busybox patches from 1.20.1 to 1.20.2Sebastian Pipping2012-09-104-0/+183
|
* mount /mnt/cdrom inside target chroot even when aufs/unionfs is disabledFabio Erculiani2012-08-302-0/+8
|
* Make root_trim work with crypt_root_keyPeter Hjalmarsson2012-08-281-2/+2
| | | | Keep options already set for cryptsetup when using crypt_root_key*
* modules/lvm: dm-thin-pool now requires dm-persistent-data and libcrc32cRobin H. Johnson2012-08-1913-13/+13
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Append trick for propagating changes to live ebuild to docsRichard Yao2012-08-141-0/+1
|
* Extend docs on release processSebastian Pipping2012-08-141-1/+15
|
* Bump version to 3.4.41v3.4.41Richard Yao2012-08-142-1/+4
|