Updated
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
3b1059aaec
commit
ad4e758b36
@ -5,6 +5,8 @@ LOG_FILE="/tmp/update-kernel.log"
|
|||||||
TMP_KERNEL="/tmp/kernel-config-`uname -r`"
|
TMP_KERNEL="/tmp/kernel-config-`uname -r`"
|
||||||
DEFAULT_KERNEL="/usr/src/linux/.config"
|
DEFAULT_KERNEL="/usr/src/linux/.config"
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
function starting() {
|
function starting() {
|
||||||
echo -e "\e[93m----------------------COMPILING------------------------------\e[0m"
|
echo -e "\e[93m----------------------COMPILING------------------------------\e[0m"
|
||||||
sudo cp -rv $DEFAULT_KERNEL $TMP_KERNEL
|
sudo cp -rv $DEFAULT_KERNEL $TMP_KERNEL
|
||||||
|
Loading…
Reference in New Issue
Block a user