call the scripts with sh so they don't need the executable bit
This commit is contained in:
parent
fbccabac6f
commit
01956eb5a6
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
./0_prepare.sh
|
||||
./1_get_kernel.sh
|
||||
./2_build_kernel.sh
|
||||
./3_get_busybox.sh
|
||||
./4_build_busybox.sh
|
||||
./5_generate_rootfs.sh
|
||||
./6_pack_rootfs.sh
|
||||
./7_generate_iso.sh
|
||||
sh 0_prepare.sh
|
||||
sh 1_get_kernel.sh
|
||||
sh 2_build_kernel.sh
|
||||
sh 3_get_busybox.sh
|
||||
sh 4_build_busybox.sh
|
||||
sh 5_generate_rootfs.sh
|
||||
sh 6_pack_rootfs.sh
|
||||
sh 7_generate_iso.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user