Changeset 1581 in MondoRescue for branches/stable/mondo-web/mondo-web.pl


Ignore:
Timestamp:
Jul 27, 2007, 2:11:55 AM (17 years ago)
Author:
Bruno Cornec
Message:

Continue to remove floppy support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo-web/mondo-web.pl

    r1225 r1581  
    5353my @media = sort keys %media;
    5454my %options = (
    55         'NOFLOPPY' => 'No Boot floppy production',
    5655        'NOBOOTABLE' => 'Create Non-Bootable media',
    5756        'AUTO', => 'Auto Restore Mode',
     
    154153
    155154    @default = (@default,'AUTO') if ($config->get("mondo_automatic_restore") =~ /yes/);
    156     @default = (@default,'NOFLOPPY') if ($config->get("mondo_write_boot_floppy") =~ /no/);
    157155    @default = (@default,'DIFF') if ($config->get("mondo_differential") =~ /yes/);
    158156    #'NFSEXCL' => 'Exclude Network File Systems',
     
    263261    }
    264262    foreach my $s ($cgi->param('options')) {
    265         $command .= "-F " if ($s =~ /NOFLOPPY/);
    266263        $command .= "-W " if ($s =~ /NOBOOTABLE/);
    267264        $command .= "-H " if ($s =~ /AUTO/);
Note: See TracChangeset for help on using the changeset viewer.