Inlude VM guest utils
This commit is contained in:
parent
33f103a5f0
commit
b7a016937c
|
@ -25,10 +25,14 @@ RUN make px4_sitl_default
|
|||
|
||||
RUN pip3 install typer-slim loguru sh
|
||||
|
||||
# RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils spice-vdagent qemu-guest-agent
|
||||
#Remove the ubuntu GUI and replace it with lxqt
|
||||
RUN apt-get purge ubuntu-desktop gdm3 --yes
|
||||
|
||||
RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils spice-vdagent qemu-guest-agent
|
||||
RUN apt-get install --yes docker-compose-v2
|
||||
|
||||
#Install our desktop environment last
|
||||
# RUN apt-get install --yes --no-install-recommends lxqt sddm firefox
|
||||
RUN apt-get install --yes lxqt sddm firefox
|
||||
|
||||
COPY ./skel/ /opt/spiri-sdk/user-home-skeleton/
|
||||
RUN cp -r /opt/spiri-sdk/user-home-skeleton/* /etc/skel/
|
||||
|
|
|
@ -47,5 +47,5 @@ For testing the VM, I use the following
|
|||
|
||||
```bash
|
||||
./virtualize.sh build ./ -s 100gb -o sdk.qcow2
|
||||
qemu-system-x87_64 -display default,show-cursor=on -enable-kvm -device virtio-gpu -m 4g -smp 4 -hda sdk.qcow2
|
||||
qemu-system-x86_64 -display default,show-cursor=on -enable-kvm -device virtio-gpu -m 4g -smp 4 -hda sdk.qcow2
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue