Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/create_hdd.sh
diff options
context:
space:
mode:
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