summaryrefslogtreecommitdiff
path: root/scripts/build/binary_grub-legacy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/binary_grub-legacy')
-rwxr-xr-xscripts/build/binary_grub-legacy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy
index fea9b7b6a..76c7da500 100755
--- a/scripts/build/binary_grub-legacy
+++ b/scripts/build/binary_grub-legacy
@@ -127,7 +127,7 @@ fi
case "${LB_INITRAMFS}" in
live-boot)
- INITFS="live"
+ INITFS="${LB_VYOS_VERSION}"
;;
*)
@@ -140,7 +140,7 @@ case "${LIVE_IMAGE_TYPE}" in
iso*|tar)
case "${LB_INITRAMFS}" in
live-boot)
- DESTDIR_LIVE="binary/live"
+ DESTDIR="binary/${LB_VYOS_VERSION}"
;;
*)