make directory for home

This commit is contained in:
xfnw 2021-04-30 09:53:33 -04:00
parent 8caabeaf8b
commit d49a25bd5b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pacstrap $TARGET busybox
cd $TARGET
ln -s bin usr/bin
mkdir -p home
tee etc/passwd <<<'root:x:0:0::/root:/bin/sh'
tee etc/group <<<'root:x:0:root'
tee etc/profile <<<'export PS1="[\u@\h \W]\$ "'