Merge "Remove chown of /mnt directory"

This commit is contained in:
Jenkins 2014-06-05 14:07:17 +00:00 committed by Gerrit Code Review
commit 33d0ddd16d
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ function firstboot_common()
;;
esac
chown root:root /mnt
mkdir -p /mnt/log/hadoop
chown hadoop:hadoop /mnt/log/hadoop
}