slitaz-tools rev 80

Mountbox can browser mount point and eject cdrom
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 06 22:44:32 2008 +0100 (2008-03-06)
parents 8ea52c365e03
children 1437b2cd2616
files tinyutils/mountbox
line diff
     1.1 --- a/tinyutils/mountbox	Wed Mar 05 22:00:40 2008 +0100
     1.2 +++ b/tinyutils/mountbox	Thu Mar 06 22:44:32 2008 +0100
     1.3 @@ -136,6 +136,16 @@
     1.4          <action>mount | grep $DEVICE; echo "Done."</action>
     1.5        </button>
     1.6        <button>
     1.7 +        <label>Browse</label>
     1.8 +        <input file icon="folder"></input>
     1.9 +        <action>emelfm2 --one=$MOUNT_POINT</action>
    1.10 +      </button>
    1.11 +      <button>
    1.12 +        <label>Eject</label>
    1.13 +        <input file icon="media-cdrom"></input>
    1.14 +        <action>eject</action>
    1.15 +      </button>
    1.16 +      <button>
    1.17          <input file icon="exit"></input>
    1.18          <action type="exit">Exit</action>
    1.19        </button>