Skip to content

Commit 5e1e6cb

Browse files
authored
Merge pull request #985 from dmbaturin/T7610-fix-upgrade-from-equuleus
iso: T7610: include a file with ISO9660 string to prevent upgrade failures from 1.3.x
2 parents 3e5696d + 54e2359 commit 5e1e6cb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • data/live-build-config/includes.binary
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# VyOS 1.3.x image upgrade scipt checked if an image file was a valid ISO file
2+
# by grepping it for "ISO9660".
3+
# (The correct way to do that would be to use file/libmagic,
4+
# but we cannot change the past).
5+
# At some point something has changed in xorriso or some other tool
6+
# and images no longer include that string.
7+
# so the image validity check fails.
8+
# To allow direct upgrades from older versions,
9+
# we artificially include that string to make the old check pass.
10+
ISO9660

0 commit comments

Comments
 (0)