Install a patched version of ntfs-3g in the helper
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 12 Mar 2013 16:05:07 +0000 (18:05 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 12 Mar 2013 16:17:01 +0000 (18:17 +0200)
The official debian squeeze version does not accept the "--no-mtab" option
used when mounting filesystems in the helper

snf-image-host/multistrap.conf
snf-image-host/version_pinning.pref

index 76fb663..3290a29 100644 (file)
@@ -21,7 +21,7 @@ debootstrap=Debian Backport GRNet
 aptsources=Debian Backport
 
 [Debian]
-packages=linux-image-amd64 linux-image-xen-amd64 socat iproute xenstore-utils ntfs-3g ntfsprogs xmlstarlet python reglookup chntpw parted python-support
+packages=linux-image-amd64 linux-image-xen-amd64 socat iproute xenstore-utils ntfsprogs xmlstarlet python reglookup chntpw parted python-support
 source=http://ftp.gr.debian.org/debian
 suite=squeeze
 
@@ -31,7 +31,7 @@ source=http://backports.debian.org/debian-backports
 suite=squeeze-backports
 
 [GRNet]
-packages=snf-image-helper
+packages=snf-image-helper ntfs-3g
 # Don't change the parameters below unless you really know what you are doing.
 # The /'s and the empty `componets' variable are needed when working with apt2.
 source=http://apt2.dev.grnet.gr/
index ecf5377..2279478 100644 (file)
@@ -1,3 +1,7 @@
 Package: snf-image-helper
 Pin: version 0.8*
 Pin-Priority: 1001
+
+Package: ntfs-3g
+Pin: version 1:2010.3.6+no-mtab-fix-1
+Pin-Priority: 1001