Better build_minimal_linux_live.sh script
This commit is contained in:
parent
e431a32ca3
commit
c4705052d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user