diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/Makefile | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
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 |