Summary: | Core Update 170 - ISO backup fails to work | ||
---|---|---|---|
Product: | IPFire | Reporter: | Adolf Belka <adolf.belka> |
Component: | --- | Assignee: | Adolf Belka <adolf.belka> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | Major Usability | ||
Priority: | - Unknown - | CC: | matthias.fischer, peter.mueller |
Version: | 2 | ||
Hardware: | unspecified | ||
OS: | Unspecified |
Description
Adolf Belka
2022-09-17 21:24:57 UTC
Suggested fix (seems to works here, please test): diff --git a/src/scripts/backupiso b/src/scripts/backupiso index ef017e3be..2a016e067 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -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}" Yes, that is the fix I have edited in my backupiso file but I will be testing it tomorrow morning as it is getting late here now. Fix confirmed to work on my vm testbed system. Also confirmed on the forum:- https://community.ipfire.org/t/backup-pl-fails-to-create-full-iso-backup-after-core-update-170/8592/4 Patch submitted to dev mailing list and patchwork. https://patchwork.ipfire.org/project/ipfire/patch/20220918114517.7508-1-adolf.belka@ipfire.org/ Tested this on CU171 Testing on my vm testbed. It didn't work but after some thought and checking I relaised that is because it downloads the original iso file from the standard IPFire downloads url and Core Update 171 is not yet available there as it is in Testing phase. So this bug will only be able to be formally verified when Core Update 171 Stable is released. |