tazpanel diff live.cgi @ rev 207
index.cgi: hide diff tmp directory
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 30 17:15:31 2011 +0200 (2011-08-30) |
parents | 7855bd81abb7 |
children | 42a96c3bc97e |
line diff
1.1 --- a/live.cgi Fri Apr 15 23:34:38 2011 +0100 1.2 +++ b/live.cgi Tue Aug 30 17:15:31 2011 +0200 1.3 @@ -108,7 +108,7 @@ 1.4 `gettext "USB Media to use:"` 1.5 <select name="gen_liveusb"> 1.6 EOT 1.7 - # List disk if plugged USB device 1.8 + # List disk if there is a plugged USB device 1.9 if [ -d /proc/scsi/usb-storage ]; then 1.10 for i in `blkid | cut -d ":" -f 1`; do 1.11 echo "<option value='$i'>$i</option>"