summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJonathan Bauer2012-12-11 15:11:41 +0100
committerJonathan Bauer2012-12-11 15:11:41 +0100
commitd3bb9107163e622fe9f2702e1a6572746f149d36 (patch)
tree0763b6d740d7365808496055493577ebc4faad90 /server
parentREQUIRED_FILES can be path or filename, searching accordingly. Added base too... (diff)
downloadtm-scripts-d3bb9107163e622fe9f2702e1a6572746f149d36.tar.gz
tm-scripts-d3bb9107163e622fe9f2702e1a6572746f149d36.tar.xz
tm-scripts-d3bb9107163e622fe9f2702e1a6572746f149d36.zip
reworked setup-tools, generation of base dir structure of stage3.2 with tool named base
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"