# Default valeus for kernel-cleaner
# (c) 2010-2014 Stephane Galland <galland@arakhne.org>
# Under GNU GPL
# 
# This file must be written with bash syntax.

# Name of the package which is corresponding to the installed kernels
KERNEL_PACKAGE="linux-image"

# Names of the packages which may be also uninstalled with the default kernel package
ADDITIONAL_PACKAGES[0]="linux-headers"
#ADDITIONAL_PACKAGES[1]="linux-backports-modules"
#ADDITIONAL_PACKAGES[2]="linux-backports-modules-alsa"

