From edb005ab03820830bb5d364ecd705785a176cee7 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Mon, 28 Jan 2019 11:18:28 +0106 Subject: lx-trainer-vm: add exfat tools and virtualbox drivers The generated image will be post-modified to include an exfat partition with a VMDK version of the image stored. This can be used by VMware or VirtualBox in case the image cannot be directly booted. Having the exfat tools in the image allows for usage of that partition by the booted system (if needed). VirtualBox needs the dkms drivers in order to provide a larger graphic screen. Signed-off-by: John Ogness --- lx-trainer-vm/lx-trainer-vm.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lx-trainer-vm') diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index aff5fe2..74766a3 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -173,6 +173,11 @@ linux-headers-amd64 linux-tools + + virtualbox-guest-dkms + exfat-fuse + exfat-utils + openssh-client openssh-server -- cgit v1.2.3