View | Details | Raw Unified | Return to bug 39611
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/features.in/grub/generate.mk
0
++ b/features.in/grub/generate.mk
Lines 68-75 timeout: distro Link Here
68
	sed -i "s,@timeout@,$$TIMEOUT," $(DSTCFGS)
68
	sed -i "s,@timeout@,$$TIMEOUT," $(DSTCFGS)
69
69
70
distro: bootargs
70
distro: bootargs
71
	@if [ -n "$(META_VOL_SET)" ]; then \
71
	@if [ -n "$(META_VOL_ID)" ]; then \
72
		DISTRO="$(META_VOL_SET)"; \
72
		DISTRO="$(META_VOL_ID)"; \
73
	else \
73
	else \
74
		DISTRO="ALT"; \
74
		DISTRO="ALT"; \
75
	fi; \
75
	fi; \

Return to bug 39611