From e66465cd9a765e0a53d84d8ad7e4e56aec711495 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 29 Nov 2019 17:34:57 +0100 Subject: [dnbd3-rootfs] add missing 'stage4/' prefix --- builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh b/builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh index a6ce8897..b0c338d3 100755 --- a/builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh +++ b/builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh @@ -54,7 +54,7 @@ exceptions.try # region connect dnbd3 image # if not specified, use the default name for the bwlp stage4 image if [ -z "$SLX_DNBD3_IMAGE" ]; then - SLX_DNBD3_IMAGE="bwlp/maxilinux-$(uname -r)" + SLX_DNBD3_IMAGE="stage4/bwlp/maxilinux-$(uname -r)" echo "SLX_DNBD3_IMAGE='$SLX_DNBD3_IMAGE'" >> /etc/openslx fi ( -- cgit v1.2.3-55-g7522