X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ftemplates%2Fschroot-dsa%2Ffstab.erb;h=ab1d12e74a4c1bbb735a7836091b60d7459af54c;hb=e9b0dc298740c07aff9b54bb93d40c453a9c23b7;hp=2e2cd1b0a74a2487838b4113c615c20adb437f1f;hpb=f9edc08d80cae5ea635ba30159133155ecdc23d7;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/templates/schroot-dsa/fstab.erb b/modules/schroot/templates/schroot-dsa/fstab.erb index 2e2cd1b0a..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,bind 0 0 -dev /dev/fd fdescfs rw,bind 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,bind 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 %>