Install default homdir with proper ownership

Now it can be written to. Yay.

Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
Simo Leone 2007-10-09 03:41:39 -05:00 committed by Dan McGee
parent 9e3ff6cd61
commit 2a7bf8d96e

View File

@ -152,7 +152,7 @@ if [ "${command_name}" = "install" -o "${command_name}" = "all" ]; then
mknod -m 666 "${instroot}/dev/zero" c 1 5 mknod -m 666 "${instroot}/dev/zero" c 1 5
echo "Creating default home directory" echo "Creating default home directory"
mkdir -p "${instroot}/home/arch" install -d -o1000 -g100 -m0755 "${instroot}/home/arch"
# Cleanup # Cleanup
echo "Cleaning up ISO root files..." echo "Cleaning up ISO root files..."