summaryrefslogtreecommitdiff
path: root/mkarchiso
diff options
context:
space:
mode:
authorSimo Leone <simo@archlinux.org>2007-10-09 03:41:39 -0500
committerDan McGee <dpmcgee@gmail.com>2007-10-09 20:59:27 -0500
commit2a7bf8d96edc60ac963602f76a11995023aec635 (patch)
treefd9915c86c243deb2258793ba8858711efbbdea0 /mkarchiso
parent9e3ff6cd612a278f4c3a63aaaa727eb04113425e (diff)
Install default homdir with proper ownership
Now it can be written to. Yay. Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'mkarchiso')
-rwxr-xr-xmkarchiso2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarchiso b/mkarchiso
index e545eb6..67a23a6 100755
--- a/mkarchiso
+++ b/mkarchiso
@@ -152,7 +152,7 @@ if [ "${command_name}" = "install" -o "${command_name}" = "all" ]; then
mknod -m 666 "${instroot}/dev/zero" c 1 5
echo "Creating default home directory"
- mkdir -p "${instroot}/home/arch"
+ install -d -o1000 -g100 -m0755 "${instroot}/home/arch"
# Cleanup
echo "Cleaning up ISO root files..."