X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=modules%2Fschroot%2Ftemplates%2Fschroot-dsa%2Ffstab.erb;h=ab1d12e74a4c1bbb735a7836091b60d7459af54c;hp=1b08d0de9624dfe0bf9ed06e6cfc90ca4ee3485b;hb=0808e7cdefd89761bee793e373d391ea076ff3de;hpb=ade9637f7f6c3fb062aba1c5abe4c1dfe4360b45 diff --git a/modules/schroot/templates/schroot-dsa/fstab.erb b/modules/schroot/templates/schroot-dsa/fstab.erb index 1b08d0de9..ab1d12e74 100644 --- a/modules/schroot/templates/schroot-dsa/fstab.erb +++ b/modules/schroot/templates/schroot-dsa/fstab.erb @@ -4,15 +4,6 @@ # # -<% 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 0 0 -dev /dev/fd fdescfs rw 0 0 -/home /home nullfs rw 0 0 -/tmp /tmp nullfs rw 0 0 - -<% else -%> # Linux version /proc /proc none rw,bind 0 0 /sys /sys none rw,bind 0 0 @@ -21,5 +12,3 @@ dev /dev/fd fdescfs rw 0 0 /home /home none rw,bind 0 0 /tmp /tmp none rw,bind 0 0 tmpfs-shm /dev/shm tmpfs defaults,size=64m 0 0 - -<% end %>