additional bash programming to support a json configuration file.
still working on kernel options for proper networking.
This commit is contained in:
13
scripts/build_everything.sh
Executable file
13
scripts/build_everything.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
dir=$(dirname "$0")
|
||||
echo $dir
|
||||
cd $dir
|
||||
./install_dependencies.sh
|
||||
./build_kernel.sh
|
||||
./build_initramfs.sh
|
||||
./build_filesystem.sh
|
||||
./build_image.sh
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user