Robert Foley <[email protected]> writes:
> centos.aarch64 creates a CentOS 8 image. > Also added a new kickstart script used to build the centos.aarch64 image. > > Signed-off-by: Robert Foley <[email protected]> > Reviewed-by: Peter Puhov <[email protected]> > --- <snip> > --- /dev/null > +++ b/tests/vm/centos.aarch64 > @@ -0,0 +1,227 @@ > +#!/usr/bin/env python3 > +# > +# Centos aarch64 image > +# > +# Copyright 2020 Linaro > +# > +# Authors: > +# Robert Foley <[email protected]> > +# Originally based on ubuntu.aarch64 > +# > +# This code is licensed under the GPL version 2 or later. See > +# the COPYING file in the top-level directory. > +# > + > +import os > +import sys > +import subprocess > +import basevm > +import time > +import traceback left over debug? <snip> Otherwise: Reviewed-by: Alex Bennée <[email protected]> -- Alex Bennée
