There was an error while loading. Please reload this page.
2 parents 3e5696d + 54e2359 commit 5e1e6cbCopy full SHA for 5e1e6cb
1 file changed
data/live-build-config/includes.binary/compat
@@ -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