From a219b373c051fdc3e932634a31b15b4fa4e983ff Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 29 Jan 2002 22:38:31 +0000 Subject: move /root/* files (ddebug.log, install.log, report.bug, auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there --- perl-install/standalone/drakautoinst | 7 ++++++- perl-install/standalone/drakbug_report | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index 04ff72cbc..0bd6894a4 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -41,7 +41,7 @@ my $in = 'interactive'->vnew('su', 'default'); begin: $::isEmbedded and kill USR2, $::CCPID; -my $imagefile = "/root/replay_install.img"; +my $imagefile = "/root/drakx/replay_install.img"; -f $imagefile or $in->ask_okcancel(_("Error!"), _("I can't find needed image file `%s'.", $imagefile), 1), quit_global($in, 0); @@ -360,6 +360,11 @@ sub control_buttons { #------------------------------------------------- #- $Log$ +#- Revision 1.17 2002/01/29 22:38:31 gc +#- move /root/* files (ddebug.log, install.log, report.bug, +#- auto_inst.cfg.pl, replay_install.img) to /root/drakx/, +#- and also save stage1.log there +#- #- Revision 1.16 2002/01/18 20:22:20 gc #- - write the 'common' part of the 'explanations' stuff, #- with nice help from Pixel for the tough Perl part diff --git a/perl-install/standalone/drakbug_report b/perl-install/standalone/drakbug_report index e031a008f..6b70acb35 100755 --- a/perl-install/standalone/drakbug_report +++ b/perl-install/standalone/drakbug_report @@ -8,6 +8,7 @@ use any; my %other = ( 'rpm -qa' => join('', sort `rpm -qa`), 'mandrake version' => cat_('/etc/redhat-release'), + 'df' => join('', `df`), ); print any::report_bug('', %other); -- cgit v1.2.1