summaryrefslogtreecommitdiffstats
path: root/remote/tools
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-25 14:39:52 +0100
committerJonathan Bauer2013-02-25 14:39:52 +0100
commita09cf9dea13b1d19c1f57e836fee3848aef779c9 (patch)
tree8353430c354ed2b34ed3e1e54649c4f4e432fa1f /remote/tools
parentcanonicalize function for paths (diff)
parentreally fix password generation/replacement (diff)
downloadtm-scripts-a09cf9dea13b1d19c1f57e836fee3848aef779c9.tar.gz
tm-scripts-a09cf9dea13b1d19c1f57e836fee3848aef779c9.tar.xz
tm-scripts-a09cf9dea13b1d19c1f57e836fee3848aef779c9.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/tools')
-rw-r--r--remote/tools/base/base.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build
index fa58585d..aee237a0 100644
--- a/remote/tools/base/base.build
+++ b/remote/tools/base/base.build
@@ -86,11 +86,11 @@ clean_users_and_groups() {
post_copy() {
# make basic directory structure
- mkdir -p "${INIT_DIR}/{bin,dev,proc,lib,etc,mnt,sys,var/run,var/lock,var/log,run/lock,run/shm,openslx/mnt}"
+ mkdir -p "${INIT_DIR}"/{bin,dev,proc,lib,etc,mnt,sys,var/run,var/lock,var/log,run/lock,run/shm,openslx/mnt}
# copy devices from running system
- cp -a "/dev/{console,kmsg,mem,null,shm,tty,tty0,tty1,tty9,fb0,urandom,zero}" \
- "${INIT_DIR}/dev"
+ cp -a /dev/{console,kmsg,mem,null,shm,tty,tty0,tty1,tty9,fb0,urandom,zero} \
+ "${INIT_DIR}"/dev
# set /etc/environment to include /openslx/bin and /openslx/sbin
echo "PATH=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/openslx/sbin:/openslx/bin\"" \