From 9976b7469f43239a5e6a128f676c7ecd2e5686b3 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 24 Jul 2019 11:45:44 +0200 Subject: [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 ... :) --- builder/modules.d/dnbd3-rootfs/scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builder/modules.d/dnbd3-rootfs/scripts') 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} ../ -- cgit v1.2.3-55-g7522