apt-upgrade-kernel 0.1 (May 2005) Purpose: Update Linux kernel and installed kernel modules via APT Usage: [VAR=value] apt-upgrade-kernel [options] Options: -V, --version Show version string -h, --help Show complete usage -q, --quiet Silent mode (turn off messages) -v, --verbose Detailed mode (turn on messages) -k, --keep Dont remove temporary working directory at finish --debug Enable debugging mode, see below Variables for explicit selection of currently installed kernel to be upgraded (by default they are detected automatically via 'uname -r'): KERNEL_FLAVOUR (examples: std-up, vs-smp, ...) KERNEL_VERSION (for example, 2.4.33-std-smp-alt9) Debugging mode: Use static data directory instead of temporary, dont overwrite already existing files in data directory (use previously created if they are not removed manually), use more verbose output. Examples: sudo apt-get update; export KERNEL_FLAVOUR=std-smp; apt-upgrade-kernel -q | xargs sudo -H apt-get -y install