[Bugs] #417 UNSP: livecd-iso-to-disk.sh should resort to udevadm in a system where udevinfo doesnt exist

SugarLabs Bugs bugtracker-noreply at sugarlabs.org
Fri Feb 27 23:23:19 EST 2009


#417: livecd-iso-to-disk.sh should resort to udevadm in a system where udevinfo
doesnt exist
------------------------------------------+---------------------------------
    Reporter:  HoboPrimate                |          Owner:  marcopg                    
        Type:  defect                     |         Status:  new                        
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  SoaS                       |        Version:  Unspecified                
    Severity:  Unspecified                |     Resolution:                             
    Keywords:                             |   Distribution:  SoaS                       
Status_field:  New                        |  
------------------------------------------+---------------------------------
Changes (by FGrose):

  * distribution:  Ubuntu => SoaS


Comment:

 I've tested this script change on Ubuntu 9.04 alpha4 32-bit (in
 VirtualBox2.1.4 on an Ubuntu 8.10 host) as of 20090227 and it succeeds.

 output from diff:
 {{{
 48c48
 <     p=$(udevinfo -q path -n $DEV)
 ---
 >     p=$(udevadm info -q path -n $DEV)
 134c134
 <     /sbin/udevsettle
 ---
 >     /sbin/udevadm settle
 }}}

 The revised script works also on Ubuntu 8.10 and Fedora 10.

-- 
Ticket URL: <http://dev.sugarlabs.org/ticket/417#comment:4>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list