Robin H. Johnson
|
b96546958f
|
Add a single word to help clarify which /dev is broken, after I wasted a day debugging my new box.
|
17 years ago |
agaffney
|
8b82562975
|
Enable CONFIG_ROUTE in busy-configs
|
17 years ago |
agaffney
|
0aa81c3f8e
|
Enable CONFIG_HOSTNAME in all busy-configs
Call 'hostname' with value from DHCP
|
17 years ago |
agaffney
|
db003a6d50
|
Disabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs
|
17 years ago |
agaffney
|
32a427af88
|
Add README to busybox patches dir
|
17 years ago |
agaffney
|
3f7b2e8eea
|
Only apply files from patch dir ending in diff/patch
|
17 years ago |
agaffney
|
64660f969f
|
Fix CONSOLE= handling code for bug 232012
|
17 years ago |
agaffney
|
0a98792990
|
Remove unneeded files for broken grub code
|
17 years ago |
agaffney
|
6e47f147d8
|
Remove broken grub code
|
17 years ago |
agaffney
|
ea695cec24
|
Only append splash portion to initramfs if SPLASH is set
|
17 years ago |
agaffney
|
87e5760f7d
|
Fix typo in man page, butt -> but
|
17 years ago |
agaffney
|
2f1aaf4995
|
Add support to udhcpc.scripts for default route and DNS servers/domain
|
17 years ago |
agaffney
|
d1cac89e98
|
Remove check for >=2.6 for mounting sysfs
|
17 years ago |
agaffney
|
a8d7c7d7d0
|
Remove check for >=2.6 for 'make prepare'
|
17 years ago |
agaffney
|
3bec381546
|
Remove a few more 2.4 kernel support remnants
|
17 years ago |
agaffney
|
7db66a23dc
|
Cleanup remaining references to ${ARCH}/ without arch/ prefix
|
17 years ago |
agaffney
|
4de21c78df
|
Cleanup remaining references to ${ARCH}/ without arch/ prefix
|
17 years ago |
agaffney
|
35384e28c6
|
Move um/ underneath arch/ where it belongs
|
17 years ago |
Chris Gianelloni
|
cceaf5e715
|
Removed some unused dietlibc code.
|
17 years ago |
Chris Gianelloni
|
676dd5a061
|
Removed a large chunk of 2.4 kernel support. This will still require some fairly extensive cleaning to completely remove, but I'd say that without a shadow of a doubt, genkernel will not function on 2.4 kernels.
|
17 years ago |
Chris Gianelloni
|
d37ba965e6
|
Added a couple more places where I needed to switch INITRD with RAMDISK.
|
17 years ago |
Chris Gianelloni
|
d5b1e6a985
|
Removed all references to an initrd and renamed most initr{d,amfs} stuff to simply 'ramdisk' to simplify things for the future.
|
17 years ago |
Chris Gianelloni
|
1ffb37f09c
|
Moving files from generic to defaults, since they are the defaults used globally.
|
17 years ago |
Chris Gianelloni
|
73e34e757e
|
Added the modules directory, which will be used to store the built-in modules and also for external entities to add their own modules and hooks.
|
17 years ago |
Chris Gianelloni
|
27407030ff
|
Added a defaults directory to store default files for builds. These are overridden by architecture or module specific parameters. This should end up reducing the amount of architecture-specific files needed, especially as most of them have files which are (nearly) identical.
|
17 years ago |
Chris Gianelloni
|
d544d57ce1
|
Moved architecture folders under the arch subfolder.
|
17 years ago |
Chris Gianelloni
|
8025f3992a
|
Initial commit after creating the git repository.
|
17 years ago |
Chris Gianelloni
|
1d170fb865
|
Rename kernel-config-2.6 to kernel-config, since we no longer support 2.4 kernels. This is genkernel 3.4.10 for release.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@679 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
3a23a46d3b
|
Sync kernel configs from releng/trunk/releases/2008.0/kconfig and remove some unused configs.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@678 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
850637bc4f
|
Move setup_keymap call to before LUKS setup
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@677 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
751d2149d1
|
Store pre-oldconfig busybox .config for use in bincache comparison
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@676 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
80fb4b4d11
|
Add nomodules kernel commandline parameter to disable loading of modules
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@675 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
1a90fbf8f1
|
Move distfile cache to /var/cache/genkernel/src and add check to make sure all distfiles are present
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@674 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
e0b7ea5ee7
|
Added a few SATA and PATA drivers to modules_load.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@673 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
cf240a1199
|
Updated the modules_load files.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@672 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
fd7e13ec87
|
Enable keymap code when keymap is set on the kernel command line. This is genkernel 3.4.10_pre10 for testing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@671 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
afc2688b2a
|
We need to unset keymap if it doesn't match to keep from hitting an infinite loop.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@670 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
51c769f243
|
Updated the keymap-handling code so it will be installed and displayed without using --do-auto-keymap with a patch from Florian Schilhabel <fernsehleo@gmx.net> for bug #215822. Also, added a keymap= command line option to allow setting keymap from the bootloader, also from Florian.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@669 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
0c3ba5d628
|
Change from using a directory check to a file check. This should fix bug #215822.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@668 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
4593814da8
|
Move removable storage like USB and firewire after traditional fixed storage like PATA/SATA/SCSI for bug #217347.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@667 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
113af0d25c
|
Updated TODO. This is 3.4.10_pre9 for testing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@666 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
a6823c3825
|
Added scsi to the default list of modules to load.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@665 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
2595125846
|
Set CMD_KEYMAP to default to yes, so it's enabled unless specifically disabled
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@664 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Chris Gianelloni
|
cc57e07bb8
|
Added a patch to skip device nodes for devices if at least one partition exists on the device. This aids in LiveUSB usage and is for bug #212794. This is genkernel 3.4.10_pre8.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@663 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
4187cff9f1
|
Split up /dev node checks into console/null and tty1
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@662 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
3bfe8144c0
|
Remove initrd-specific code from linuxrc
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@661 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
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
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@660 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
3c4236f34b
|
Add patch from ebuild in-tree to fix build issue with signals on hppa
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@659 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
3128691111
|
Get rid of --initramfs option as it doesn't do anything anymore
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@658 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |
Andrew Gaffney
|
696ea30508
|
Change the opts passed to udhcpc when using nfsroot
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@657 67a159dc-881f-0410-a524-ba9dfbe2cb84
|
17 years ago |