summaryrefslogtreecommitdiff
path: root/hooks/klibc
AgeCommit message (Collapse)Author
2010-06-14code cleanup: consequently replace spaces in indentions with tabs to unify ↵Michael Prokop
coding stile Signed-off-by: Michael Prokop <mika@debian.org>
2010-04-05hooks/klibc: Keep gzip in initramfsmaximilian attems
merge from 0.92bubuntu1 Signed-off-by: maximilian attems <maks@debian.org>
2010-02-22mkinitramfs: KEYMAP option fails to work due to missing keymapMaximilian Gass
I have attached a patch that makes the keymap hook consider /etc/console-setup/cached.kmap.gz. I have also added gunzip to the initramfs because otherwise loadkeys complained that it was missing and failed to load the keymap. (closes: #565416) Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29move busybox addition to a hook scriptmaximilian attems
thus export the 2 needed busybox variables, be sure to have the klibc shell for now around. Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29klibc remove zcat and gunzipmaximilian attems
not really used in initramfs. Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29create a klibc hook scriptmaximilian attems
we may soon no longer need it, so move it out to its own, so it can be more easily played with. Signed-off-by: maximilian attems <maks@debian.org>