From: Frank Brehm Date: Wed, 4 Mar 2015 16:17:23 +0000 (+0100) Subject: Minor changes in create-grml-squash.sh X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=39feeb43fca0c9ae71a1dd5d20ffd22504844518;p=profitbricks%2Fjenkins-build-scripts.git Minor changes in create-grml-squash.sh --- diff --git a/create-grml-squash.sh b/create-grml-squash.sh index 5c022b2..31d8804 100755 --- a/create-grml-squash.sh +++ b/create-grml-squash.sh @@ -51,7 +51,7 @@ fi ORIG_IMG="/mnt/grml/live/grml64-full/grml64-full.squashfs" TARGET_DIR="/var/tmp/grml" -PACKAGES="infiniband-diags opensm bc git libpcre3 mbuffer lsscsi bind9-host bind9utils megacli lsitools storage-tools" +PACKAGES="infiniband-diags opensm bc git libpcre3 mbuffer lsscsi bind9-host bind9utils megacli storcli lsitools storage-tools profitbricks-certificates" MY_BASE=$(basename $0 ) MY_DIR=$( readlink -f $( dirname $0 ) ) @@ -318,6 +318,10 @@ mounting_dirs() { MKDIR "${TARGET_DIR}/run/lock" fi + MKDIR -p "${TARGET_DIR}/tmp/.private/root" + CHMOD 0711 "${TARGET_DIR}/tmp/.private" + CHMOD 1700 "${TARGET_DIR}/tmp/.private/root" + } #------------------------------------------------------------------------------