From 65bd9446245c6581f908770c9fb99ef27968e10d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 13 Mar 2018 21:11:14 +0100 Subject: 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 --- create_hdd.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'create_hdd.sh') 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 -- cgit v1.2.3-54-g00ecf