summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share/runinstall2.sh
Commit message (Collapse)AuthorAgeFilesLines
* prevent gdb to compile guile scriptsThierry Vignaud2017-03-061-0/+1
| | | | | | Else it wants to much modules to ever track and we've RO path anyway. Otherwise we might want to include guile-runtime's .go files too in order to get rid of warnings.
* fix loadkeys in debug modeThierry Vignaud2016-06-101-0/+2
| | | | | | 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
* fix passing arguments from drakx-in-chroot in debug modeThierry Vignaud2013-11-181-1/+1
|
* just start the installer if one quits the shell in debug modeThierry Vignaud2012-06-051-1/+2
|
* add gdb-inst, a wrapper for running GDB in installer a simpler wayThierry Vignaud2012-03-081-0/+7
split share/runinstall2.sh out of Makefile & make it more usefull