summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-23 07:53:14 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-23 07:53:14 +0000
commitde96f04efb23d597ae3a5b9d0b6601dc87718998 (patch)
treeb1a6f3faa74f64f6d2c50b07cb2d6abea867a01d /perl-install
parentca1fb73b4ccf0ff0fe0f8c54e2d5db923f8bba6a (diff)
downloaddrakx-backup-do-not-use-de96f04efb23d597ae3a5b9d0b6601dc87718998.tar
drakx-backup-do-not-use-de96f04efb23d597ae3a5b9d0b6601dc87718998.tar.gz
drakx-backup-do-not-use-de96f04efb23d597ae3a5b9d0b6601dc87718998.tar.bz2
drakx-backup-do-not-use-de96f04efb23d597ae3a5b9d0b6601dc87718998.tar.xz
drakx-backup-do-not-use-de96f04efb23d597ae3a5b9d0b6601dc87718998.zip
please perl_checko the Clean Keeper
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakboot1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 8f4f9aae1..50afc3429 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -109,6 +109,7 @@ if (-r $themes{sysconfig}) {
my $SYSF;
open $SYSF, $themes{sysconfig} or die "Can't open $themes{sysconfig}\n";
while (<$SYSF>) {
+ local $_;
/^SPLASH=no/ and $splash_mode = 0;
/^THEME=(.*)/ and -f "$themes{path}$1$themes{boot}{path}bootsplash-$cur_res.jpg" and $themes{default} = $1;
/^LOGO_CONSOLE=(.*)/ and $keep_logo = $1 ne 'no';