index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2007-10-09 03:41:39 -0500 |
---|---|---|
committer | Dan McGee <dpmcgee@gmail.com> | 2007-10-09 20:59:27 -0500 |
commit | 2a7bf8d96edc60ac963602f76a11995023aec635 (patch) | |
tree | fd9915c86c243deb2258793ba8858711efbbdea0 /mkarchiso | |
parent | 9e3ff6cd612a278f4c3a63aaaa727eb04113425e (diff) |
-rwxr-xr-x | mkarchiso | 2 |
@@ -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..." |