summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-20 19:43:25 +0100
committerJonathan Bauer2013-02-20 19:43:25 +0100
commit8a1d35f2c7ae54ef267aef5b7eb501efa3abced7 (patch)
treeeed391e90a613f4db2b99c30ca05fb8c8fc11331 /server
parentMerge branch 'master' of ssh://openslx/openslx-ng/tm-scripts (diff)
downloadtm-scripts-8a1d35f2c7ae54ef267aef5b7eb501efa3abced7.tar.gz
tm-scripts-8a1d35f2c7ae54ef267aef5b7eb501efa3abced7.tar.xz
tm-scripts-8a1d35f2c7ae54ef267aef5b7eb501efa3abced7.zip
fix aufs squashfs module version problems
Diffstat (limited to 'server')
-rwxr-xr-xserver/build_core4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/build_core b/server/build_core
index 423279e7..3b1e0f19 100755
--- a/server/build_core
+++ b/server/build_core
@@ -72,8 +72,8 @@ generate_rootfs() {
cp -r ${STAGE32_DIR}/openslx/* ${STAGE31_STATIC_DIR}/* ${STAGE31_DIR}
# fix for aufs & squashfs modules needed for stage 3.1
- #cp /lib/modules/$(uname -r)/kernel/fs/squashfs/squashfs.ko ${STAGE31_DIR}/lib/modules/
- #cp /lib/modules/$(uname -r)/kernel/ubuntu/aufs/aufs.ko ${STAGE31_DIR}/lib/modules/
+ cp /lib/modules/$(uname -r)/kernel/fs/squashfs/squashfs.ko ${STAGE31_DIR}/lib/modules.0/
+ cp /lib/modules/$(uname -r)/kernel/ubuntu/aufs/aufs.ko ${STAGE31_DIR}/lib/modules.0/
# fetch the libraries needed for busybox
BASICLIBS=""