From 3241edf1bfe07fc01e4f26e4778e103eca1086d5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 10 Jun 2016 15:32:10 +0200 Subject: fix loadkeys in debug mode set special variable else loadkeys won't work on tty1 (before starting the real installer) as keyboard.pm will look in the wrong place and thus won't use internal loadkeys --- perl-install/install/share/runinstall2.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install/share/runinstall2.sh') diff --git a/perl-install/install/share/runinstall2.sh b/perl-install/install/share/runinstall2.sh index 014f5fd5d..dce38c299 100644 --- a/perl-install/install/share/runinstall2.sh +++ b/perl-install/install/share/runinstall2.sh @@ -1,5 +1,7 @@ #!/bin/sh +# enable loadkeys to work before manually starting drakx in debug env: +export SHARE_PATH=/usr/share echo "Starting Udev\n" perl -I/usr/lib/libDrakX -Minstall::install2 -e "install::install2::start_udev()" echo "You can start the installer by running install2" -- cgit v1.2.1