Commit Graph

93 Commits (b977d66940fdbbe552bb735a54141b69da873b5b)

Author SHA1 Message Date
Robin H. Johnson a141d71531 Improve option handling.
13 years ago
Sebastian Pipping bf0cad6a30 Remove support for sys-fs/evms, as it was removed from Gentoo (bug #372423)
14 years ago
Sebastian Pipping 440eab8fca Document remaining options inside genkernel.conf, e.g. DOKEYMAPAUTO (bug #367233)
14 years ago
Sebastian Pipping 192d298cf0 docs: Improve docs on MDADM_CONFIG
14 years ago
Peter Hjalmarsson 7ae5e10474 Introducing MDADM_CONFIG
14 years ago
Sebastian Pipping 107049cad2 .conf: Add SPLASH and SPLASH_THEME (bug #268468)
14 years ago
Sebastian Pipping c287c28780 docs: Document change in bahavior of --mdadm/MDADM="yes"
14 years ago
Matthias Dahl daed0ccebb use mdadm instead of bundled stripped down mdassemble (v2)
14 years ago
Sebastian Pipping b3bf195246 .conf: Document GPG variable
14 years ago
dacook a56515855b GPG source
14 years ago
Sebastian Pipping 0e37a5fba1 Allow configuring the list of busybox applets (bug #326593)
14 years ago
Sebastian Pipping 0e1fd6c173 genkernel.conf: Allow overriding GK_SHARE from the environment to ease up testing out of the Git workdir
14 years ago
Sebastian Pipping d592f0602a .conf: Document LUKS variable (bug #346015)
14 years ago
Robin H. Johnson 17ec7b173d space for ISCSI in the config.
15 years ago
craig 18d9c84402 Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel
16 years ago
Andrew Gaffney 1831b40cbf Enable DISKLABEL=yes by default
16 years ago
craig 5019ff506f Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel
16 years ago
Chris Gianelloni 7c642e4da3 Adding Id header and Ident for genkernel.conf
16 years ago
Andrew Gaffney 25e7fa89be Restore BOOTLOADER="grub" example line in genkernel.conf for gentoo bug #274768
16 years ago
craig cac66e0970 iSCSI patch for genkernel
16 years ago
Andrew Gaffney 1e147a3654 Apply patch from robbat2 to finish wiring up multipath support
16 years ago
Andrew Gaffney 6226fe0ff8 Add commented out DISKLABEL=yes option for gentoo bug #229847
16 years ago
Chris Gianelloni 20f2b57e95 Actually setting permissions. It helps if one remembers to 'git add' before doing their commit.
16 years ago
Andrew Gaffney 12a5f5ea22 Remove BUSYBOX_CONFIG from genkernel.conf
16 years ago
agaffney f29142639e Unpack unionfs-fuse with -j
16 years ago
agaffney 8cd74b62f2 Add fuse/unionfs-fuse blocks to genkernel.conf
16 years ago
agaffney 8b82562975 Enable CONFIG_ROUTE in busy-configs
17 years ago
agaffney 6e47f147d8 Remove broken grub code
17 years ago
Chris Gianelloni d544d57ce1 Moved architecture folders under the arch subfolder.
17 years ago
Andrew Gaffney 1a90fbf8f1 Move distfile cache to /var/cache/genkernel/src and add check to make sure all distfiles are present
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
Chris Gianelloni 96f11b125f Change BUSYBOX_VER to VERSION_BUSYBOX for genkernel-9999 ebuild.
17 years ago
Andrew Gaffney e86db7cf2c Add apply_patches() function to automagically apply patches for a given util
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
Chris Gianelloni 58c13464ec Removing DEVFS support from genkernel since we don't support 2.4 kernels anymore. This is 3.4.10_pre2.
17 years ago
Chris Gianelloni a479c34552 This is the long-awaited unionfs code cleanup. All of the unionfs code in genkernel has been removed.
17 years ago
Andrew Gaffney 5f3bff37d1 Clean up OLDCONFIG logic and default to OLDCONFIG=yes. This is for bug 207895
17 years ago
Chris Gianelloni ed0fccb682 My original sed of LVM2->LVM caught a few too many things. Thanks to Robin Johnson <robbat2@gentoo.org> for pointing them out and providing the fix in bug #198546.
17 years ago
Chris Gianelloni dfdb2b91ae Added config defaulting for --mdadm for bug #198694. Thanks to John R. Graham <john_r_graham@mindspring.com> for providing the patch. This is 3.4.9_pre9 for testing.
17 years ago
Chris Gianelloni fba39b8f11 Added a nice patch from John R. Graham <john_r_graham@mindspring.com> to allow all command line options to be configurable from within the genkernel.conf file. This is for bug #182616. This is genkernel 3.4.9_pre8 for testing.
17 years ago
Chris Gianelloni 62b6035d2a Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.
18 years ago
Chris Gianelloni 2ab02c410b Removed the use of GK_BIN variable, since it isn't necessary.
18 years ago
Chris Gianelloni 3c0bcf90c9 Updated TODO and cleaning up genkernel.conf a bit.
18 years ago
Chris Gianelloni 10990c2210 Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will keep everything simplified if a newer EVMS/LVM version set appears.
18 years ago
Chris Gianelloni 364336c8dc Removing bootsplash support since it hasn't been in a kernel we've supported for years now, causes confusion amongst users, and really wasn't being used and caused issues with 2.6/initrd creation in some corner cases.
18 years ago
Chris Gianelloni c24a91d307 Removing the suspend support that was added for bug #156445 until suspend is added to the tree and we can determine the proper way to support it. For more information, see bug #156431.
18 years ago
Andrew Gaffney 1bdb11467f enable CONFIG_INSMOD in all arch busy-config files
18 years ago
Andrew Gaffney f10cd4ee6a Patch to actually use busybox bincache. Thanks to Pat Double
18 years ago
Chris Gianelloni 505cb92dc6 Added two patches from John R. Graham <john_r_graham@mindspring.com> from bug #180161. This should fix bug #180161, bug #144703, and bug #150697.
18 years ago