From 2a7bf8d96edc60ac963602f76a11995023aec635 Mon Sep 17 00:00:00 2001 From: Simo Leone Date: Tue, 9 Oct 2007 03:41:39 -0500 Subject: Install default homdir with proper ownership Now it can be written to. Yay. Signed-off-by: Simo Leone --- mkarchiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkarchiso') 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..." -- cgit v1.2.3-54-g00ecf