github.com/cloudfoundry-attic/garden-linux@v0.333.2-candidate/integration/test-images/with_etc_seed/seed (about)

     1  #!/bin/bash
     2  
     3  set -e -x
     4  
     5  DIR=/tmp/testmount
     6  
     7  
     8  mkdir -p $DIR
     9  
    10  mount -t tmpfs tmpfs $DIR