From 5afc3e4932fdbcfa35c7fe6ae0b22cccd71958ce Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Mar 2020 14:48:26 +0100 Subject: preset keyboard if DEBUG_INSTALL_LANG is set during build --- rescue/Makefile | 1 + rescue/NEWS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/rescue/Makefile b/rescue/Makefile index 5ccd28a11..620f287c7 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -11,6 +11,7 @@ install: $(RESCUE) cp -f $< $(STAGE2_DEST) $(RESCUE): $(wildcard tree/**/*) $(wildcard bin/*) $(wildcard sbin/*) make_rescue_img list.xml aliases + [ -n $$DEBUG_INSTALL_LANG ] && perl -pi -e '$$_ = "loadkeys '$$DEBUG_INSTALL_LANG'\n$$_" if /LANGUAGE/' tree/usr/bin/mageia-rescue DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_rescue_img dist: tar diff --git a/rescue/NEWS b/rescue/NEWS index 3030ba281..27349137b 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- debug mode: + o preset keyboard if DEBUG_INSTALL_LANG is set during build - do not preload all fs modules uselessly - guessmount: o fix displaying the version of the distro -- cgit v1.2.1