summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorJonathan Bauer2014-04-17 15:13:56 +0200
committerJonathan Bauer2014-04-17 15:13:56 +0200
commitdefe52056bd08e0403fd967cad305f602d55c6cb (patch)
tree196d11d06a2961797e2f5ac674e8d4bb2a6d8cd2 /remote/modules
parent[vmware] added patch for vmnet + old patching functionality (diff)
downloadtm-scripts-defe52056bd08e0403fd967cad305f602d55c6cb.tar.gz
tm-scripts-defe52056bd08e0403fd967cad305f602d55c6cb.tar.xz
tm-scripts-defe52056bd08e0403fd967cad305f602d55c6cb.zip
[vmware] forgot to remove debug shells in chroot
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/vmware/module.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/remote/modules/vmware/module.build b/remote/modules/vmware/module.build
index 4d08c5c5..57e8cb91 100644
--- a/remote/modules/vmware/module.build
+++ b/remote/modules/vmware/module.build
@@ -34,7 +34,7 @@ build() {
# build in two steps, to be able to use mltk function while patching modules
pinfo "Installing vmware per chroot..."
chroot_run "${MODULE_BUILD_DIR}" <<-EOF
- PS1='\[\e[1;33m\](chroot) \u@\h:\w\$ \[\e[1;32m\]' /bin/bash -norc # un-comment for debugging within chroot
+ # PS1='\[\e[1;33m\](chroot) \u@\h:\w\$ \[\e[1;32m\]' /bin/bash -norc # un-comment for debugging within chroot
$DELETE_FILES
yes | sh /"${VMWARE_BUNDLE_FILE}" --eulas-agreed --console --required
EOF
@@ -74,11 +74,8 @@ build() {
# now build modules inside the chroot
chroot_run "${MODULE_BUILD_DIR}" <<-EOF
- PS1='\[\e[1;33m\](chroot) \u@\h:\w\$ \[\e[1;32m\]' /bin/bash -norc # un-comment for debugging within chroot
vmware-modconfig --console --build-mod -k "${SYS_UTS_RELEASE}" vmnet $(which gcc) "${KERNEL_HEADERS_PATH}/include" vmplayer vmnet
- PS1='\[\e[1;33m\](chroot) \u@\h:\w\$ \[\e[1;32m\]' /bin/bash -norc # un-comment for debugging within chroot
vmware-modconfig --console --build-mod -k "${SYS_UTS_RELEASE}" vmmon $(which gcc) "${KERNEL_HEADERS_PATH}/include" vmplayer vmmon
- PS1='\[\e[1;33m\](chroot) \u@\h:\w\$ \[\e[1;32m\]' /bin/bash -norc # un-comment for debugging within chroot
EOF
# cleanup unneeded files