#!/bin/sh mount_point=$1 echo $mount_point >> /root/setup_tmp.log chown root:root ${mount_point} chmod 1777 ${mount_point} mkdir ${mount_point}/portage