From 6f5bc54bec1449b1713504950cce078b0dac47c1 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Mon, 28 Jan 2019 11:22:30 +0106 Subject: lx-trainer-vm: increase image size to 64GiB Until now, a separate /home partition was created during post-build. However, now that the entire root filesystem will also need to exist as a VMDK file, it is simpler to just have the entire root filesystem in a single partition. 64GiB is currently large enough for the largest training: Yocto, 20GiB in layers with worst case about 10GiB in data generated during the training. Signed-off-by: John Ogness --- lx-trainer-vm/lx-trainer-vm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lx-trainer-vm/lx-trainer-vm.xml') diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index 74766a3..5378ee2 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -77,7 +77,7 @@ lx-trainer.img - 16GiB + 64GiB -- cgit v1.2.3