summaryrefslogtreecommitdiff
path: root/create_hdd.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-13 21:11:14 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-13 21:11:14 +0100
commit65bd9446245c6581f908770c9fb99ef27968e10d (patch)
tree20cd13f815d7f4342fac1f418250b1d7e9e96c94 /create_hdd.sh
parent596bee8bc17250755e7550fab4d9afdbf2e31bf1 (diff)
downloadbootstrap32-65bd9446245c6581f908770c9fb99ef27968e10d.tar.xz
nss: quite impossible to built, tons of SSE2 stuff drawn in, patches make situation worse
done toolchain and glibc (gcc without ada for now) syslinux done linux: on the way to modularized kernel
Diffstat (limited to 'create_hdd.sh')
-rwxr-xr-xcreate_hdd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/create_hdd.sh b/create_hdd.sh
index 78084cf..fd68e60 100755
--- a/create_hdd.sh
+++ b/create_hdd.sh
@@ -55,6 +55,8 @@ mkdir /dev/pts
mount -t devpts devpts /dev/pts
ln -s /proc/kcore /dev/core
mount -t sysfs sys /sys
+mkdir /dev/shm
+mount -t tmpfs shm /dev/shm
mount -o remount,rw /
ip link set up dev eth0
ip addr add ${STAGE1_MACHINE_IP}/24 dev eth0