diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-01-28 11:22:30 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-28 11:22:30 +0106 |
| commit | 6f5bc54bec1449b1713504950cce078b0dac47c1 (patch) | |
| tree | 46e45939bf51ae373445f184825e618fe690bd87 /lx-trainer-vm/lx-trainer-vm.xml | |
| parent | edb005ab03820830bb5d364ecd705785a176cee7 (diff) | |
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 <john.ogness@linutronix.de>
Diffstat (limited to 'lx-trainer-vm/lx-trainer-vm.xml')
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <!-- use GPT for UEFI --> <gpthd> <name>lx-trainer.img</name> - <size>16GiB</size> + <size>64GiB</size> <grub-install/> <!-- small partition for the MBR in case of bios boot --> |
