Robin H. Johnson
51ec555f6d
modules_load: include more DM and MD modules for other RAID/LVM configurations.
...
X-Gentoo-Bug: 401583
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=401583
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
bd693b8db3
Bug #265005 : ensure CROSS_COMPILE is set for cross-compile strip calls to work.
13 years ago
Robin H. Johnson
e293983850
Bug #398467 : Update dmraid. Also add other patches from Portage tree.
13 years ago
Robin H. Johnson
45e8dbfa0e
device-mapper "update". It was merged into LVM2-2.02.67 upstream in 2010. Bug #398467 is wrong for the device-mapper update.
13 years ago
Robin H. Johnson
1077359d86
linuxrc /usr mounting
...
Dogfooding of the /usr mount code with the matching OpenRC change to
make the mounts RW revealed some bugs and gotchas in our prior code, now
fixed and verified to work.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
5eeadc8d26
Ensure default for new initramfs compression is used.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
1240654461
Bugfixes in new code branches that I didn't test fully.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
4ac027367e
Update documentation for new initramfs compression.
13 years ago
Robin H. Johnson
94dc288487
Customizable initramfs compression based on Pentoo genkernel fork
...
This implements customizable initramfs compression, based on the Pentoo
genkernel fork (SVN revs r2142, r2145, by Jens Pranaitis
<jens@chaox.net>).
New configuration option COMPRESS_INITRD_TYPE to allow manual selection,
whereas the Pentoo fork provided auto-selection based on what was
available in the kernel configuration. Auto-selection is used by
default, and is available with the argument of 'best' to the new option.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Richard Yao
fc98fa9d89
Implement ZFS Support
...
This provides ZFS support, to go with the sys-fs/zfs package.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> (cleanups)
13 years ago
Robin H. Johnson
5f4d31dfd0
copy_binaries, multipath: refactor for ease of use and readability.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Richard Yao
a871576d17
Fix hardcoded paths in multipath support
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Richard Yao
1079122ea0
copy_binaries: utility function to pick up a binary and needed libs
...
The existing multipath functionality manually picks up a binary and lots
of needed libraries manually, and sometimes misses libraries if the
binary was linked against something else.
Use lddtree from app-misc/pax-utils to get all libraries with the
binary. The only ones that will be missed are those that are dlopen()ed.
cpio is used for copying to preserve directory structure.
lddtree usage replaces a larger manual function from calling ldd, that
was also vulnerable to injections.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
(commit message rewritten)
13 years ago
Robin H. Johnson
af26e433cb
Support virtio devices, and provide fallback of all remaining devices.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Sebastian Pipping
7452b0733c
Extend change log
13 years ago
Sebastian Pipping
7879a0c74c
Bump version to 3.4.24
13 years ago
Sebastian Pipping
6cde7bcb66
Unset CONFIG_SYSFS_DEPRECATED for udev (bug #335763 )
13 years ago
Sebastian Pipping
de79822567
Bump version to 3.4.23.1
13 years ago
Sebastian Pipping
f84f42b4e2
Re-activate mdstart in busybox config
13 years ago
Sebastian Pipping
5feb1fe092
Port mdstart patch to busybox 1.19.3
13 years ago
Sebastian Pipping
5feb521988
Busybox config: Enable verbose usage
13 years ago
Sebastian Pipping
31c3c7ca88
Update busybox config using "yes '' | make oldconfig"
13 years ago
Sebastian Pipping
e53d1931d0
Bump version to 3.4.23
13 years ago
Sebastian Pipping
4974b14525
Copy some patches from busybox/1.18.1 to busybox/1.19.3
13 years ago
Sebastian Pipping
6622d8cfb8
Add a patch for e2fsprogs/1.42 from main tree
13 years ago
Sebastian Pipping
45945cf7bd
Copy patch from lvm/2.02.74 to lvm/2.02.88
13 years ago
Robin H. Johnson
b49f1f377d
Prior to commit a141d715
, CMD_NOINSTALL had no default set, but most of the usages were of the form "! isTrue ${CMD_NOINSTALL}", which on an unset value, came out as false. These were replaced by "isTrue ${CMD_INSTALL}", but my analysis of the needed default value was wrong, and was set to false instead of true.
...
Signed-off-by: Robin H. Johnson <robbat2@orbis-terrarum.net>
13 years ago
Sebastian Pipping
146934e1a8
Replace "# FOO=bar" by "#FOO=bar" in genkernel.conf (bug #398471 )
13 years ago
Sebastian Pipping
7314e87712
Support application of patches for more tools
13 years ago
Sebastian Pipping
16d6148c74
Add mpt2sas to auto-load SCSI modules
13 years ago
Robin H. Johnson
670d3338c0
Bump to 3.4.22 to reflect /usr mount support.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
603a197839
Code to mount /usr and other filesystems as needed for new udev and systemd.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
0c2c1f564e
Bump version to 3.4.21.2. Stock configuration of 3.4.21.1 generates unbootable initramfs!
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
e602f05814
Fix some defaults otherwise you get an initramfs without any modules!
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
d2e62dfd16
Missing changelog, I fail.
13 years ago
Robin H. Johnson
c897f80399
Fix up changelog
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Sebastian Pipping
f1fffdc833
Bump version to 3.4.21.1
13 years ago
Sebastian Pipping
25cdfbd03a
Bump version to 3.4.21
13 years ago
Sebastian Pipping
6bdb1487ed
Extend change log
13 years ago
Sebastian Pipping
b7f49a343e
Extend change log
13 years ago
Robin H. Johnson
a141d71531
Improve option handling.
...
Provide real boolean commandline options for options that were
previously only available as booleans in the config, so that they can be
enable in configuration and overridden to disable on the commandline.
Remove negation on options: NOINSTALL, NORAMDISKMODULES,
NO_KERNEL_SOURCES.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Sebastian Pipping
daedf62c30
Bump version to 3.4.20
13 years ago
Sebastian Pipping
8f8676adbd
Fix return value of crypt_filter() which caused bogus LUKS opening errors (bug #383545 )
13 years ago
Sebastian Pipping
9bdd75e3cc
Bump version to 3.4.19
13 years ago
Fabio Erculiani
344f0b42e4
fix random build failures during e2fsprogs, force -j1
13 years ago
Fabio Erculiani
84cc7ccdfb
Do not hardcode /mnt/cdrom path across the whole code, use CDROOT_PATH
...
instead. At the same time, mount cdrom into /mnt/cdrom instead of
/newroot/mnt/cdrom (which is now just a bind mount), this avoids
losetup to expose unavailable paths inside the live system, breaking
mkfs.btrfs (next upstream version, which does silly things with
/proc/mounts).
13 years ago
Robin H. Johnson
90b944fe4e
Fix patch typo that broke compile.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
7fdfe0eee8
Missed Changelog update before.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Fabio Erculiani
7fef86581a
dmraid requires dmsetup to assign UUID to discovered RAID volumes, close bug #382555
14 years ago
Fabio Erculiani
d6696d0df6
syntax: drop parse_opt usage and crufty, deprecated subshelling through ``
...
These changes have been ported from official Gentoo LiveDVD
14 years ago
Sebastian Pipping
3453a0621c
Fix quoting issue (bug #380729 )
14 years ago
Sebastian Pipping
fe5f95c931
Enable patch application for mdadm, add patch to fix compilation (bug #381089 )
14 years ago
Fabio Erculiani
4d54e7d098
aufs: add basic support to AUFS2, requires kernel with aufs module or built-in
14 years ago
Fabio Erculiani
78667c1e13
gen_compile: correct MAKEOPTS usage on utils task
14 years ago
Fabio Erculiani
04c38a93ed
gen_compile: always use -j1 with kernel *_install targets, fixes compilation with make 3.82
14 years ago
Sebastian Pipping
691d7aad4d
No longer copy /lib/libsysfs*so* for multipath-tools (bug #300841 , bug #377709 )
14 years ago
Sebastian Pipping
7296be47b8
End support for 4 years old busybox 1.7.4 (bug #377133 )
14 years ago
Sebastian Pipping
7748657a87
Improve doc on filing bugs
14 years ago
Sebastian Pipping
71f01a35f2
Bump version to 3.4.18
14 years ago
Sebastian Pipping
02b72c6515
Fix display of seconds waiting (bug #376575 )
14 years ago
Robin H. Johnson
3d7de35394
Bug #376467 : fix kernel version checks for 3.0 kernel.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
14 years ago
Sebastian Pipping
4c0b4b18f8
Fix permissions of /dev/pts (bug #375947 )
14 years ago
Sebastian Pipping
fdcea9095d
Extend ChangeLog
14 years ago
Sebastian Pipping
aea5074809
Set version to 3.4.17
14 years ago
Sebastian Pipping
bf0cad6a30
Remove support for sys-fs/evms, as it was removed from Gentoo (bug #372423 )
14 years ago
Sebastian Pipping
4a7ccf8b08
Make --arch-override= affect "make menuconfig" (bug #247246 )
14 years ago
Sebastian Pipping
6d6b5b7c29
Unset CONFIG_EMBEDDED on arch amd64
14 years ago
Sebastian Pipping
b20494438a
Apply CONFIG_USB_HID=y to archs amd64/x86/default (bug #270983 )
14 years ago
Sebastian Pipping
4392bc93ab
Unset CONFIG_IDE on archs amd64/x86/default (bug #357213 )
14 years ago
Sebastian Pipping
bddf1649dc
Bump version to 3.4.16
14 years ago
Sebastian Pipping
6051fcf1ee
Document most undocumented boot parameters (bug #370369 )
14 years ago
Sebastian Pipping
0992082d05
Docs: Fix mixup of boot parameters real_init= and init_opts=
14 years ago
Sebastian Pipping
440eab8fca
Document remaining options inside genkernel.conf, e.g. DOKEYMAPAUTO (bug #367233 )
14 years ago
Sebastian Pipping
e82a8c9985
Document option lvmraid= and make it imply dolvm (bug #153502 )
14 years ago
Sebastian Pipping
15019471ad
Extend ChangeLog
14 years ago
Sebastian Pipping
fad624bc41
Add rootfstype= boot parameter (bug #221245 )
14 years ago
Nelson Batalha
6b92c54c1e
Add Kernel 3.0.0 support (bug #369481 )
14 years ago
Sebastian Pipping
be190b4ec1
Output warning in warning color
14 years ago
Sebastian Pipping
d7d509f4e9
Document boot parameter domdadm (bug #369415 )
14 years ago
Sebastian Pipping
fa3b8af99e
Bump to 3.4.15
14 years ago
Sebastian Pipping
9ee6216b31
Extend change log
14 years ago
Peter Hjalmarsson
1cf3de853a
Remove "--slowusb" as it is enabled by default. Also document "noslowusb".
14 years ago
Peter Hjalmarsson
5a33ee4b48
Fix handling of doslowusb/noslowusb
...
Set DO_slowusb as default, and make setup_slowusb unset it if it cannot find
a usb-storage attached. This makes genkernel ramdisk adhere to "noslowusb",
makes the ramdisk only wait if there is a usb-storage attached and should fix
gentoo bug #359619 .
14 years ago
Sebastian Pipping
16a7793dda
Bump version to 3.4.14
14 years ago
Sebastian Pipping
dca5432961
Extend change log
14 years ago
Sebastian Pipping
806df105c9
Fix changelog
14 years ago
Peter Hjalmarsson
a768d85c5a
Fix typo
...
By adding the kernelcmd options "dokeymap" to MY_HWOPTS instead of
the HWOPTS version, "keymap" this typo broke the handling of keymaps
if you only had "keymap=<...>" in kernelcmd and did not specify "dokeymap"
too (which according to documentation should not be needed).
14 years ago
Sebastian Pipping
32563f448e
Extend change log
14 years ago
Sebastian Pipping
50f20720f9
Bump version to 3.4.13
14 years ago
Sebastian Pipping
107049cad2
.conf: Add SPLASH and SPLASH_THEME (bug #268468 )
14 years ago
Sebastian Pipping
79f6c2533d
Extend change log
14 years ago
Sebastian Pipping
15b8898c97
Extend change log
14 years ago
Sebastian Pipping
a9d1575e3c
Extend change log
14 years ago
Sebastian Pipping
b0c6daf110
Extend change log
14 years ago
Sebastian Pipping
734bbf97f4
Bump version to 3.4.12.6
14 years ago
Sebastian Pipping
e71417e3a9
Extend change log
14 years ago
Sebastian Pipping
52e2a47637
Bump version to 3.4.12.5
14 years ago
Sebastian Pipping
8a8d49167e
Extend change log
14 years ago
Sebastian Pipping
81e41d541d
Put blkid of e2fsprogs into /sbin, not /bin (bug #352746 )
14 years ago
Sebastian Pipping
ff1f87e88f
Bump version to 3.4.12.4
14 years ago
Sebastian Pipping
23a949e5b5
Extend change log
14 years ago
Sebastian Pipping
8b3848e030
Bump version to 3.4.12.3
14 years ago
Sebastian Pipping
88d15b280b
Extend change log
14 years ago
Sebastian Pipping
aa102ae6a1
docs: Resolve nick Xake to Peter Hjalmarsson
14 years ago
Sebastian Pipping
12727340c5
Bump version to 3.4.12.2
14 years ago
Sebastian Pipping
ba54476f01
Revert "Do not query generated files (like include/config/kernel.release) for kernel version, as they may be out of sync (bug #263927 )"
...
This reverts commit 48ca00ec29
.
Conflicts:
ChangeLog
14 years ago
Sebastian Pipping
c65605c942
Bump version to 3.4.12.1
14 years ago
Sebastian Pipping
b1b6157254
mdadm: Fix copying of mdadm/mdmon to the initramfs (bug #352496 )
14 years ago
Sebastian Pipping
85944c8f79
Bump version to 3.4.12
14 years ago
Sebastian Pipping
7d5ba3ef26
Extend change log
14 years ago
Sebastian Pipping
6b7ccee375
Extend change log
14 years ago
Sebastian Pipping
48ca00ec29
Do not query generated files (like include/config/kernel.release) for kernel version, as they may be out of sync (bug #263927 )
14 years ago
Sebastian Pipping
901be4dec2
Merge branch 'master' into experimental
...
Conflicts:
ChangeLog
14 years ago
Sebastian Pipping
64c32a94bd
Bump version to 3.4.11.1
14 years ago
Sebastian Pipping
8895058c27
Extend change log
14 years ago
Sebastian Pipping
f0142b1d12
Merge branch 'bug-351906'
...
Conflicts:
ChangeLog
14 years ago
Sebastian Pipping
9c2d3acc7e
Move application of kernel config after "make mrproper" as that deletes .config (whereas "make clean" does not) (bug #351906 )
14 years ago
Sebastian Pipping
f693ca5854
busybox 1.18.1: Return of mdstart as an applet (regression) (bug #351909 )
14 years ago
Sebastian Pipping
6dedd916cf
docs: Extend change log
14 years ago
Sebastian Pipping
b2eeeec574
Bump version to 3.4.11
14 years ago
Sebastian Pipping
b3d07b46a7
Do not sleep after vgscan (bug #351047 )
14 years ago
Sebastian Pipping
30aa8490fa
Update change log
14 years ago
Sebastian Pipping
73144cb6c0
Bump version to 3.4.10.908
14 years ago
Sebastian Pipping
b58c582edc
Extend ChangeLog
14 years ago
Sebastian Pipping
10a86ee72b
docs: Document --genzimage
14 years ago
Sebastian Pipping
a6f85363f5
Fix a reference to --nomenuconfig into --no-menuconfig
14 years ago
Sebastian Pipping
56e84886c6
docs: Update man page from output of --help
14 years ago
Sebastian Pipping
f7b9189d2a
docs: Document keymap= and dokeymap (bug #346017 )
14 years ago
Sebastian Pipping
1e5205fe23
Document changes that are relevant to the user in ChangeLog
14 years ago
Andrew Gaffney
f3e0797d42
Apply patches from Gentoo bug #268468
15 years ago
Andrew Gaffney
f6c50d59a9
Only call set_bootloader is CMD_NOINSTALL is not set for Gentoo bug #301454
15 years ago
Andrew Gaffney
1f46e1ac42
Add USB HID modules to modules_load and default kernel-config (for Gentoo bug #270983 )
15 years ago
Andrew Gaffney
8abedd8d81
Enable ext4 by default everywhere (for Gentoo bug #268818 )
15 years ago
Andrew Gaffney
24446b0465
Add support for isoboot= option (for Gentoo bug #294268 )
15 years ago
Andrew Gaffney
62f353b65b
Properly apply NFS mount options for Gentoo bug #262915
15 years ago
Andrew Gaffney
734543ef90
Enable CONFIG_SCSI_MULTI_LUN option for Gentoo bug #261122
15 years ago
Andrew Gaffney
0302b4c9e4
Apply patch to make sure loop cache directory exists for Gentoo bug #297814
15 years ago
Robin H. Johnson
fb256190bb
Document how to roll a release for the next time.
15 years ago
Robin H. Johnson
6d91bd673f
Tag 3.4.10.907 release.
15 years ago
Robin H. Johnson
4cf28c9ab3
Try to avoid echangelog mucking up the dates on the copyright. Gentoo copyright SHOULD end in 2008 for.
15 years ago
Andrew Gaffney
8dcecef058
use a symlink instead of a hardlink for busybox utils (for Gentoo bug #246370 )
15 years ago
Andrew Gaffney
2e4e55a6e5
Fix typo for Gentoo bug #294138
15 years ago
Andrew Gaffney
8b8cbb1978
Make sure to change back to existant directory before removing the current directory for Gentoo bug #291794
15 years ago
craig
88ac383f61
Let iSCSId settle after iscsistart
15 years ago
tsunam
cf1570f742
updating the changelog is good k
16 years ago
tsunam
494f9c1d7b
Should have all the proper libraries now for multipath for Gentoo bug #284592
16 years ago
tsunam
5539d25534
Updating some multipath code from Gentoo bug #284589
16 years ago
Andrew Gaffney
588ef85661
Apply patch from Gentoo bug #220913 for tuxonice resume
16 years ago
Andrew Gaffney
1831b40cbf
Enable DISKLABEL=yes by default
16 years ago
Andrew Gaffney
5eb9c5cc9a
This is genkernel 3.4.10.906
16 years ago