summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakboot1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index d35ca4b04..7368de0ef 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -319,7 +319,6 @@ sub lilo_choice() {
fs::merge_info_from_fstab($fstab, '', 0, undef);
ask:
- local $::isEmbedded = 0;
eval { any::setupBootloader($in, $bootloader, $all_hds, $fstab, $ENV{SECURE_LEVEL}) };
my $loader = arch() =~ /ppc/ ? "Yaboot" : "LILO";
my $err = $@;