From 5c99325c366a091ab7a886d3fcf7b9aee2e0fb9f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 31 Mar 2008 15:08:44 +0000 Subject: [PATCH] fix image name as it actually is 5G large --- system/template-qemu/start-qemu-node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/template-qemu/start-qemu-node b/system/template-qemu/start-qemu-node index ae145c0..2a6c4ea 100755 --- a/system/template-qemu/start-qemu-node +++ b/system/template-qemu/start-qemu-node @@ -14,7 +14,7 @@ fi #default Value #always use the 64 bit version of qemu, as this will work on both 32 & 64 bit host kernels QEMU=qemu-system-x86_64 -HDA=hda_10.img +HDA=hda_5.img RAM=520; SCRIPT=./qemu-ifup -- 2.47.0