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
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
Fabio Erculiani
a83ab62309
trivial update to man page related to --kernel-target=
14 years ago
Fabio Erculiani
85a271a4ed
better document new --make-target= option
14 years ago
Fabio Erculiani
dfca908b6f
Make possible to compile XEN based kernels providing --kernel-target= and --kernel-binary= switches
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
381ec0cee4
Refactoring: Rename mode runtask to kernelruntask
14 years ago
Sebastian Pipping
9ef2c29215
Docs: Add in-code docs on runtask mode of compile_generic()
14 years ago
Sebastian Pipping
b9b1b765cb
Refactoring: Turn to if-elifs constructs into case blocks
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
Peter Hjalmarsson
eec4397e41
Check content of $REAL_ROOT/dev after we are done with it
...
Removes error message about missing /dev/console and /dev/null
14 years ago
Sebastian Pipping
bddf1649dc
Bump version to 3.4.16
14 years ago
Sebastian Pipping
930d8776a2
Fix typo expamle/example
14 years ago
Sebastian Pipping
6051fcf1ee
Document most undocumented boot parameters (bug #370369 )
14 years ago
Sebastian Pipping
4798c47375
Add hpsa to modules_load of amd64/x86 (bug #363369 )
14 years ago
Sebastian Pipping
3072476cd1
Docs: Improve docs on boot parameters dodmraid[=...] and scandelay[=...]
14 years ago
Sebastian Pipping
0992082d05
Docs: Fix mixup of boot parameters real_init= and init_opts=
14 years ago
Sebastian Pipping
dbede652dc
Docs: Update note on getting in touch
14 years ago
Sebastian Pipping
440eab8fca
Document remaining options inside genkernel.conf, e.g. DOKEYMAPAUTO (bug #367233 )
14 years ago
Sebastian Pipping
2e16677d19
Fix regression from renaming DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE
14 years ago
Sebastian Pipping
50525acdfd
Make set_config_with_override accept "BOOL"/"STRING" not 1/2
14 years ago
Sebastian Pipping
ae821b9009
Docs: Fix for Kernel 3.0.0 support (bug #369481 )
14 years ago
Sebastian Pipping
e82a8c9985
Document option lvmraid= and make it imply dolvm (bug #153502 )
14 years ago
Sebastian Pipping
6a00d8677a
Rename internal function whereis to prompt_user
...
.. to avoid confustion with whereis(1) from sys-apps/util-linux
14 years ago
Sebastian Pipping
15019471ad
Extend ChangeLog
14 years ago