Commit Graph

661 Commits (3bfe8144c07bc8686ae5a33ac3caa276be6f7c4a)
 

Author SHA1 Message Date
Andrew Gaffney 3bfe8144c0 Remove initrd-specific code from linuxrc
17 years ago
Andrew Gaffney 80b3557d0b Uncomment ppc/ppc64->powerpc code in set_kernel_arch, since it appears to actually be necessary as of 2.6.24-gentoo-r4
17 years ago
Andrew Gaffney 3c4236f34b Add patch from ebuild in-tree to fix build issue with signals on hppa
17 years ago
Andrew Gaffney 3128691111 Get rid of --initramfs option as it doesn't do anything anymore
17 years ago
Andrew Gaffney 696ea30508 Change the opts passed to udhcpc when using nfsroot
17 years ago
Chris Gianelloni 5a08f3bce3 Removing pkg directory, since it is no longer necessary. From now on, we'll just pull the tarballs from DISTDIR directly, and we've already moved our caches to /var/tmp/genkernel, so there's nothing left to keep here. This is genkernel 3.4.10_pre7 for testing.
17 years ago
Andrew Gaffney a5165c526b Copy the original kconfig with a different name than the one used to build
17 years ago
Andrew Gaffney d52589997e Include original kconfig in kerncache
17 years ago
Andrew Gaffney 4304d907ba Switch back to building kernel first
17 years ago
Chris Gianelloni c205eaa040 Clean up the modules_load files and add qla2xxx. This is genkernel 3.4.10_pre6 for testing.
17 years ago
Andrew Gaffney f489b904ad Stick CONFIG_INITRAMFS_ROOT_GID in the .config, too
17 years ago
Andrew Gaffney fb88e10ff6 Remove existing CONFIG_INITRAMFS_SOURCE line and write new one as well as CONFIG_INITRAMFS_ROOT_UID line
17 years ago
Andrew Gaffney af3fd101f0 Change sed delimeter
17 years ago
Andrew Gaffney 0612894e1b We should edit the copy of the kconfig instead of the source file
17 years ago
Andrew Gaffney 5fcaaea2f8 Instead of copying the initramfs into the kernel tree, we now sed the kconfig to point CONFIG_INITRAMFS_SOURCE to the generated image
17 years ago
Andrew Gaffney 7842579a94 Add scsi_wait_scan to sparc64's MODULES_SCSI
17 years ago
Andrew Gaffney 72e8e5d04c Add a check after mounting NEW_ROOT to see if /dev exists and /sbin/init is executable before moving on
17 years ago
Andrew Gaffney d1313f5ecc Change the location we copy the intiramfs to for integrated initramfs
17 years ago
Andrew Gaffney 2d0c095a79 Revert last commit as it wasn't a problem
17 years ago
Andrew Gaffney a5aa9035a3 Remove -c "/dev/console" from switch_root command
17 years ago
Andrew Gaffney 2b0ce04048 Add missing $ to {NORMAL} for broken /dev message
17 years ago
Andrew Gaffney 858f4312e5 Spacing cleanups in gen_package.sh
17 years ago
Andrew Gaffney 9ef70b96fd Remove unsetting of ARCH for callback and change set_kernel_arch debug to use print_info
17 years ago
Andrew Gaffney db54f339a4 It helps to actually add the handling for the --integrated-initramfs option
17 years ago
Andrew Gaffney c1802ecec6 Use echo instead of print
17 years ago
Andrew Gaffney ecd89a5e6d Add debug code for set_kernel_arch
17 years ago
Andrew Gaffney f6f97cb650 Add debugging code to show ARCH when running callback
17 years ago
Andrew Gaffney d117f014dd Move set_kernel_arch() call to after determine_real_args() so that get_KV() has populated the vars we need
17 years ago
Andrew Gaffney 4bda5b0631 Change powerpc switch kernel version to 2.6.16 for if we ever uncomment it
17 years ago
Andrew Gaffney 18407fa3ed Add set_kernel_arch(), which maps the genkernel arch to the arch that the kernel expects based on the version of the kernel
17 years ago
Andrew Gaffney d176b8c104 Get rid of the ENABLE_PEGASOS_HACKS hacks
17 years ago
Andrew Gaffney 1664faa9df Argh...Changing the right line helps
17 years ago
Andrew Gaffney ee9a94f313 Change into initramfs-firmware-temp/ instead of initramfs-firmware-temp/lib/firmware/ before doing cpio
17 years ago
Chris Gianelloni 583d25030b Added a small debug statement to generic/linuxrc so we know when we're hitting the initrd code path. This is genkernel 3.4.10_pre5 for testing.
17 years ago
Andrew Gaffney 565bb21a48 Change to new temp directory so the firmware gets copied to the right place
17 years ago
Andrew Gaffney b4fd892e57 Copy with -L so we get the file instead of the symlink
17 years ago
Andrew Gaffney 1c9596c37e Fix another quoting malfunction
17 years ago
Andrew Gaffney 520f70fd8d Explicitly enable MDADM and MDSTART in busy-config
17 years ago
Andrew Gaffney 6f9764a330 Update busybox static-error patch to actually work
17 years ago
Chris Gianelloni 96f11b125f Change BUSYBOX_VER to VERSION_BUSYBOX for genkernel-9999 ebuild.
17 years ago
Andrew Gaffney bad7c471f2 Remove the quotes when trying to expand a glob
17 years ago
Andrew Gaffney 182fd5e831 Update mdadm and mdstart patches
17 years ago
Andrew Gaffney 2ed29757ef It helps if we assign the correct value to version
17 years ago
Andrew Gaffney 6a3fb94230 Add busybox patch to remove error about compiling statically
17 years ago
Andrew Gaffney ae01c22edb Update busy-config files for the various arches for busybox 1.7.4
17 years ago
Andrew Gaffney e86db7cf2c Add apply_patches() function to automagically apply patches for a given util
17 years ago
Chris Gianelloni c7a57d7830 Rearrange checks so the return value is read correctly.
17 years ago
Andrew Gaffney bfd3e14a07 Enable CONFIG_HEXDUMP globally for busybox
17 years ago
Andrew Gaffney 7fab7bb1f9 Add support for --firmware-files option to make robbat2 happy
17 years ago
Andrew Gaffney 6ea20790b7 Add support for --firmware and --firmware-dir options to include firmware in the initramfs
17 years ago