chmod +x all sh scripts so they can run from the git checkout
[catalyst.git] / targets / netboot / netboot-image.sh
1 #!/bin/bash
2
3 source /tmp/chroot-functions.sh
4
5 update_env_settings
6
7 echo "Copying files to ${clst_root_path}"
8 clst_files="/bin/busybox ${clst_files} "
9 for f in ${clst_files}
10 do
11         copy_file ${f}
12 done
13 echo "Done copying files"