diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-05 17:48:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-05 17:48:23 +0000 |
commit | 8acb02b140a64def08de6f8a4718b25240890307 (patch) | |
tree | 1d9856ad8354bd09e51b42126ebe783147aba3d5 | |
parent | ee4faa04cc0d01fbeb699b97944ee1d91c5af548 (diff) | |
download | drakx-8acb02b140a64def08de6f8a4718b25240890307.tar drakx-8acb02b140a64def08de6f8a4718b25240890307.tar.gz drakx-8acb02b140a64def08de6f8a4718b25240890307.tar.bz2 drakx-8acb02b140a64def08de6f8a4718b25240890307.tar.xz drakx-8acb02b140a64def08de6f8a4718b25240890307.zip |
just start the installer if one quits the shell in debug mode
-rw-r--r-- | perl-install/install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/install/share/runinstall2.sh | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b704dc084..82e9ae5d1 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- debug mode: + o just start the installer if one quits the shell + Version 14.26 - 5 June 2012 - fix detecting if Xorg started successfully diff --git a/perl-install/install/share/runinstall2.sh b/perl-install/install/share/runinstall2.sh index 10f3ef700..bcf0f25d1 100644 --- a/perl-install/install/share/runinstall2.sh +++ b/perl-install/install/share/runinstall2.sh @@ -4,4 +4,5 @@ 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" echo "You can run it in GDB by running gdb-inst" -exec /usr/bin/busybox sh +/usr/bin/busybox sh +exec install2 |