This commit is contained in:
xfnw 2021-04-30 09:57:24 -04:00
parent d49a25bd5b
commit 50f252526a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ 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'