summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-280.98.2+vyatta+1+mendocino1debian/0.98.2+vyatta+1+mendocino1mendocinoAn-Cheng Huang
2010-12-28update .gitignoreAn-Cheng Huang
2010-09-090.98.2+vyatta+1debian/0.98.2+vyatta+1An-Cheng Huang
2010-09-09use new dh method for development buildAn-Cheng Huang
2010-09-09Merge branch 'upstream' (0.98.2) into mendocinoAn-Cheng Huang
Conflicts: debian/changelog debian/compat debian/control debian/rules hook-functions mkinitramfs
2010-09-09remove files that no longer existupstreamAn-Cheng Huang
2010-09-09Merge remote branch 'debian/master' into upstreamAn-Cheng Huang
2010-09-07release version 0.98.2v0.98.2debian/0.98.2maximilian attems
Signed-off-by: maximilian attems <max@stro.at>
2010-09-07initramfs-tools: Add hid-cherry and hid-logitech to initramfsEckhart Wörner
Both a Cherry and a Logitech keyboard I own cannot be used at early boot time unless one also adds the hid-cherry / the hid-logitech module to the initramfs. The attached patch adds those two modules to hook-functions. For the Cherry keyboard, kernels up to 2.6.32-3 are not affected, from 2.6.32-5 (squeeze default) onwards all tested kernels were affected. Didn't do detailed checks for the Logitech keyboard. The used devices that exhibit this problem are: ID 046d:c30a Logitech, Inc. iTouch Composite ID 046a:0023 Cherry GmbH CyMotion Master Linux Keyboard Severity level important, since this makes booting with encrypted root partition impossible using those keyboards. Closes: #595827 Reported-by: Eckhart Wörner <ewoerner@kde.org> Signed-off-by: maximilian attems <max@stro.at>
2010-09-030.92o+vyatta+8debian/0.92o+vyatta+8An-Cheng Huang
2010-09-03fix for squeeze dpkgAn-Cheng Huang
2010-09-020.92o+vyatta+7debian/0.92o+vyatta+7An-Cheng Huang
2010-08-310.92o+vyatta+6debian/0.92o+vyatta+6An-Cheng Huang
2010-08-31fix squeeze buildAn-Cheng Huang
2010-08-260.92o+vyatta+5debian/0.92o+vyatta+5Stephen Hemminger
2010-08-26Find firmware in /lib/firmware/<kernel-version>Stephen Hemminger
Update hook-functions to search for kernel firmware based on version. This is copied from Ubuntu version of initramfs-tools. (cherry picked from commit 1236df3c797a0404f7050ed5201118e6fa4841e0)
2010-08-26Add bnx2x to network driversStephen Hemminger
(cherry picked from commit dbca83aa0c46b04cc2aafa9e951ab0e2ebbc95d2)
2010-08-25Releasing version 0.98.1.v0.98.1maximilian attems
Signed-off-by: maximilian attems <max@stro.at>
2010-08-25configure_networking(): Look for presence of /tmp/net-*.conf filesVagrant Cascadian
when $DEVICE is not set (which is now default), otherwise ipconfig may receive a valid DHCP response, but fails to break out of the loop and is called repeatedly. thanks to Petter Reinholdtsen, i think i've figured out the initramfs-tools portion of this problem (there may still be outstanding issues with ipconfig). tested the attached patch, which seems to address the issue for me at least. Closes: #584583 Signed-off-by: maximilian attems <max@stro.at>
2010-08-07release 0.98v0.98Michael Prokop
Signed-off-by: Michael Prokop <mika@debian.org>
2010-08-07Bump Standards-Version to 3.9.1.Michael Prokop
2010-08-07Merge branch 'maks/bootloader'Michael Prokop
2010-08-06init: provide fastforward path for the common case when validating init binary.Michael Prokop
2010-08-06init: provide validate_init() wrapper to support absolute symlinks.Michael Prokop
If /sbin/init is an absolute symlink (e.g. to /bin/systemd) the readlink check doesn't work as $rootmnt is involved. The validate_init() shell function takes care of this fact, as well as when guessing the init binary points to a directory. For example Ubuntu's upstart has its configuration inside /etc/init whereas this is considered a valid run_init_process() binary by the Linux kernel and `test -x' returns true when checking for executables. Therefore be more conservative with providing full backwards compability as well as new added support for absolute symlinks at the same time. Closes: #590744
2010-08-07update-initramfs: run_bootloader() invoke Initramfs hooksmaximilian attems
Conform to policy http://kernel-handbook.alioth.debian.org/ch-update-hooks.html#s-initramfs-hooks We check that the dir exists to no longer invoke boot loader on our own for squeeze, but work on partial upgrades from lenny. The bootloader invocations can be removed postsqueeze. Signed-off-by: maximilian attems <maks@debian.org>
2010-08-07initramfs-tools: only allow hook scripts to errexit on mkinitramfsmaximilian attems
version is "the" essential exported variable by mkinitramfs. Use it's string length to determine that we are on mkinitramfs stage and not trying to boot a not precached initramfs image. hook scripts on boot can exit due to random failures and shouldn't interrupt boot there. Signed-off-by: maximilian attems <maks@debian.org>
2010-08-01update-initramfs: revert nounsetmaximilian attems
Brought no gain in code readability and lots of bug reports. Closes: #588915 Suggested-by: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: maximilian attems <maks@debian.org>
2010-07-220.92o+vyatta+4debian/0.92o+vyatta+4An-Cheng Huang
2010-07-09Merge branch 'sid'maximilian attems
Conflicts: mkinitramfs scripts/functions
2010-07-09update-initramfs: stop buildprocess if any script is failingMichael Prokop
Signed-off-by: Michael Prokop <mika@debian.org>
2010-07-09Merge branch 'maks/hooks'maximilian attems
2010-07-09mkinitramfs: do not execute compress command under quotesMichael Prokop
If we quote the $compress command then any options are considered as part of the command, resulting in something like: lzop -9: not found while updating a initramfs Closes: #588517 Signed-off-by: Michael Prokop <mika@debian.org>
2010-07-08Redirect STDOUT to STDERR for post{inst,rm} hooksStephen Powell
Avoids output being swallowed by debconf's redirection of STDOUT. Signed-off-by: maximilian attems <maks@debian.org>
2010-07-08postinst hook: respect INITRD variableStephen Powell
Do not create an initial RAM file system image for a custom kernel created by make-kpkg if one was not requested by the --initrd flag of make-kpkg. Signed-off-by: maximilian attems <maks@debian.org>
2010-07-08maintainer notes: underline that mail to one of the 2 lists is goodmaximilian attems
small wording change. Signed-off-by: maximilian attems <maks@debian.org>
2010-07-08some minor rewording of sentences about development mailinglistsMichael Prokop
Signed-off-by: Michael Prokop <mika@debian.org>
2010-07-08Maintainer notes document dev mailinglistsmaximilian attems
we are listening there. :) Signed-off-by: maximilian attems <maks@debian.org>
2010-07-08revert mkinitramfs errexit and nounsetmaximilian attems
currently already to many failure pathes, no point in rushing more into the next release for squeeze. plan is to reinstate postqueeze. Reviewed-by: Michael Prokop <mika@debian.org> Signed-off-by: maximilian attems <maks@debian.org>
2010-07-08mkinitramfs: Provide error code of failed mkinitramfs creationmaximilian attems
We better print them out before exiting, this should allow quicker diagnose of what is going on. Be sure to print out all error codes as a failure of compress is highly likely to generate an SIGPIPE aka error code 141. Silent error exits are troublesome for debugging error cause. Signed-off-by: maximilian attems <maks@debian.org>
2010-07-08control: conform to latest policy without changesmaximilian attems
Signed-off-by: maximilian attems <maks@debian.org>
2010-07-07mkinitramfs: set COMPRESS=gzip to be more consistent.maximilian attems
it is used that way in the configuration file example. Thanks: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: maximilian attems <maks@debian.org>
2010-07-06release 0.97.2v0.97.2maximilian attems
2010-07-06initramfs-tools: output name of script that errexits.maximilian attems
this should make bug reports concerning bogus hook scripts easier to handle, like the *loooong* iscan story. Closes: 586554 Signed-off-by: maximilian attems <maks@debian.org>
2010-07-06initramfs-tools: output name of script that errexits.maximilian attems
this should make bug reports concerning bogus hook scripts easier to handle, like the *loooong* iscan story. Closes: 586554 Signed-off-by: maximilian attems <maks@debian.org>
2010-07-05release 0.97.1v0.97.1maximilian attems
urgency high as it fixes initramfs-tools compress handling. Signed-off-by: maximilian attems <maks@debian.org>
2010-07-05mkinitramfs: Fix missing compress quotingsmaximilian attems
the fallback for unset ${compress} never got used, due to the missing quotes. Do also set the GZIP CONFIG option when setting fallback of gzip. Closes: 587608 Thanks: Valentin QUEQUET <valentin.quequet@orange.fr> Signed-off-by: maximilian attems <maks@debian.org>
2010-07-05mkinitramfs: Fix missing compress quotingsmaximilian attems
the fallback for unset ${compress} never got used, due to the missing quotes. Do also set the GZIP CONFIG option when setting fallback of gzip. Closes: 587608 Thanks: Valentin QUEQUET <valentin.quequet@orange.fr> Signed-off-by: maximilian attems <maks@debian.org>
2010-06-22update-initramfs: run_bootloader() return after zipl and flash-kernelmaximilian attems
Spotted by mika, that those returns where missing. Signed-off-by: maximilian attems <maks@debian.org>
2010-06-22initramfs-tools.8: Enhance documentation of boot optionmaximilian attems
Enhance manpage to target casual reader, who wants to know more about his kernel commandline. The boot/mkinitramfs hook hacker may easily read on, so move their desc a bit down. Add errexit hint of hook scripts. Also enhance a better written § from dracut, the current one was just jibberish. Reviewed-by: Michael Prokop <mika@debian.org> Signed-off-by: maximilian attems <maks@debian.org>
2010-06-22reportbug: list the mkinitramfs hook scripts of reporting boxmaximilian attems
It is interesting to see which are installed, may help to pindown some bugs earlier. Signed-off-by: maximilian attems <maks@debian.org>