From de96f04efb23d597ae3a5b9d0b6601dc87718998 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Jun 2004 07:53:14 +0000 Subject: please perl_checko the Clean Keeper --- perl-install/standalone/drakboot | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') 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'; -- cgit v1.2.1