Merge branch 'main' of tilde.team:ph/git/dotfiles

This commit is contained in:
xfnw 2021-05-02 13:12:07 -04:00
commit 807ac85100
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]\$ "'