summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--etc/schroot/slxdesktop.ITZkS/fstab3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 61e63e1..993caf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+itzks-systems (2016.04.12.1) UNRELEASED; urgency=medium
+
+ * schroot/fstab: Add /media mountpoint into SMART Notebook
+ chroots.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 12 Apr 2016 10:04:24 +0200
+
itzks-systems (2016.03.03.1) unstable; urgency=medium
* debian/control:
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