summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-28 09:38:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-28 09:38:02 +0000
commitb8a801583778dee5b9075e938ed318d17c63a162 (patch)
treedb0bc8b83d78519fe0844b26d01e2d29689baa3c /perl-install/standalone/drakboot
parent7dbb82bda658c7aa17d764ebccd4953a389a833b (diff)
downloaddrakx-backup-do-not-use-b8a801583778dee5b9075e938ed318d17c63a162.tar
drakx-backup-do-not-use-b8a801583778dee5b9075e938ed318d17c63a162.tar.gz
drakx-backup-do-not-use-b8a801583778dee5b9075e938ed318d17c63a162.tar.bz2
drakx-backup-do-not-use-b8a801583778dee5b9075e938ed318d17c63a162.tar.xz
drakx-backup-do-not-use-b8a801583778dee5b9075e938ed318d17c63a162.zip
security fix and various
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index dc63f22a7..8a17b4813 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -22,7 +22,7 @@ $::expert = /-expert/;
my $in = 'interactive'->vnew('su', 'bootloader');
-require 'bootlook.pm' if ref($in) =~ /gtk/;
+require 'bootlook.pm' if $in->isa('interactive_gtk');
lilo_choice();