diff --git a/projects/Generic/filesystem/usr/share/bootloader/canupdate.sh b/projects/Generic/filesystem/usr/share/bootloader/canupdate.sh new file mode 100644 index 0000000000..0e4f1fac42 --- /dev/null +++ b/projects/Generic/filesystem/usr/share/bootloader/canupdate.sh @@ -0,0 +1,2 @@ +# Allow upgrades from Virtual to Generic +[ "$1" = "Virtual.x86_64" ] && exit 0 || exit 1