From 394cbb187c72a04d1913645881d8308264c8d07d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 12 Apr 2016 10:04:59 +0200 Subject: schroot/fstab: Add /media mountpoint into SMART Notebook chroots. --- etc/schroot/slxdesktop.ITZkS/fstab | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/schroot/slxdesktop.ITZkS/fstab b/etc/schroot/slxdesktop.ITZkS/fstab index 481db98..74d0949 100644 --- a/etc/schroot/slxdesktop.ITZkS/fstab +++ b/etc/schroot/slxdesktop.ITZkS/fstab @@ -10,7 +10,8 @@ /home /home none rw,bind 0 0 /tmp /tmp none rw,bind 0 0 /srv /srv none rw,bind 0 0 -/skole /skole none rw,rbind 0 0 +/skole /skole none rw,rbind 0 0 +/media /media none rw,rbind 0 0 # If you use gdm3, uncomment this line to allow Xauth to work #/var/run/gdm3 /var/run/gdm3 none rw,bind 0 0 -- cgit v1.2.3