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


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

Continue to remove floppy support

Location:
branches/stable/mondo-web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo-web/distributions/debian/mondo-web.doc-base

    r1222 r1581  
    66 effortlessly backup and interactively restore Linux, Windows and other
    77 supported filesystem partitions to/from CD-R/RW media, tape, NFS, ... and
    8  Mindi Linux provides the bootable emergency restore CD/floppy set which Mondo
     8 Mindi Linux provides the bootable emergency restore CD set which Mondo
    99 uses at boot-time.
    1010Section: utils
  • 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.