summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ka_method/duplication.pdfbin234965 -> 234899 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/ka_method/duplication.pdf b/docs/ka_method/duplication.pdf
index 0d3b74351..e05e94490 100644
--- a/docs/ka_method/duplication.pdf
+++ b/docs/ka_method/duplication.pdf
Binary files differ
f='/software/drakx/snapshot/drakx-a0ac8bd123e23a08285c9e470c79c8228e691371.tar.xz'>drakx-a0ac8bd123e23a08285c9e470c79c8228e691371.tar.xz
drakx-a0ac8bd123e23a08285c9e470c79c8228e691371.zip
(setupBootloaderBefore) simplify
Diffstat
-rw-r--r--perl-install/install/steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index 4d9e2a0c3..2d9d15200 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -754,7 +754,7 @@ sub read_bootloader_config {
sub setupBootloaderBefore {
my ($o) = @_;
any::setupBootloaderBefore($o->do_pkgs, $o->{bootloader}, $o->{all_hds}, $o->{fstab}, $o->{keyboard},
- $o->{allowFB}, $o->{vga}, $o->{meta_class} ne 'server', $o->{meta_class} ne 'server');
+ $o->{allowFB}, $o->{vga}, ($o->{meta_class} ne 'server') x 2);
}
sub setupBootloader {