Update scripts/build_everything.sh
This commit is contained in:
@@ -3,11 +3,11 @@ set -e
|
|||||||
dir=$(dirname "$0")
|
dir=$(dirname "$0")
|
||||||
echo $dir
|
echo $dir
|
||||||
cd $dir
|
cd $dir
|
||||||
#./install_dependencies.sh
|
./install_dependencies.sh
|
||||||
#./build_kernel.sh
|
./build_kernel.sh
|
||||||
#./build_initramfs.sh
|
./build_initramfs.sh
|
||||||
#./bootstrap_filesystem.sh
|
./bootstrap_filesystem.sh
|
||||||
#./build_initramfs.sh
|
./build_initramfs.sh
|
||||||
./build_filesystem.sh
|
./build_filesystem.sh
|
||||||
./build_image.sh
|
./build_image.sh
|
||||||
./boot_image.sh
|
./boot_image.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user