diff options
| author | Michael Neves | 2013-02-28 15:00:24 +0100 |
|---|---|---|
| committer | Michael Neves | 2013-02-28 15:00:24 +0100 |
| commit | e4e4261fbb5fce8e2f2a612fc303bb366200b0f3 (patch) | |
| tree | a4757ccec8ad9f07dd9bf8f40e8fb8e2da6135da /remote/tools/base/base.build | |
| parent | small fixes (diff) | |
| parent | Generalization: (diff) | |
| download | tm-scripts-e4e4261fbb5fce8e2f2a612fc303bb366200b0f3.tar.gz tm-scripts-e4e4261fbb5fce8e2f2a612fc303bb366200b0f3.tar.xz tm-scripts-e4e4261fbb5fce8e2f2a612fc303bb366200b0f3.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Conflicts:
helper/fileutil.inc
remote/tools/base/base.build
Diffstat (limited to 'remote/tools/base/base.build')
| -rw-r--r-- | remote/tools/base/base.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build index 805fbbda..516a3f34 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -1,8 +1,4 @@ #!/bin/bash -install_dependencies() { - apt-get install -y $DEPS -} - fetch_source() { : } @@ -95,7 +91,6 @@ post_copy() { #check for kernel modules, if not present copy from system if [ ! -d ${STAGE32_DIR}/lib/modules ]; then - pinfo "Couldn't find kernel modules in stage3.2." pinfo "Copying modules for kernel $(uname -r)..." mkdir -p "${STAGE32_DIR}/lib/modules" || perror "Cannot create '${STAGE32_DIR}/lib/modules'" cp -r "/lib/modules/$(uname -r)" "${STAGE32_DIR}/lib/modules/" || perror "Cannot copy kernel modules from '/lib/modules/$(uname -r)' '${STAGE32_DIR}/lib/modules/'" @@ -106,7 +101,6 @@ post_copy() { #check for firmware, if not present copy from system if [ ! -d ${STAGE32_DIR}/lib/firmware ]; then - pinfo "Couldn't find firmware in stage3.2." pinfo "Copying firmware for kernel $(uname -r)..." cp -r "/lib/firmware" "${STAGE32_DIR}/lib/" || perror "Cannot copy kernel modules from '/lib/firmware' '${STAGE32_DIR}/lib/'" else |
