Small fixes
This commit is contained in:
parent
33195bf4c9
commit
1f963acfc8
@ -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} \
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user