Merge branch 'main' of tilde.team:ph/git/dotfiles
This commit is contained in:
commit
807ac85100
1 changed files with 2 additions and 1 deletions
|
@ -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]\$ "'
|
||||
|
|
Loading…
Reference in a new issue