Better build_minimal_linux_live.sh script

This commit is contained in:
bauen1 2017-07-04 23:10:02 +02:00
parent e431a32ca3
commit c4705052d6
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -1,16 +1,6 @@
#!/bin/sh
time sh 00_clean.sh
time sh 01_get_kernel.sh
time sh 02_build_kernel.sh
time sh 03_get_glibc.sh
time sh 04_build_glibc.sh
time sh 05_prepare_glibc.sh
time sh 06_get_busybox.sh
time sh 07_build_busybox.sh
time sh 08_prepare_src.sh
time sh 09_generate_rootfs.sh
time sh 10_pack_rootfs.sh
time sh 11_get_syslinux.sh
time sh 12_generate_iso.sh
for script in $(ls | grep '^[0-9]*_.*.sh'); do
echo "$script"
time sh "$script"
done