summarylogtreecommitdiffstats
path: root/kav
diff options
context:
space:
mode:
authorIncident2012016-03-22 10:33:30 +0300
committerIncident2012016-03-22 10:33:30 +0300
commitce6f7a65faeaea1db55c28162c78aeba6372044c (patch)
treee31f2977ef5a0aa5e22b80b4851cc5b611c7461d /kav
parent173f31c496f246df941a3d600bacd12438fe8693 (diff)
downloadaur-ce6f7a65faeaea1db55c28162c78aeba6372044c.tar.gz
bind fix
Diffstat (limited to 'kav')
-rwxr-xr-xkav2
1 files changed, 1 insertions, 1 deletions
diff --git a/kav b/kav
index 1813bdd5e92c..7a82d97272b8 100755
--- a/kav
+++ b/kav
@@ -1,6 +1,6 @@
#!/bin/bash
xhost +local:
-mount --bind /run/media/ /opt/kav/rootfs/discs/D:
+mount --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: