Files
Arch-R/projects/Generic/filesystem/usr/share/bootloader/canupdate.sh
2017-02-02 13:27:37 -08:00

3 lines
89 B
Bash

# Allow upgrades from Virtual to Generic
[ "$1" = "Virtual.x86_64" ] && exit 0 || exit 1