Compare commits

..

No commits in common. "50f252526a14c34d2fb8bfc1187e9e965f0eddfe" and "8caabeaf8b501e7a8a4567b1d5adc43ac200f13b" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

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