summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rwxr-xr-xserver/build_core6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/build_core b/server/build_core
index a7a499be..e1f1e7d1 100755
--- a/server/build_core
+++ b/server/build_core
@@ -51,9 +51,9 @@ STAGE32_DIR=${ROOT_DIR}/../remote/stage3.2
cp -a ${ROOT_DIR}/../data/stage3.1 ${ROOT_DIR}
# create the base directory structure for stage3.2
-mkdir -p ${STAGE32_DIR}/{bin,dev,proc,run/shm,lib,etc,mnt,sys}
-cp -a /dev/{console,kmsg,mem,null,shm,tty,tty0,tty1,tty9,fb0,urandom,zero} \
- ${STAGE32_DIR}/dev
+#mkdir -p ${STAGE32_DIR}/{bin,dev,proc,run/shm,lib,etc,mnt,sys,var,var/lock,var/run,run,}
+#cp -a /dev/{console,kmsg,mem,null,shm,tty,tty0,tty1,tty9,fb0,urandom,zero} \
+# ${STAGE32_DIR}/dev
# finalize the initramfs target
which mksquashfs 2>&1>/dev/null || echo "Please install SquashFS utilities"