summaryrefslogtreecommitdiff
path: root/scripts/build/binary_includes
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-12 21:01:06 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:22 +0100
commit9f865fce29db8c910f2d6a22c4a2d6d15ecff9f4 (patch)
tree62de20b222aa509d3f3297007f7db1025d43bce3 /scripts/build/binary_includes
parent608f11e2cc647aa5f6c0daa95888a89404be4f71 (diff)
downloadlive-build-9f865fce29db8c910f2d6a22c4a2d6d15ecff9f4.zip
live-build-9f865fce29db8c910f2d6a22c4a2d6d15ecff9f4.tar.gz
Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455).
Diffstat (limited to 'scripts/build/binary_includes')
-rwxr-xr-xscripts/build/binary_includes168
1 files changed, 0 insertions, 168 deletions
diff --git a/scripts/build/binary_includes b/scripts/build/binary_includes
deleted file mode 100755
index 43c7a99..0000000
--- a/scripts/build/binary_includes
+++ /dev/null
@@ -1,168 +0,0 @@
-#!/bin/sh
-
-## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
-##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-set -e
-
-# Including common functions
-. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
-
-# Setting static variables
-DESCRIPTION="$(Echo 'copy files into binary')"
-HELP=""
-USAGE="${PROGRAM} [--force]"
-
-Arguments "${@}"
-
-# Reading configuration files
-Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
-Set_defaults
-
-if [ "${LB_INCLUDES}" = "none" ]
-then
- exit 0
-fi
-
-Echo_message "Begin copying binary includes..."
-
-# Requiring stage file
-Require_stagefile .stage/config .stage/bootstrap
-
-# Checking stage file
-Check_stagefile .stage/binary_includes
-
-# Checking lock file
-Check_lockfile .lock
-
-# Creating lock file
-Create_lockfile .lock
-
-# Check user includes
-if [ ! -d "${LB_INCLUDES}" ]
-then
- if [ -d ../"${LB_INCLUDES}" ]
- then
- LB_INCLUDES="../${LB_INCLUDES}"
- else
- Echo_error "user specified includes not accessible in %s" "${LB_INCLUDES}"
- exit 1
- fi
-fi
-
-# Checking local includes
-if [ -d config/includes/"${LB_DISTRIBUTION}" ]
-then
- LB_INCLUDES="config/includes"
-fi
-
-# Assemble architecture
-case "${LB_ARCHITECTURE}" in
- amd64)
- ARCH="amd"
- ;;
-
- i386)
- ARCH="386"
- ;;
-
- powerpc)
- ARCH="ppc"
- ;;
-
- sparc)
- ARCH="spa"
- ;;
-esac
-
-# Working arround vfat limitations
-case "${LB_BINARY_IMAGES}" in
- usb*)
- case "${LB_BINARY_FILESYSTEM}" in
- fat*)
- CP_OPTIONS="-L"
- ;;
- esac
- ;;
-esac
-
-# Copying common templates
-if [ -d "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/common ] && \
-Find_files "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/common/*
-then
- cp -r ${CP_OPTIONS} "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/common/* binary
-fi
-
-if [ -d "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/common."${ARCH}" ] && \
-Find_files "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/common."${ARCH}"/*
-then
- cp -r ${CP_OPTIONS} "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/common."${ARCH}"/* binary
-fi
-
-# Copying live templates
-if [ -d "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/live ] && \
-Find_files "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/live/*
-then
- cp -r ${CP_OPTIONS} "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/live/* binary
-fi
-
-if [ -d "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/live."${ARCH}" ] && \
-Find_files "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/live."${ARCH}"/*
-then
- cp -r ${CP_OPTIONS} "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/live."${ARCH}"/* binary
-fi
-
-if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
-then
- # Copying install templates
- if [ -d "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/install ] && \
- Find_files "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/install/*
- then
- cp -r ${CP_OPTIONS} "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/install/* binary
- fi
-
- if [ -d "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/install."${ARCH}" ] && \
- Find_files "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/install."${ARCH}"/*
- then
- cp -r ${CP_OPTIONS} "${LB_INCLUDES}"/"${LB_DISTRIBUTION}"/install."${ARCH}"/* binary
- fi
-
- # Adjusting install templates
- ARCHITECTURE="$(echo ${LB_ARCHITECTURE} | sed -e 's| |/|g')"
- DISTRIBUTION="$(echo ${LB_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]')"
- DISTRIBUTION="${DISTRIBUTION}$(echo ${LB_DISTRIBUTION} | cut -b 2-)"
- eval VERSION="$`echo RELEASE_${LB_DISTRIBUTION}`"
-
- if [ -d binary/pool/main/l/live-installer ]
- then
- TYPE="LIVE/INSTALL"
- fi
-
- TYPE="LIVE/NETINST"
-
- DEBIAN_NAME="Debian GNU/Linux ${VERSION} \"${DISTRIBUTION}\" - Official ${ARCHITECTURE} ${TYPE} Binary $(date +%Y%m%d-%H:%M)"
- DEBIAN_DATE="$(date +%Y%m%d-%H:%M)"
-
- if [ "${LB_ARCHITECTURE}" = "i386" ]
- then
- DEBIAN_TOOLS_HTML=" <P>\n <tt>&nbsp;\n <A href="tools/">/tools/</a>\n </tt>\n\n and\n <tt>&nbsp;\n <A href="install/floppy/">/install/floppy/</a>\n </tt>"
- DEBIAN_TOOLS_TXT="/tools/ and /install/floppy/"
- else
- DEBIAN_TOOLS_HTML=" <P>\n <tt>&nbsp;\n <A href="tools/">/tools/</a>\n </tt>\n\n\n\n\n\n"
- DEBIAN_TOOLS_TXT="/tools/"
- fi
-
- if [ -f binary/README.html ]
- then
- sed -i -e "s|DEBIAN_NAME|${DEBIAN_NAME}|g" -e "s|DEBIAN_DATE|${DEBIAN_DATE}|g" -e "s|DEBIAN_TOOLS|${DEBIAN_TOOLS_HTML}|g" binary/README.html
- sed -i -e "s|DEBIAN_NAME|${DEBIAN_NAME}|g" -e "s|DEBIAN_DATE|${DEBIAN_DATE}|g" -e "s|DEBIAN_TOOLS|${DEBIAN_TOOLS_TXT}|g" binary/README.txt
- fi
-fi
-
-# Creating stage file
-Create_stagefile .stage/binary_includes