config: Allow SPARC FS image to be specified on the command line
authorJakub Jermar <jakub@jermar.eu>
Tue, 19 Jul 2016 14:52:46 +0000 (09:52 -0500)
committerJakub Jermar <jakub@jermar.eu>
Tue, 19 Jul 2016 14:52:46 +0000 (09:52 -0500)
commit86a25bbcee88f6e69299867b6264885d738f636e
treeeaa00e8668a6c567258e68449225e16ed6ac8b82
parentc7bf0e9cdd8f22139919efd7d81824c988e4f41a
config: Allow SPARC FS image to be specified on the command line

At the moment the SPARC FS machine configuration comes with a hardcoded
value for using the Solaris 10 disk image from the OpenSPARC tarball. The
--disk-image option is completely ignored for SPARC. This simple patch
modifies the behavior so that --disk-image option is both taken into
account and also required. This makes it possible to easily change SPARC FS
images without having to modify the configuration files.
configs/common/FSConfig.py