summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-13 13:36:00 +0100
committerJonathan Bauer2013-02-13 13:36:00 +0100
commit73b5c26cfaac0a073762f6e69c30532fa0e88662 (patch)
tree073ed94cc89e2b8d568637e4e3b53ac7793756a2 /server
parent[systemd] service files for: network interface, udhcpc, nfs mount (diff)
downloadtm-scripts-73b5c26cfaac0a073762f6e69c30532fa0e88662.tar.gz
tm-scripts-73b5c26cfaac0a073762f6e69c30532fa0e88662.tar.xz
tm-scripts-73b5c26cfaac0a073762f6e69c30532fa0e88662.zip
german keymap loading & fix for aufs and squashfs modules
Diffstat (limited to 'server')
-rwxr-xr-xserver/build_core4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/build_core b/server/build_core
index 8435a4fe..a9763715 100755
--- a/server/build_core
+++ b/server/build_core
@@ -71,6 +71,10 @@ generate_initramfs() {
# copy busybox, its libs and static data to stage3.1
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
+
# fetch the libraries needed for busybox
BASICLIBS=""
for i in $(ldd ${STAGE31_DIR}/bin/busybox);