Enabled commands disabled during debugging

master
Felix Stupp 5 years ago
parent ccc7bdb032
commit 1fb4cd104d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -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})" cd "$(dir ${chksum_file})" && "${sum_type}" `find . -follow -type f \! -name "$(notdir ${chksum_file})"` > "$(notdir ${chksum_file})"
chmod -w "${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}" 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 orig.iso: image_info.txt
curl --location "$$(cat "$<")" > "$@" curl --location "$$(cat "$<")" > "$@"

@ -16,14 +16,14 @@ Sonst können Sie auch versuchen, das System erneut mit dem Installationsmedium
Drücken Sie eine beliebige Taste, um das System herunterzufahren Drücken Sie eine beliebige Taste, um das System herunterzufahren
EOF EOF
read_key; read_key;
#systemctl poweroff; systemctl poweroff;
exit 0; exit 0;
} }
function setup_finished() { function setup_finished() {
echo "Einrichtung abgeschlossen, drücken Sie eine beliebige Taste, um das System neu zu starten"; echo "Einrichtung abgeschlossen, drücken Sie eine beliebige Taste, um das System neu zu starten";
read_key; read_key;
#systemctl reboot; systemctl reboot;
exit 0; exit 0;
} }

Loading…
Cancel
Save