From: Peter Palfrader Date: Thu, 14 May 2015 09:36:55 +0000 (+0200) Subject: remove ,bind from schroot fstab on freebsd X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ca2bfed42eb5fcfc054d048601cab06353da0afd;p=mirror%2Fdsa-puppet.git remove ,bind from schroot fstab on freebsd --- diff --git a/modules/schroot/templates/schroot-buildd/fstab.erb b/modules/schroot/templates/schroot-buildd/fstab.erb index dd90e7c39..56a87563e 100644 --- a/modules/schroot/templates/schroot-buildd/fstab.erb +++ b/modules/schroot/templates/schroot-buildd/fstab.erb @@ -7,8 +7,8 @@ <% if scope.lookupvar('site::nodeinfo')['ldap'].has_key?('architecture') and scope.lookupvar('site::nodeinfo')['ldap']['architecture'][0].start_with?('kfreebsd') -%> # kFreeBSD version proc /proc linprocfs defaults 0 0 -dev /dev devfs rw,bind 0 0 -dev /dev/fd fdescfs rw,bind 0 0 +dev /dev devfs rw 0 0 +dev /dev/fd fdescfs rw 0 0 /srv/build-trees /build nullfs rw 0 0 <% else -%> diff --git a/modules/schroot/templates/schroot-dsa/fstab.erb b/modules/schroot/templates/schroot-dsa/fstab.erb index 2e2cd1b0a..1b08d0de9 100644 --- a/modules/schroot/templates/schroot-dsa/fstab.erb +++ b/modules/schroot/templates/schroot-dsa/fstab.erb @@ -7,8 +7,8 @@ <% if scope.lookupvar('site::nodeinfo')['ldap'].has_key?('architecture') and scope.lookupvar('site::nodeinfo')['ldap']['architecture'][0].start_with?('kfreebsd') -%> # kFreeBSD version proc /proc linprocfs defaults 0 0 -dev /dev devfs rw,bind 0 0 -dev /dev/fd fdescfs rw,bind 0 0 +dev /dev devfs rw 0 0 +dev /dev/fd fdescfs rw 0 0 /home /home nullfs rw 0 0 /tmp /tmp nullfs rw 0 0