Compare commits

...

2 Commits

Author SHA1 Message Date
xfnw 50f252526a aaaaaaa 2021-04-30 09:57:24 -04:00
xfnw d49a25bd5b make directory for home 2021-04-30 09:53:33 -04:00
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ pacstrap $TARGET busybox
cd $TARGET
ln -s bin usr/bin
ln -s usr/bin 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]\$ "'