additional bash programming to support a json configuration file.
still working on kernel options for proper networking.
This commit is contained in:
9
config/container_cmd.sh
Executable file
9
config/container_cmd.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
set -e
|
||||
cores=$(nproc)
|
||||
echo "${cores}"
|
||||
/usr/bin/make clean
|
||||
/usr/bin/make defconfig
|
||||
cat ./.config | python3 /update_kernel_make_config.py --file /linux/kernel_options.json
|
||||
cat ./.config | python3 /update_kernel_make_config.py --file /linux/kernel_options.json > ./.config
|
||||
/usr/bin/make olddefconfig
|
||||
/usr/bin/make -j ${cores}
|
||||
Reference in New Issue
Block a user