Compare commits

..

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

View File

@ -7,8 +7,7 @@ pacstrap $TARGET busybox
cd $TARGET cd $TARGET
ln -s usr/bin bin ln -s bin usr/bin
mkdir -p home
tee etc/passwd <<<'root:x:0:0::/root:/bin/sh' tee etc/passwd <<<'root:x:0:0::/root:/bin/sh'
tee etc/group <<<'root:x:0:root' tee etc/group <<<'root:x:0:root'
tee etc/profile <<<'export PS1="[\u@\h \W]\$ "' tee etc/profile <<<'export PS1="[\u@\h \W]\$ "'