diff options
author | Silvino Silva <silvino@bk.ru> | 2017-09-27 00:35:15 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-09-27 00:35:15 +0100 |
commit | 6bf0c99f1320e117663e34221837c6fe22f75e6f (patch) | |
tree | 534f6c62b590298968d22b32a4d36366e0d583f2 /tools/scripts/runvm/profile | |
parent | b1b5779493352c72cced0251625d0b850ebac5b8 (diff) | |
parent | b3a6bc5ad6b8f294efcbcf3c0039626918eccd69 (diff) | |
download | doc-6bf0c99f1320e117663e34221837c6fe22f75e6f.tar.gz |
release 0.3.2
Diffstat (limited to 'tools/scripts/runvm/profile')
-rw-r--r-- | tools/scripts/runvm/profile/crux | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/scripts/runvm/profile/crux b/tools/scripts/runvm/profile/crux index eb2dc63..af33e1b 100644 --- a/tools/scripts/runvm/profile/crux +++ b/tools/scripts/runvm/profile/crux @@ -1,3 +1,7 @@ -iso=iso/crux-3.2.iso -image=img/crux-img.qcow2 -tap="tap1" +mac="54:60:be:ef:5c:64" +memory=1024 +boot=$2 +tap="tap4" +iso=iso/crux-3.3.iso +image=img/c14.qcow2 +other="-vga std -display sdl" |