Commit Graph

207 Commits (3128691111b3a6abb711c127f35190a99f150f34)

Author SHA1 Message Date
Chris Gianelloni accba45515 Added unionfs patches from bug #121334.
19 years ago
Chris Gianelloni 3098153d53 Added a check for /dev/tty0 to setup_keymap, added raid personality modules for EVMS, and fixed lots of space/tab issues, along with a general style cleanup. I'm calling this one 3.3.11b internally, and hopefully it will be added to the tree if it resolves bug #124388.
19 years ago
Chris Gianelloni da0a76e458 dobladecenter->slowusb
19 years ago
Tim Yamin 32fa8e4f74 Fix bug #124251.
19 years ago
Chris Gianelloni f94ce387b7 Updated copyright notice to get KingTaco off my back.
19 years ago
Chris Gianelloni 286cdf75c9 Added fix for bug #120031.
19 years ago
Tim Yamin 3db01a1ff4 Back out suspend2 support temporarily as per #114266c10.
19 years ago
Tim Yamin 864698c24e Fix #113634, #114266.
19 years ago
Eric Edgar 13e63be988 fix for sys delete bug 109819
19 years ago
Chris Gianelloni 9b15a9af9a Added patches from bug #106338. This means mips support in genkernel. Blame Kumba.
19 years ago
Chris Gianelloni f6ef4fe9de Changed the version indicator, fixing fstab generation for unionfs, and resolving bug #103332.
19 years ago
Chris Gianelloni 2a69de95aa Add nodetect and doload patch from bug #102643, with some modifications.
20 years ago
Eric Edgar 3e065b5f52 Fix for bug 83276 and add udevsend binary to initramfs for newer udevs
20 years ago
Eric Edgar 334a086766 Fix for newer udevs to detect udevstart
20 years ago
Eric Edgar f6e3bd9e5c Add iseries virtual cdrom auto scanning support
20 years ago
Tim Yamin 98d2144285 Fix cosmetics and PPC without --genzimage.
20 years ago
Chris Gianelloni e3344146cc Finally making the --bladecenter/dobladecenter stuff correct. Thanks plasmaroo for helping me wrap my head around how this works and to remove my dirty hack.
20 years ago
Chris Gianelloni c6e93a1f93 Fixed up the BladeCenter support some more.
20 years ago
Chris Gianelloni 11b2b4a0a5 Added bladecenter boot-time option, also... so kernels don't *have* to be built with --bladecenter.
20 years ago
Chris Gianelloni 4ceb79fd35 Fixed up --bladecenter expressions
20 years ago
Chris Gianelloni b1329967a7 Added --bladecenter for slow USB CD on IBM BladeCenter.
20 years ago
Eric Edgar d02b87e698 Fix cp /dev/tty1 error message
20 years ago
Tim Yamin 5ed6e170ce >> 3.3.1. Fix #100144, #100169, #100583.
20 years ago
Eric Edgar 493336f8a6 Switch order of error messages to make less confusing
20 years ago
Eric Edgar 1845cce130 Fix exit 1 issue being always called. Add UID support for unionfs. add check for livecd.unionfs file on blockdev
20 years ago
Eric Edgar 132905237e Fix --no-install cleaning the tmpdir bug that plasmaroo reported
20 years ago
Eric Edgar 6fd6712d41 Create additional cleanup options. --postclear for final cleanup and 2 new genkernel.conf options. Also fixup TEMP dir creation and extraneous %%ARCH%% creation in the cache_dir
20 years ago
Tim Yamin a044c3cf07 >> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting called as early as it should,
20 years ago
Tim Yamin ff8c6a5703 Fix '[: /dev/md: unknown operand' for LiveCD boots.
20 years ago
Tim Yamin 24de121078 Fix bug #80617.
20 years ago
Eric Edgar 9e6ccb0835 Fix find|grep output
20 years ago
Tim Yamin 9a390bca98 Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX: upgraded busybox to 1.00, porting in my read -t and mdstart patches.
20 years ago
Tim Yamin 056515d7d8 >> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746.
20 years ago
Chris Gianelloni 99036e39a2 Added multilib cdboot patch.
20 years ago
Eric Edgar 77b46e6aef ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
20 years ago
Eric Edgar 9a33e43575 remove extra make prepare in gen_determineargs.sh that breaks things. Fix md /dev creation bug 98193
20 years ago
Eric Edgar 3f0f4568d8 Fix to let the /mnt/cdrom/cdupdate.sh script run just before the chroot
20 years ago
Eric Edgar 5dbb6a28fc send stderr to /dev/null for lvm startup
20 years ago
Tim Yamin 6c74fd4d97 Fix #93178, #98436, #98501
20 years ago
Tim Yamin 914dc2a937 >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find: ...' errors.
20 years ago
Eric Edgar b586f2fb74 changed to backticks and changed /bin/bash back to /bin/sh which is a valid shell inside the initrd/initramfs
20 years ago
Chris Gianelloni 1cce348bdb Change all EVMS/evms to EVMS2/evms2 for consitency. Also, enabled dodmraid by default.
20 years ago
Chris Gianelloni 36bb84c532 Must use /bin/bash for dollar-sign, parentheses sub-shell syntax.
20 years ago
Eric Edgar 5842219f38 linuxrc that should not create avc denied messages for a hardened system.
20 years ago
Eric Edgar e7beb96bff Fix confusing volume manager message
20 years ago
Tim Yamin 95fd618ed7 Fix #76082, #86487, #87673, #95993.
20 years ago
Eric Edgar cdbe36231a Fix bug 87673. Option passing for dmraid. dodmraid= on the cmdline. sets up /sbin/dmraid -ay .
20 years ago
Eric Edgar e4c77638ba Fix for bug 86487. Allowing a subdirectory of a block device to be chrooted from and booted. New cmdline option subdir=
20 years ago
Eric Edgar 7af8935bec Remove sort because busybox is not compiled with it. Remove unnecessary UML fixes
20 years ago
Tim Yamin d5b75506fc Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with regard to initramfs.
20 years ago
Tim Yamin a326e28062 Fix 'lib64: No such...' error.
20 years ago
Tim Yamin 35e514c7d5 Remove evms and lvm2 from default boot args (they cause hardware issues, so users should explicitly specify them); add NFSboot support patches by Thomas Seiler.
20 years ago
Eric Edgar 200f49c812 Added support for reading /mnt/cdrom/cdupdate.sh if its executable on the livecd
20 years ago
Tim Yamin c4e3756059 >> 3.2.0_beta1; now with extra froz-faktor <TM>.
20 years ago
Eric Edgar 5f847e97f2 fixed bug in scan delay so that it will work with both udev and devfs
20 years ago
Tim Yamin a8c96fa4cb Add missing mkdir -p /etc/sysconfig to linuxrc.
20 years ago
Tim Yamin 6f4931c652 Get udev to go as the default manager if the udev binary exists and 2.6 or above is being used.
20 years ago
Tim Yamin e4d49d0f93 Add patch by Gerte Hoogewerf (gerte <-at-> nieuwenborg.nl) to fix dmraid with cdroot.
20 years ago
Tim Yamin 1f5660de46 >> 3.1.1d. Add sata_qstor; fix #83328.
20 years ago
Tim Yamin aeaa8a079d Check for dummy 'livecd' file instead of 'gentoo'.
20 years ago
Tim Yamin 0fe7ee2175 >> 3.1.1c. Add LiveCD detection to skip mountable but non-LiveCD media; requires Catalyst 1.1.6.
20 years ago
Tim Yamin ef068ec027 >> 3.1.0k -- Add MODULES_SATA, fix udev on non-x86 archs where there seem to be problems with KLibC+udev so use a static udev on those.
20 years ago
Tim Yamin 6c97e9fa52 Fix '/tmp/.initrd/bin/[' to '[' in places before the pivot_root.
20 years ago
Tim Yamin ebfd16d5d8 Fix #58686 and #80716.
20 years ago
Tim Yamin 405c8a1100 Add DMRAID support (thanks rocket!); fix AMD64 udev issues (#65985).
20 years ago
Tim Yamin 433bbad70c Fix #77259.
20 years ago
Tim Yamin a913265a88 Fix #79999.
20 years ago
Tim Yamin 8e6b0de648 Add patch for turning off LVM and EVMS2 optionally at boot time even if compiled into initrd; bug #79755.
20 years ago
Tim Yamin cf19945491 Add missing #72253 patch.
20 years ago
Tim Yamin 4acd88f4e7 Add missing echo; #77363.
20 years ago
Tim Yamin b428a4ce58 >> 3.1.0e. Fixes #73356, #74758, #77277, #77363, #78636.
20 years ago
Tim Yamin ef897fb548 Udev speedups; thanks to Eric Edgar for the patch - bug #72253.
20 years ago
Tim Yamin 2515ff210a Adding EVMS2 support; bug #61827.
20 years ago
Tim Yamin 389b51f0c9 >> 3.1.0b.
21 years ago
Tim Yamin 85917d6f04 Added LiveCD udev support.
21 years ago
Tim Yamin b106d22276 Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos, supposedly.
21 years ago
Tim Yamin 879626254d Fix for "udev" not having to be passed to the linuxrc; and a fix for the
21 years ago
Tim Yamin 70112f8546 >> 3.0.2e. Code formatting fixes from Bob Barry, as well as a patch for bug
21 years ago
Tim Yamin 742cc0eb94 Added a patch allowing arguments to be passed to init by real_init=...; this closes bug #55736.
21 years ago
Tim Yamin 0bfd9580c0 New keymaps tarball lost the keymapList file; added back in.
21 years ago
Tim Yamin 27d080602a New release:
21 years ago
Tim Yamin 02f79749d0 Bugfixes for bugs #46941, #46641; and a cosmetic fix for LiveCD mount issues.
21 years ago
Tim Yamin fc197aad3f Applied the fixed for ``docache'' to work properly on zisofs.
21 years ago
Tim Yamin 0ad6f4e506 A few short fixes: reduced compilation verbosity; bootsplash fix to use both
21 years ago
Tim Yamin a8b01f062d Version bump. Closes bugs #34948, #37371, #41129, #41166, #42725, #42815,
21 years ago
Brad House 8de7af2c61 script updates, less debugging, and modprobe return code fix
21 years ago
Brad House 9f8d9e6ba6 gcloop fixes
21 years ago
Brad House 0de9fd29ff create /dev/console if for some reason /dev wasn't on the fs
21 years ago
Brad House 519b0e4d92 gcloop fix
21 years ago
Brad House 93bf318e51 initrd updates for correctness, squashfs, and gcloop
21 years ago
Brad House 4dc9800126 typo
21 years ago
Brad House 9e71a6492d beta10 finalizations
21 years ago
Brad House 94950b4937 modprobe fixes, and scsi module updates for x86_64
21 years ago
Brad House 86474ea004 hwopts fix
21 years ago
Brad House 935ee8f947 updates
21 years ago
Brad House 8a8c61c13d must bind-mount dev for loop devices
21 years ago
Brad House fd6d55a5e8 support multiple loop types
21 years ago
Brad House c50d47ba58 not -t ext3 use -t ext2 Im and idiot
21 years ago
Brad House 57b565e3c0 fix for loop device mounting
21 years ago
Brad House c6a6dc32a1 more fixes
21 years ago
Brad House a3ee9dad5e fixes
21 years ago
Brad House d868426391 livecd fixes
21 years ago
Brad House e66948ab42 add makeopts params, and fixes for if old coreutils is in root
21 years ago
Brad House 049a666d83 no initrd modules stuff
21 years ago
Brad House d2dc99dfd8 fixes
21 years ago
Brad House 10400569fd more generic
21 years ago
Brad House df2254c341 make more generic
21 years ago