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
Tomasz Wasiak
9ef832b915
Support application of patches for more tools
13 years ago
Sebastian Pipping
7314e87712
Support application of patches for more tools
13 years ago
Robin H. Johnson
8a912226e6
Verbump for last commit as a fix.
13 years ago
Robin H. Johnson
ae2a061ca7
Disable the /usr mount code until OpenRC section is ready, so that it goes to read-write properly. It was usable in systemd already...
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
953c7e5b42
Awk support in busybox is needed for initramfs setup code (to parse fstab).
13 years ago
Robin H. Johnson
ef4065d0f3
Multipath has been done for a while now.
13 years ago
Robin H. Johnson
8139949026
Add a configuration option for --install, so users can get it as a default. Defaults to "no", due to catalyst.
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
fe70c7ae77
Improve docs on boot parameter root_trim
13 years ago
Sebastian Pipping
6bdb1487ed
Extend change log
13 years ago
Christian Kruse
c92fe6f0e6
Introduce boot parameter root_trim=(yes|no) for SSDs
13 years ago
Sebastian Pipping
b7f49a343e
Extend change log
13 years ago
Borg Onion
b977d66940
Support for glibc-2.14 systems
...
Hello,
Due to the changes in glibc-2.14 busybox no longer compiles when NFS
support is enabled. This breaks genkernel. The following is a very
crude patch to just make things work on glibc-2.14 systems. A better
patch would be to detect glibc-2.14 and then make a config decision.
The best patch would be to port libtirpc to openssl, make busybox link
against libtirpc, restore NFS support, and put an end to this whole
mess. But in the meantime:
commit 80d1e89995f055a37f07f9f7f4c7e21660abd527
Author: Borg Onion <borg.onion@gmail.com>
Date: Sat Dec 3 18:02:48 2011 -0800
Disable NFS support to enable glibc-2.14 compatibility
13 years ago
Robin H. Johnson
14c61e729d
Add a few more directories and initial device nodes to the initramfs, and improve datestamp. Based on development by WilliamH for initramfs /usr mounting.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
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
Robin H. Johnson
00b5b3ab66
Allow real_root to point to LVM-created symlinks.
...
Needed to unbreak root-on-LVM on my laptop.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
a487275640
Removing dangling backtick to make script work.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Fabio Erculiani
1e50bd01d2
trivial: cleanup code, drop whitespaces and some more cruft
14 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
Amadeusz Żołnowski
ed4b49059f
gen_configkernel: canonicalize path to kernel config
14 years ago
Sebastian Pipping
691d7aad4d
No longer copy /lib/libsysfs*so* for multipath-tools (bug #300841 , bug #377709 )
14 years ago