New experimental script test/merge_debian_isos. Deprecated merge_2_debian_isos.

This commit is contained in:
2022-06-15 12:25:05 +02:00
parent 3eef0411d5
commit 9b4c082f84
3 changed files with 647 additions and 0 deletions

View File

@ -1,5 +1,15 @@
#!/bin/bash
echo >&2
echo "THIS SCRIPT IS DEPRECATED ! USE ITS SUCCESSOR: merge_debian_isos" >&2
echo >&2
echo "The script merge_2_debian_isos still exists only because it was mentioned">&2
echo "in Debian bug 1011343. The successor can merge more than two ISOs.">&2
echo "So do not edit this script to remove this warning and the 'exit 7' line.">&2
echo >&2
exit 7
usage() {
echo "usage: $(basename "$0") "'\' >&2
echo " boot_iso boot_mount add_iso add_mount result_iso [for_dist]" >&2
@ -344,6 +354,9 @@ fi
-padding included \
-compliance no_emul_toc
## Clean up
if test "$do_mount_1" = 1
then
sudo umount "$BOOT_ISO_MOUNT"