Move the sourcing of software.sh to genkernel
[genkernel.git] / defaults /
2012-08-12 Peter HjalmarssonMake defaults/software.sh not override variables alread...
2012-08-12 Sebastian PippingMerge branch 'genkernel-conf'
2012-08-12 Sebastian PippingMove software version defaults for defaults/software...
2012-07-27 Sebastian PippingResolve cryptic awk-based code docuplication
2012-07-24 Robin H. JohnsonFlip awk return values.
2012-07-24 Robin H. JohnsonMinor thinko in devpts check.
2012-07-24 Robin H. JohnsonPrior commit to only mount devtmpfs and devpts if they...
2012-07-21 Richard YaoForce ZFS to explicitly import pool when LUKS is present
2012-07-21 Richard YaoUSB 3.0 Support: Load xhci-hcd when available
2012-07-20 Richard YaoRun mdev -s after modules are loaded
2012-07-19 Richard YaoLinux 3.5 renames usbhid to hid-generic
2012-07-19 Richard YaoSupport module options set in /etc/module.d, amend...
2012-07-19 Dzianis KahanovichAdding modules cmdline options for genkernel (module...
2012-07-17 Richard YaoFix typo in previous commit.
2012-07-17 Richard YaoVerify in /proc/mounts that devtmpfs is unmounted befor...
2012-07-17 Richard YaoFix bad ZFS case statement, bug #425122
2012-07-17 Richard YaoFix rootfs=ZFS infinite loop when no bootfs is set...
2012-07-09 Sebastian PippingRestore previous handling of real_root due to report...
2012-07-08 Sebastian PippingAdd xts to MODULES_CRYPTO (bug #425028)
2012-07-08 Sebastian PippingMerge branch 'bug-421027'
2012-07-08 Kenny ChengAdd /run to support openrc >=0.10
2012-06-11 Sebastian PippingMake recent addition conform to POSIX
2012-06-11 Marios AndreopoulosUse real_root option for (plain) Luks setup
2012-06-04 Sebastian PippingMerge branch 'bug-418463'
2012-06-02 Sebastian PippingMake sure that cbc.ko and aes*.ko needed for cbc-essiv...
2012-06-02 Sebastian PippingSupport bind mounts from /etc/initramfs.mounts (bug...
2012-05-17 Sebastian PippingFix call to blkid of util-linux
2012-05-12 Sebastian PippingSet CONFIG_DEVTMPFS=y on x86, x86_64, default for udev
2012-05-02 Richard YaoDo not import a pool that the kernel automatically...
2012-04-30 Richard YaoImprove ZFS diagnostics, import and mounting
2012-04-30 Richard YaoVerify that binaries exist before startVolumes calls...
2012-04-24 Richard YaoSerialize hotplug events to mimic udev
2012-04-12 Sebastian PippingMake sure the previous move of cd commands cannot resul...
2012-04-12 Richard YaoReorder mdev initialization to mimic udev boot
2012-04-12 Richard YaoEnable real_root=ZFS to permit booting off ZFS
2012-04-12 Richard YaoMove ZFS binary check outside of commandline loop
2012-04-09 Sebastian PippingMerge branch 'keymaps'
2012-04-09 Sebastian PippingAdd keymap "sf", i.e. Switzerland (French) from Pentoo
2012-04-09 Sebastian PippingFix keymap permissions (no need to be executable)
2012-04-09 Sebastian PippingRemove keymap trq/38 as it contains C sources of test...
2012-04-09 Sebastian PippingUntar keymaps
2012-03-30 Sebastian PippingMerge branch 'fix-docache'
2012-03-30 Sebastian PippingMerge branch 'bug-410073'
2012-03-29 Sebastian PippingRestore original /dev/tty after GPG (bug #410073)
2012-03-22 Sebastian PippingMerge branch 'bug-405495'
2012-03-20 Sebastian PippingLoad crypto modules automatically
2012-03-17 Sebastian PippingFix docache (bug #397309)
2012-03-16 Sebastian PippingDrop into debug shell when squashfs could not be mounted
2012-03-16 Sebastian PippingDrop into debug shell when files could not be copied...
2012-03-16 Sebastian PippingImprove handling of missing /etc/fstab
2012-03-16 Sebastian PippingMessage cosmetics
2012-03-16 Sebastian PippingExtract function do_rundebugshell
2012-03-16 Sebastian PippingNo longer use parameter "-r" (for regex intervals)...
2012-03-12 Robin H. JohnsonEnable live mounting of /usr. Was supposed to have...
2012-03-10 Robin H. JohnsonMerge remote-tracking branch 'origin/bug-405495'
2012-02-25 Sebastian PippingMake sure the sha256 module makes it into the initramfs...
2012-02-20 Robin H. JohnsonWith the new /usr mounting, if the device path that...
2012-02-12 Robin H. Johnsonmodules_load: include more DM and MD modules for other...
2012-02-09 Robin H. Johnsonlinuxrc /usr mounting
2012-02-06 Robin H. JohnsonCustomizable initramfs compression based on Pentoo...
2012-02-06 Richard YaoImplement ZFS Support
2012-02-06 Robin H. JohnsonSupport virtio devices, and provide fallback of all...
2012-02-03 Rick FarinaAdd sdcard device support
2012-01-14 Sebastian PippingRe-activate mdstart in busybox config
2012-01-13 Sebastian PippingBusybox config: Enable verbose usage
2012-01-13 Sebastian PippingUpdate busybox config using "yes '' | make oldconfig"
2012-01-08 Robin H. JohnsonDisable the /usr mount code until OpenRC section is...
2012-01-06 Robin H. JohnsonCode to mount /usr and other filesystems as needed...
2012-01-06 Robin H. JohnsonAwk support in busybox is needed for initramfs setup...
2012-01-05 Christian KruseIntroduce boot parameter root_trim=(yes|no) for SSDs
2012-01-04 Borg OnionSupport for glibc-2.14 systems
2011-10-31 Sebastian PippingFix return value of crypt_filter() which caused bogus...
2011-10-08 Fabio ErculianiDo not hardcode /mnt/cdrom path across the whole code...
2011-09-22 Robin H. JohnsonAllow real_root to point to LVM-created symlinks.
2011-09-22 Robin H. JohnsonRemoving dangling backtick to make script work.
2011-09-13 Fabio Erculianitrivial: cleanup code, drop whitespaces and some more...
2011-09-11 Fabio Erculianisyntax: drop parse_opt usage and crufty, deprecated...
2011-08-30 Sebastian PippingFix quoting issue (bug #380729)
2011-08-28 Fabio Erculianiaufs: add basic support to AUFS2, requires kernel with...
2011-07-27 Sebastian PippingFix display of seconds waiting (bug #376575)
2011-07-23 Sebastian PippingFix permissions of /dev/pts (bug #375947)
2011-07-20 Fabio Erculianibetter document new --make-target= option
2011-07-20 Fabio ErculianiMake possible to compile XEN based kernels providing...
2011-07-03 Sebastian PippingRemove support for sys-fs/evms, as it was removed from...
2011-06-13 Sebastian PippingApply CONFIG_USB_HID=y to archs amd64/x86/default ...
2011-06-13 Sebastian PippingUnset CONFIG_IDE on archs amd64/x86/default (bug #357213)
2011-06-08 Peter HjalmarssonCheck content of $REAL_ROOT/dev after we are done with it
2011-06-01 Sebastian PippingDocument option lvmraid= and make it imply dolvm (bug...
2011-05-31 Sebastian PippingRename internal function whereis to prompt_user
2011-05-31 Sebastian PippingAdd rootfstype= boot parameter (bug #221245)
2011-05-31 Nelson BatalhaAdd Kernel 3.0.0 support (bug #369481)
2011-05-12 Amadeusz Żołnowskiadded hpsa to defaults/modules_load; fixes bug #363369
2011-03-28 Sebastian PippingMerge branch 'stable-next' into stable
2011-03-28 Peter HjalmarssonTry to move /sys and /proc to the newroot first instead...
2011-03-28 Peter HjalmarssonUse the same options for proc and sysfs as Gentoo/OpenR...
2011-03-28 Sebastian PippingMerge branch 'master' into stable
2011-03-22 Peter HjalmarssonFix handling of doslowusb/noslowusb
2011-03-16 Sebastian PippingMerge branch experimental using --no-ff
2011-03-14 Fabio Erculianiadd btrfs to MODULES_FS, load btrfs module if available
2011-03-07 Peter HjalmarssonFix typo
next