diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-02 16:09:44 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-02 16:09:44 -0500 |
commit | 3dbe0982a10c823a2793a3d125beba2edf75f1f7 (patch) | |
tree | daaa08bbe9a31318e0e8c5c083afecfb7b5f5e1b /tests | |
parent | 26849aa92e046b15d1c80c623b20f20f89e52b65 (diff) | |
download | horizon-3dbe0982a10c823a2793a3d125beba2edf75f1f7.tar.gz horizon-3dbe0982a10c823a2793a3d125beba2edf75f1f7.tar.bz2 horizon-3dbe0982a10c823a2793a3d125beba2edf75f1f7.tar.xz horizon-3dbe0982a10c823a2793a3d125beba2edf75f1f7.zip |
hscript: Filesystem::execute: null-terminate argv, pass environ
Diffstat (limited to 'tests')
-rw-r--r-- | tests/kvm.installfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/kvm.installfile b/tests/kvm.installfile new file mode 100644 index 0000000..5d54116 --- /dev/null +++ b/tests/kvm.installfile @@ -0,0 +1,10 @@ +hostname horizonkvmtest-ppc64.adelielinux.org +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +network true +netaddress eth0 dhcp +diskid /dev/sda QEMU_HARDDISK +disklabel /dev/sda gpt +partition /dev/sda 1 fill +fs /dev/sda1 ext4 +mount /dev/sda1 / +pkginstall adelie-base-posix |