--- /tmp/tcloop/linux-kernel-sources-env/usr/local/bin/linux-kernel-sources-env.sh
+++ ./linux-kernel-sources-env.sh
@@ -7,7 +7,7 @@
##############################################
##############################################
## script to prepare kernel sources for
-## tc-5; (full sources in lieu of headers)
+## tc-6; (full sources in lieu of headers)
## (kernel 3.x.xx)
## required src/deps will be loaded
## locally or downloaded as needed
@@ -40,12 +40,12 @@
## Module.symvers-3.x.xx-tinycore(64)
## linux-3.x.xx-patched.txz
-src_http="http://www.tinycorelinux.net/5.x/x86/release/src/kernel"
+src_http="http://www.tinycorelinux.net/6.x/x86/release/src/kernel"
echo -e "\nScript will download (if required) then \
\nprepare kernel sources and deps in lieu \
\nof headers in preparation of a compile \
-\nenvironment for TinyCore-5.x x86 & x86_64"
+\nenvironment for TinyCore-6.x x86 & x86_64"
f_div
echo "Continuing shortly..."
sleep 10
@@ -133,11 +133,11 @@
case $kerarch in
tinycore)
k_config=config-${kerver}-tinycore
- k_symbols=Module.symvers-${kerver}-tinycore
+ k_symbols=Module.symvers-${kerver}-tinycore.gz
;;
tinycore64)
k_config=config-${kerver}-tinycore64
- k_symbols=Module.symvers-${kerver}-tinycore64
+ k_symbols=Module.symvers-${kerver}-tinycore64.gz
;;
esac
@@ -188,7 +188,7 @@
echo "${GREEN}$k ready${NORMAL}"
fi
done
-
+gunzip -d /tmp/Module.symvers-${kerver}-tinycore.gz
##############################################
## prepare kernel src files