Small fixes

This commit is contained in:
zador-blood-stained 2017-01-31 12:05:50 +03:00
parent 33195bf4c9
commit 1f963acfc8
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ compile_kernel()
make $CTHREADS ARCH=$ARCHITECTURE CROSS_COMPILE="$CCACHE $KERNEL_COMPILER" oldconfig
make $CTHREADS ARCH=$ARCHITECTURE CROSS_COMPILE="$CCACHE $KERNEL_COMPILER" menuconfig
# store kernel config in easily reachable place
cp .config $DEST/kernel.config
cp .config $DEST/$LINUXCONFIG.config
fi
eval CCACHE_BASEDIR="$(pwd)" ${toolchain:+env PATH=$toolchain:$PATH} \

View File

@ -186,7 +186,7 @@ install_common()
# Fix for PuTTY/KiTTY & ncurses-based dialogs (i.e. alsamixer) over serial
# may break other terminals like screen
#printf "[Service]\nEnvironment=TERM=xterm-256color" > /etc/systemd/system/serial-getty@.service.d/10-term.conf
#printf "[Service]\nEnvironment=TERM=xterm-256color" > $CACHEDIR/$SDCARD/etc/systemd/system/serial-getty@.service.d/10-term.conf
}
install_distribution_specific()