Changeset 183

Show
Ignore:
Timestamp:
11/06/06 16:59:12 (2 years ago)
Author:
ludo
Message:

bugfix: the old cd format choice now works (from r3797)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/webmin/lbs-cd/debian/changelog

    r157 r183  
    1 webmin-lbs-cd (1.7.0) stable; urgency=low 
     1webmin-lbs-cd (1.7.1) stable; urgency=low 
    22 
    33  * New release. see SVN logs 
  • trunk/webmin/lbs-cd/do_it.cgi

    r160 r183  
    110110         
    111111        if ( -f "$basedir/bin/initrdcd.gz" ) { $linuxrestore = 1; } 
     112 
     113        if ($in{'oldcd'} eq "on") { $linuxrestore = 0; } 
    112114          
    113115        if ($num == 1) { 
  • trunk/webmin/lbs-cd/module.info

    r157 r183  
    33desc_fr=LRS : Génération de CD bootable 
    44depends=0.92 lbs_common  
    5 version=1.7.0 
     5version=1.7.1