New experimental script test/merge_debian_isos. Deprecated merge_2_debian_isos.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user