summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/dnbd3-rootfs/scripts/build.sh
diff options
context:
space:
mode:
authorJonathan Bauer2019-07-24 11:45:44 +0200
committerJonathan Bauer2019-07-24 11:45:44 +0200
commit9976b7469f43239a5e6a128f676c7ecd2e5686b3 (patch)
treeaa519c12d23459f883ba5d614cf0f4614f7057be /builder/modules.d/dnbd3-rootfs/scripts/build.sh
parent[slx-clock] remove deprecated file (diff)
downloadsystemd-init-9976b7469f43239a5e6a128f676c7ecd2e5686b3.tar.gz
systemd-init-9976b7469f43239a5e6a128f676c7ecd2e5686b3.tar.xz
systemd-init-9976b7469f43239a5e6a128f676c7ecd2e5686b3.zip
[dnbd3-rootfs] various improvements
* use slx-tools to download the config * use slx-network module instead of systemd-networkd * remove container_unpack_xmount scripts and make it a function * and more small things I can't think of ... :)
Diffstat (limited to 'builder/modules.d/dnbd3-rootfs/scripts/build.sh')
-rw-r--r--builder/modules.d/dnbd3-rootfs/scripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/dnbd3-rootfs/scripts/build.sh b/builder/modules.d/dnbd3-rootfs/scripts/build.sh
index 16e8848d..4df163df 100644
--- a/builder/modules.d/dnbd3-rootfs/scripts/build.sh
+++ b/builder/modules.d/dnbd3-rootfs/scripts/build.sh
@@ -90,7 +90,7 @@ build_compile_dnbd3() {
# NOTE: The generic way would be: "./build.sh" but this tries to build
# more than we really need and takes more time.
mkdir --parents build
- cd build
+ pushd build
# Inject CMAKE_FLAGS as a way to control how cmake is called,
# e.g. to pass the kernel version
cmake ${CMAKE_FLAGS} ../