diff --git a/bin/mkbusyroot b/bin/mkbusyroot index 26c220c..51e4265 100755 --- a/bin/mkbusyroot +++ b/bin/mkbusyroot @@ -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]\$ "'