diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index fc047cf67..8c9e4f1ef 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -22,8 +22,8 @@ my $in = vnew interactive('su'); my %l = ( arch() !~ /sparc|alpha/ ? ( _("Configure LILO/GRUB") => '', - ) : (), _("Create a boot floppy") => ['/usr/X11R6/bin/drakfloppy'], + ) : (), _("Format floppy") => [ '/usr/bin/kfloppy', '/usr/bin/gfloppy' ], ); |