blob: 9e94b5b3a749b4016a9f84a487529325336b5216 [file] [log] [blame]
#!/usr/bin/python3
# -*- mode: python -*-
# virtme-configkernel: Configure a kernel for virtme
# Copyright © 2014 Andy Lutomirski
# Licensed under the GPLv2, which is available in the virtme distribution
# as a file called LICENSE with SHA-256 hash:
# 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
# This file is not installed; it's just used to run virtme from inside
# a source distribution.
from virtme.commands import configkernel
exit(configkernel.main())