Commit Graph

370 Commits (a9bd822a9fcb7a9695fd489d9e9dc653e5ad7ca4)

Author SHA1 Message Date
Andrew Gaffney a9bd822a9f Change command used to determine real filename for REAL_RESUME for Gentoo bug #269603
16 years ago
Andrew Gaffney 0e69c5653a Add aic94xx to MODULES_SCSI for Gentoo bug #277792
16 years ago
Andrew Gaffney 619cd978de enable CONFIG_SYSFS_DEPRECATED=y in x86/x86_64 kernel-config for Gentoo bug #225249
16 years ago
Andrew Gaffney 229d8ef4f1 Apply patch for Gentoo bug #276753 for new lvm.static binary
16 years ago
Chris Gianelloni cb89ae6094 Fix the header for the ChangeLog. Thanks, echangelog, for assuming I always want to update the Gentoo Foundation copyright dates.
16 years ago
Chris Gianelloni 2afa7493e7 Version bumping to 3.4.10.905 for release.
16 years ago
Chris Gianelloni 7a32648cf6 My pedantic self could not help but capitalize Gentoo. Blame Andrew.
16 years ago
Andrew Gaffney e52508607b Remove code to check for host kernel LOOP support for gentoo bug #275757
16 years ago
Andrew Gaffney 25e7fa89be Restore BOOTLOADER="grub" example line in genkernel.conf for gentoo bug #274768
16 years ago
Andrew Gaffney 8b3093a153 Apply fix to deference links for gentoo bug #269603
16 years ago
Andrew Gaffney 37fd68a640 Add dm-crypt module for gentoo bug #269042
16 years ago
Chris Gianelloni e2604677a2 ChangeLog fix.
16 years ago
Chris Gianelloni 5a3b9fb0c0 Rolling a new genkernel 3.4.10.904 version for testing.
16 years ago
Andrew Gaffney 8681516638 Apply patch from gentoo bug #266373 for additional options in the netboot busy-config
16 years ago
Andrew Gaffney 109770b762 Clean up append_multipath() code to copy files in a loop and report file that failed to copy
16 years ago
Andrew Gaffney 81b4ff2516 Apply patch from robbat2 to fix whitespace breakage in multipath code
16 years ago
Andrew Gaffney 1e147a3654 Apply patch from robbat2 to finish wiring up multipath support
16 years ago
Andrew Gaffney f446ceb0e9 Modify append_data to die on 0 arguments and check arg 2 with isTrue(). Based on a patch from robbat2
16 years ago
Andrew Gaffney 694eaf7f39 fix changelog entry
16 years ago
Andrew Gaffney 01c51230c3 Add support for multiple possible kernel binary paths for gentoo bug #255085
16 years ago
Andrew Gaffney d9aed5a321 Comment out the exec line for console=*, since it seems to blow up when the param isn't a true device node, such as ttyS0,115200n8
16 years ago
Andrew Gaffney 040aa6f9bf Remove detect_sbp2_devices() for gentoo bug #239474
16 years ago
Andrew Gaffney d48dc40bd2 Remove detect_sbp2_devices() for gentoo bug #239474
16 years ago
Andrew Gaffney 48fa3303b5 Remove detect_sbp2_devices() for gentoo bug #255558
16 years ago
Andrew Gaffney 6226fe0ff8 Add commented out DISKLABEL=yes option for gentoo bug #229847
16 years ago
Chris Gianelloni 3867aed310 Fixing a typo in the AUTHORS file and fixing the Copyright date in the ChangeLog.
16 years ago
Chris Gianelloni d55c0fe999 Added more verbosity to the auto-detection section.
16 years ago
Chris Gianelloni 6dadeeebf2 Yet another ChangeLog fix. I need to figure out what I did to my ChangeLog script to break this, since it only breaks under certain conditions.
16 years ago
Chris Gianelloni b25b67a8f7 Updated the AUTHORS section and the header for the ChangeLog, to reflect that individual authors now retain their copyright to code they submit.
16 years ago
Chris Gianelloni d213dfad4a Added a note about Security Tokens, cleaned up the block device section, and added a section about autodetection.
16 years ago
Chris Gianelloni 8b79a185c6 ChangeLog fix.
16 years ago
Chris Gianelloni 66447312df Adding a note about contacting me to HACKING.
16 years ago
Chris Gianelloni dbe8c965fc Adding multipath support is really two different functions, so split them.
16 years ago
Chris Gianelloni e57440d49a Adding a note about documenting the code paths.
16 years ago
Chris Gianelloni 2ac5070d1c Adding new boot support information to the TODO.
16 years ago
Chris Gianelloni 0799ad480a Version bump to 3.4.10.903 to resolve bug #250330.
16 years ago
Andrew Gaffney 0ba1e9ee0c Add case for arm* in get_official_arch()
16 years ago
Andrew Gaffney aa0eb23e87 Enable CONFIG_MKSWAP for netboot busybox
16 years ago
Andrew Gaffney b61ee1c07f Modify grep regex to account for additional suffixes on old kernel names
16 years ago
Andrew Gaffney bee96914eb Add --busybox-config= commandline option
16 years ago
Andrew Gaffney 8a5f66f65a Revert to just running /bin/bash on /dev/console for serial. We still start getty on tty2-6
16 years ago
Andrew Gaffney 2032fa25bf Allow old 'initramfs' option instead of 'ramdisk' for compatability
16 years ago
Andrew Gaffney 5f9a6b2749 Remove the use of 'env -i' when calling switch_root due to gentoo bug #248688
16 years ago
Andrew Gaffney ea9828ab17 Run the getty commands with proper arguments so they don't die immediately
16 years ago
Andrew Gaffney 2c6ad1268e Explicitly set /bin/ashlogin +x during boot
16 years ago
Andrew Gaffney 0750197e45 Run getty for tty1 in the foreground
16 years ago
Andrew Gaffney a66f35da76 Use getty to launch ash, so that we can use ^C and friends
16 years ago
Chris Gianelloni 69aed59272 Adding a BUGS file, where we can list bugs that we have found in genkernel that need to be resolved.
16 years ago
Chris Gianelloni 3c53bb79e6 Adding a HACKING file, which I will use to document the various phases of genkernel so we can split up the default functions and also so we can provide hooks into the various phases for external addons.
16 years ago
Chris Gianelloni 20f2b57e95 Actually setting permissions. It helps if one remembers to 'git add' before doing their commit.
16 years ago