|
|
|
@ -29,7 +29,7 @@ modified.iso: orig.iso makefile ${preseed} isolinux ../playbook
|
|
|
|
|
cd "$(dir ${chksum_file})" && "${sum_type}" `find . -follow -type f \! -name "$(notdir ${chksum_file})"` > "$(notdir ${chksum_file})"
|
|
|
|
|
chmod -w "${chksum_file}"
|
|
|
|
|
genisoimage -r -J -b "isolinux/isolinux.bin" -c "isolinux/boot.cat" -no-emul-boot -boot-load-size 4 -boot-info-table -o "$@" "${iso_dir}"
|
|
|
|
|
#chmod +w -R "${iso_dir}" && rm -rf "${iso_dir}"
|
|
|
|
|
chmod +w -R "${iso_dir}" && rm -rf "${iso_dir}"
|
|
|
|
|
|
|
|
|
|
orig.iso: image_info.txt
|
|
|
|
|
curl --location "$$(cat "$<")" > "$@"
|
|
|
|
|