Support for Xen

Signed-off-by: Daniel P. Smith <dpsmith@apertussolutions.com>
This commit is contained in:
Daniel P. Smith 2023-08-09 12:26:12 +00:00 committed by Michael Opdenacker
parent 75762d3be4
commit 451d08aa60

13
projects/xen.sh Normal file
View file

@ -0,0 +1,13 @@
# Xen hypervisor
version_dir()
{
grep "^RELEASE" |
sed -e 's/^RELEASE-/v/';
}
version_rev()
{
grep "^v" |
sed -e 's/^v/RELEASE-/';
}