[27170] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25991 - in trunk/debathena/scripts/build-server: . schroot-profile

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon May 13 16:35:19 2013

Date: Mon, 13 May 2013 16:35:12 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201305132035.r4DKZCXA027210@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2013-05-13 16:35:11 -0400 (Mon, 13 May 2013)
New Revision: 25991

Modified:
   trunk/debathena/scripts/build-server/make-chroot.8
   trunk/debathena/scripts/build-server/schroot-profile/config
   trunk/debathena/scripts/build-server/schroot-profile/config-slash-run
Log:
- Update the profile config script to actually refer to the profile's
  version of the files
- Update manpage to reflect the depressing reality of UDisks


Modified: trunk/debathena/scripts/build-server/make-chroot.8
===================================================================
--- trunk/debathena/scripts/build-server/make-chroot.8	2013-05-13 15:58:19 UTC (rev 25990)
+++ trunk/debathena/scripts/build-server/make-chroot.8	2013-05-13 20:35:11 UTC (rev 25991)
@@ -49,9 +49,12 @@
 
 SUBSYSTEM=="block", DM_UUID=="LVM*", ENV{UDISKS_AUTO}="0", ENV{UDISKS_PRESENTATION_HIDE}="1"
 
-The above rule (on one line) will hide any LVM partitions from UDisks.
-Customize the rule as you see fit.
+The above rule (on one line) should hide any LVM partitions from UDisks.
+Except it probably won't work, so just disable automounting completely:
 
+gsettings set org.gnome.desktop.media-handling automount false
+gsettings set org.gnome.desktop.media-handling automount-open false
+
 .SH SEE ALSO
 
 schroot.conf(5), debootstrap(8), schroot(1)

Modified: trunk/debathena/scripts/build-server/schroot-profile/config
===================================================================
--- trunk/debathena/scripts/build-server/schroot-profile/config	2013-05-13 15:58:19 UTC (rev 25990)
+++ trunk/debathena/scripts/build-server/schroot-profile/config	2013-05-13 20:35:11 UTC (rev 25991)
@@ -6,10 +6,10 @@
 # this profile.
 
 # Filesystems to mount inside the chroot.
-FSTAB="/etc/schroot/default/fstab"
+FSTAB="/etc/schroot/debathena/fstab"
 
 # Files to copy from the host system into the chroot.
-COPYFILES="/etc/schroot/default/copyfiles"
+COPYFILES="/etc/schroot/debathena/copyfiles"
 
 # System NSS databases to copy into the chroot.
-NSSDATABASES="/etc/schroot/default/nssdatabases"
+NSSDATABASES="/etc/schroot/debathena/nssdatabases"

Modified: trunk/debathena/scripts/build-server/schroot-profile/config-slash-run
===================================================================
--- trunk/debathena/scripts/build-server/schroot-profile/config-slash-run	2013-05-13 15:58:19 UTC (rev 25990)
+++ trunk/debathena/scripts/build-server/schroot-profile/config-slash-run	2013-05-13 20:35:11 UTC (rev 25991)
@@ -6,10 +6,10 @@
 # this profile.
 
 # Filesystems to mount inside the chroot.
-FSTAB="/etc/schroot/default/fstab-slash-run"
+FSTAB="/etc/schroot/debathena/fstab-slash-run"
 
 # Files to copy from the host system into the chroot.
-COPYFILES="/etc/schroot/default/copyfiles"
+COPYFILES="/etc/schroot/debathena/copyfiles"
 
 # System NSS databases to copy into the chroot.
-NSSDATABASES="/etc/schroot/default/nssdatabases"
+NSSDATABASES="/etc/schroot/debathena/nssdatabases"


home help back first fref pref prev next nref lref last post