Remove garbage

This commit is contained in:
aheirman 2021-03-29 19:51:29 +02:00
parent ee4fb814bf
commit 93b46fa8e7
1 changed files with 0 additions and 8 deletions

View File

@ -74,14 +74,6 @@ mkdir sys
mkdir dev
mkdir tmp
if false
then
sudo mount --bind /tmp tmp/
sudo mount -t proc /proc proc/
sudo mount -t sysfs /sys sys/
sudo mount --rbind /dev dev/
fi
echo "mounted tmp, proc, sysfs, rbind"
# We'll need to compile mksh