diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-01-28 11:18:28 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-28 11:18:28 +0106 |
| commit | edb005ab03820830bb5d364ecd705785a176cee7 (patch) | |
| tree | 3fb0a5d017808202de93b8fa1431dd4ff16cc719 /lx-trainer-vm | |
| parent | 9282eadbc3b7cfe5a34e8a5a20fdac878d44b009 (diff) | |
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 <john.ogness@linutronix.de>
Diffstat (limited to 'lx-trainer-vm')
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <pkg>linux-headers-amd64</pkg> <pkg>linux-tools</pkg> + <!-- virtualization/exfat --> + <pkg>virtualbox-guest-dkms</pkg> + <pkg>exfat-fuse</pkg> + <pkg>exfat-utils</pkg> + <!-- basics --> <pkg>openssh-client</pkg> <pkg>openssh-server</pkg> |
