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 1b5f3ebb6..55550e5ee 100755
--- a/scripts/build/binary_grub-legacy
+++ b/scripts/build/binary_grub-legacy
@@ -100,7 +100,7 @@ fi
case "${LB_INITRAMFS}" in
live-boot)
- INITFS="live"
+ INITFS="${LB_VYOS_VERSION}"
;;
*)
@@ -111,7 +111,7 @@ esac
# Setting destination directory
case "${LB_INITRAMFS}" in
live-boot)
- DESTDIR_LIVE="binary/live"
+ DESTDIR_LIVE="binary/${LB_VYOS_VERSION}"
;;
*)