Initial commit
This commit is contained in:
21
build-all.sh
Executable file
21
build-all.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
# vim: set sw=4 ts=4 sts=4 et :
|
||||
|
||||
set -e
|
||||
|
||||
. ./config
|
||||
|
||||
./prepare.sh
|
||||
./config-portage.sh
|
||||
./setup-local-repo.sh
|
||||
./build.sh
|
||||
./build-host-tools.sh
|
||||
./build-rootfs.sh
|
||||
./build-uboot.sh
|
||||
./build-grub.sh
|
||||
./build-kernel.sh
|
||||
./build-squashfs.sh
|
||||
./post-build.sh
|
||||
|
||||
./genimage.sh
|
||||
./build-update.sh
|
||||
Reference in New Issue
Block a user