summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 16c7b5094..963480501 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -259,7 +259,7 @@ sub updateAutologin() {
if ($auto_buttons[1]->get_active) {
any::set_autologin($usern, $deskt);
} else {
- any::set_autologin();
+ any::set_autologin(undef, undef);
}
}
@@ -294,7 +294,6 @@ sub change_image {
$boot_pixbuf = $boot_pixbuf->scale_simple(300, 200, 'nearest');
$boot_pic->set_from_pixbuf($boot_pixbuf);
}
-
sub enable_framebuffer() {
my $vga = Xconfig::resolution_and_depth::from_bios($bootloader->{default_vga});
my ($current_entry) = cat_('/proc/cmdline') =~ /^BOOT_IMAGE=(\S+)/;