summarylogtreecommitdiffstats
path: root/kav
diff options
context:
space:
mode:
Diffstat (limited to 'kav')
-rwxr-xr-xkav2
1 files changed, 1 insertions, 1 deletions
diff --git a/kav b/kav
index 7a82d97272b8..eb6dd7d8b35d 100755
--- a/kav
+++ b/kav
@@ -1,6 +1,6 @@
#!/bin/bash
xhost +local:
-mount --bind / /opt/kav/rootfs/discs/D:
+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: