Genkernel fork to have some custom behavior.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sakaki
0ab05d72e0
Fixed case where a LUKS root is protected by a GPG-encrypted keyfile
...
and plymouth is in use. Previously, this would use plymouth's
ask-for-password action, passing it a --command argument that
included a pipeline (line 206 in previous version of 00-crypt.sh).
As plymouth does not shell-interpret its command however, this fails.
In this version, we create a temporary script file with the necessary
pipeline command in it, and pass this temporary script to plymouth instead.
The temporary script is deleted after use.
(In theory, it should be possible to construct a "/bin/sh -c 'cmd'"-style
invocation for the --command, thereby avoiding this, but I have had no
luck with this approach, due to plymouth's argument parser.)
11 years ago
arch
kernel: set CONFIG_UEVENT_HELPER_PATH="" as per Gentoo bug #493874
11 years ago
defaults
Fixed case where a LUKS root is protected by a GPG-encrypted keyfile
11 years ago
doc
initramfs: add support for multiple crypted root and swap devices
11 years ago
maintenance
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
modules
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
netboot
00-fsdev.sh: drop any reference to mdstart, no longer used nowadays
11 years ago
patches/busybox/ 1.20.2
00-fsdev.sh: drop any reference to mdstart, no longer used nowadays
11 years ago
tarballs
repo: add `make install` support, bundle busybox, bashcomp and initramfs.mounts
12 years ago
.gitattributes
Adding Id header and Ident for genkernel.conf
16 years ago
.gitignore
rewrite Makefile, use git archive
12 years ago
AUTHORS
repo: add myself to AUTHORS
12 years ago
Makefile
genkernel: do not use /var/cache for storing source tarballs
11 years ago
gen_arch.sh
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
gen_bootloader.sh
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
gen_cmdline.sh
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
gen_compile.sh
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
gen_configkernel.sh
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
gen_determineargs.sh
Fix the kerncache parsing of CONFIG_LOCALVERSION
11 years ago
gen_funcs.sh
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
gen_initramfs.sh
Fixed case where a LUKS root is protected by a GPG-encrypted keyfile
11 years ago
gen_moddeps.sh
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
gen_package.sh
Trying to build a binary package, so leave the system alone
11 years ago
genkernel
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
genkernel.bash
genkernel: migrate ALL the code to 4-spaces tabs
12 years ago
genkernel.conf
genkernel: do not use /var/cache for storing source tarballs
11 years ago
initramfs.mounts
repo: add `make install` support, bundle busybox, bashcomp and initramfs.mounts
12 years ago