|
|
| |
# ===========GENKERNEL BASIC CONFIGURATION============= | # ===========GENKERNEL BASIC CONFIGURATION============= |
| |
|
# Run 'make oldconfig' before compiling this kernel? |
|
# If set to "yes", also suppresses the fetch of the kernel .config file from |
|
# /etc/kernels, thus preserving the .config file in /usr/src/linux. |
|
# OLDCONFIG="no" |
|
|
# Run 'make menuconfig' before compiling this kernel? | # Run 'make menuconfig' before compiling this kernel? |
MENUCONFIG="no" | MENUCONFIG="no" |
| |
|
|
# Mount BOOTDIR automatically if it isn't mounted? | # Mount BOOTDIR automatically if it isn't mounted? |
MOUNTBOOT="yes" | MOUNTBOOT="yes" |
| |
|
# Make symlinks in BOOTDIR automatically? |
|
# SYMLINK="no" |
|
|
# Save the new configuration in /etc/kernels upon | # Save the new configuration in /etc/kernels upon |
# successfull compilation | # successfull compilation |
SAVE_CONFIG="yes" | SAVE_CONFIG="yes" |
|
|
# %%ARCH%% - Final determined architecture | # %%ARCH%% - Final determined architecture |
# %%CACHE%% - Final determined cache location | # %%CACHE%% - Final determined cache location |
| |
|
# Set genkernel's temporary work directory. Default is /var/tmp/genkernel |
|
# TMPDIR="/var/tmp/genkernel" |
|
|
# Set the boot directory, default is /boot | # Set the boot directory, default is /boot |
#BOOTDIR="/boot" | #BOOTDIR="/boot" |
| |