summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-11-29 17:34:57 +0100
committerJonathan Bauer2019-11-29 17:34:57 +0100
commite66465cd9a765e0a53d84d8ad7e4e56aec711495 (patch)
treed11bfa32e9903a12df5bff4260e27c724e100bb9
parent[dnbd3-rootfs] switch to kqcow by default (diff)
downloadsystemd-init-e66465cd9a765e0a53d84d8ad7e4e56aec711495.tar.gz
systemd-init-e66465cd9a765e0a53d84d8ad7e4e56aec711495.tar.xz
systemd-init-e66465cd9a765e0a53d84d8ad7e4e56aec711495.zip
[dnbd3-rootfs] add missing 'stage4/' prefix
-rwxr-xr-xbuilder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh2
1 files changed, 1 insertions, 1 deletions
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
(