--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/features.in/grub/generate.mk +++ b/features.in/grub/generate.mk @@ -68,8 +68,8 @@ timeout: distro sed -i "s,@timeout@,$$TIMEOUT," $(DSTCFGS) distro: bootargs - @if [ -n "$(META_VOL_SET)" ]; then \ - DISTRO="$(META_VOL_SET)"; \ + @if [ -n "$(META_VOL_ID)" ]; then \ + DISTRO="$(META_VOL_ID)"; \ else \ DISTRO="ALT"; \ fi; \