summarylogtreecommitdiffstats
path: root/kav
blob: eb6dd7d8b35d0e550961b09df73009582fc1b689 (plain)
1
2
3
4
5
6
#!/bin/bash
xhost +local:
mount -o ro --bind / /opt/kav/rootfs/discs/D:
cat /opt/kav/rootfs/etc/bash/bashrc | sed 's/^export\ DISPLAY.*/export\ DISPLAY='$DISPLAY'/g' > /opt/kav/root/etc/bash/bashrc
systemd-nspawn -D /opt/kav/rootfs --bind /tmp/.X11-unix:/tmp/.X11-unix --machine=kav
umount /opt/kav/rootfs/discs/D: