From 6598e4a31648906f53d95b87f903a3e18b61d2d8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 4 Mar 2017 15:09:40 +0100 Subject: preset keyboard if DEBUG_INSTALL_LANG is set useful when doing a debug build --- perl-install/install/Makefile | 1 + perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index a8c6cceba..ad201cbf0 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -101,6 +101,7 @@ stage2: dont_run_directly_stage2: [ -d $(DEST) ] || ../../tools/mdkinst_stage2_tool --uncompress $(STAGE2_DEST) install -m 755 share/runinstall2.sh share/gdb-inst $(DEST)/usr/bin/ + [ -n $$DEBUG_INSTALL_LANG ] && perl -pi -e '$$_ = "loadkeys '$$DEBUG_INSTALL_LANG'\n$$_" if / sh/' $(DEST)/usr/bin/runinstall2.sh ln -sf runinstall2.sh $(DEST)/usr/bin/runinstall2 trace_stage2: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b67fbf9e9..38e27e67b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- debug mode: + o preset keyboard if DEBUG_INSTALL_LANG is set during build - recognize new kernel-4.8 drivers Version 17.72 - 25 February 2017 -- cgit v1.2.1