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:
parent
9e3ff6cd61
commit
2a7bf8d96e
@ -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..."
|
||||||
|
Loading…
Reference in New Issue
Block a user