diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-04-12 10:04:59 +0200 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-04-12 10:04:59 +0200 | 
| commit | 394cbb187c72a04d1913645881d8308264c8d07d (patch) | |
| tree | 8c19dc37c5583dd6a3371c1b99d33473b17539cd | |
| parent | 184dbcdfe1a90fbadf75a99a29cc967af9913b73 (diff) | |
| download | itzks-systems-394cbb187c72a04d1913645881d8308264c8d07d.tar.gz itzks-systems-394cbb187c72a04d1913645881d8308264c8d07d.tar.bz2 itzks-systems-394cbb187c72a04d1913645881d8308264c8d07d.zip | |
schroot/fstab: Add /media mountpoint into SMART Notebook chroots.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | etc/schroot/slxdesktop.ITZkS/fstab | 3 | 
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 | 
