From 4a9475252f42f94d0e32a9fbcc741a0a9118cb62 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 12 Apr 2013 10:00:40 +0200 Subject: [PATCH] turn on kvm64-6 after virtualization is turned on in the BIOS --- system/LocalSubstrate.inria.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 8a57455..f0712ce 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -43,7 +43,7 @@ class OnelabSubstrate (Substrate): def qemu_boxes_spec (self): return [ # how many qemus max in this box # enfoui runs f18 - also can't seem to enter BIOS on that one -# ('kvm64-6', 4), # 4 cores, 8Gb + ('kvm64-6', 4), # 4 cores, 8Gb ('kvm64-1', 3), # 4 cores, 4Gb ('kvm64-2', 3), # 4 cores, 4Gb ('kvm64-4', 2), # 4 cores, 8Gb -- 2.43.0