#-----------------------------------------------------------------------
# genkernel.conf
# ==============
#
# Project Gentoo 4 Shuttle DS57Ux
# Scope Native
# Copyright (C) 2022 by RaySoft, Zurich, Switzerland
# License GNU General Public License (GPL) 2.0
# https://www.gnu.org/licenses/gpl2.txt
#
#-----------------------------------------------------------------------
# Add in LVM support from static binaries if they exist on the system,
# or compile static LVM binaries if static ones do not exist.
LVM="yes"
# Enable splashutils in early space (initrd). Default is "no".
SPLASH="no"
# Mount BOOTDIR automatically if it isn't mounted?
MOUNTBOOT="yes"
# Run 'make clean' before compilation?
# If set to NO, implies MRPROPER WILL NOT be run
CLEAN="yes"
# Run 'make mrproper' before configuration/compilation?
MRPROPER="no"
# Run 'make oldconfig' before compiling this kernel?
OLDCONFIG="no"
# Run 'make menuconfig' before compiling this kernel?
MENUCONFIG="yes"
# Clear build cache dir
CLEAR_CACHE_DIR="yes"
# Clear all tmp files and caches after genkernel has run
POSTCLEAR="1"
# Save the new configuration in /etc/kernels upon successfull compilation
SAVE_CONFIG="no"
# Default share directory location
GK_SHARE="${GK_SHARE:-/usr/share/genkernel}"
# Location of the default cache
CACHE_DIR="/var/cache/genkernel"
# Location of DISTDIR, where our source tarballs are stored
DISTDIR="${CACHE_DIR}/src"
# Log output file
LOGFILE="/var/log/genkernel.log"
# Debug Level
LOGLEVEL=1
# Default location of kernel source
DEFAULT_KERNEL_SOURCE="/usr/src/linux"