]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
backupiso: Update to ISO file naming - bug#12932
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 18 Sep 2022 11:45:17 +0000 (13:45 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 19 Sep 2022 12:36:52 +0000 (12:36 +0000)
- commit https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=fbd0608c2cb5372fff7857065ec7e605b1bf9cf7
   aligned the ISO file name to the image file name. This change also needed to be added
   to backupiso as the filename is used to download the iso from the IPFire server when
   creating an ISO backup.

Fixes: Bug#12932
Suggested-by: Matthias Fischer <matthias.fischer@ipfire.org>
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
src/scripts/backupiso

index ef017e3be5ab9dc88fd8a5bd49896ee5a96c37fd..2a016e067df5f8d68008d0565b55ad6460d1f68f 100644 (file)
@@ -35,7 +35,7 @@ case "${arch}" in
 esac
 
 URL="https://downloads.ipfire.org/releases/ipfire-2.x/$IPFVER-core$COREVER/"
-ISO="ipfire-$IPFVER.$arch-full-core$COREVER.iso"
+ISO="ipfire-$IPFVER-core$COREVER-$arch.iso"
 
 makeiso() {
        local dir="${1}"