From 6c599d6e8303844cbb2a079f376f130c13b8d86b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 22 May 2015 03:22:13 -0400 Subject: reindent after previous commit --- perl-install/standalone/drakboot | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 1bb85fa1b..b136ccf61 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -36,19 +36,19 @@ my $all_hds; my $fstab; my $bootloader; - $all_hds = fsedit::get_hds(); - fs::get_raw_hds('', $all_hds); - fs::get_info_from_fstab($all_hds); - $fstab = [ fs::get::fstab($all_hds) ]; - $bootloader = bootloader::read($all_hds); - if (!$bootloader) { - $in->ask_okcancel('', N("No bootloader found, creating a new configuration"), 0) or $in->exit; - any::setupBootloaderBeforeStandalone($in->do_pkgs, $bootloader ||= {}, $all_hds, $fstab); - } +$all_hds = fsedit::get_hds(); +fs::get_raw_hds('', $all_hds); +fs::get_info_from_fstab($all_hds); +$fstab = [ fs::get::fstab($all_hds) ]; +$bootloader = bootloader::read($all_hds); +if (!$bootloader) { + $in->ask_okcancel('', N("No bootloader found, creating a new configuration"), 0) or $in->exit; + any::setupBootloaderBeforeStandalone($in->do_pkgs, $bootloader ||= {}, $all_hds, $fstab); +} - $::isWizard = 1; - require security::level; - my $level = security::level::from_string(security::level::get()); - eval { any::setupBootloaderUntilInstalled($in, $bootloader, $all_hds, $fstab, $level) }; - die if $@ && $@ !~ /^wizcancel/; - $in->exit(0); +$::isWizard = 1; +require security::level; +my $level = security::level::from_string(security::level::get()); +eval { any::setupBootloaderUntilInstalled($in, $bootloader, $all_hds, $fstab, $level) }; +die if $@ && $@ !~ /^wizcancel/; +$in->exit(0); -- cgit v1.2.1