tazinst rev 104
installer.cgi: pre-fill ISO image file path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 15 10:58:20 2020 +0000 (2020-08-15) |
parents | ea2154c4b6d5 |
children | 888cefc4002e |
files | installer.cgi |
line diff
1.1 --- a/installer.cgi Sun Aug 09 18:31:30 2020 +0000 1.2 +++ b/installer.cgi Sat Aug 15 10:58:20 2020 +0000 1.3 @@ -151,9 +151,8 @@ 1.4 <input type="hidden" name="action" value="install"/> 1.5 <table> 1.6 <tr><td>$(_ 'ISO image file full path') 1.7 - <span data-img="info" title="$(_ 'set %s for a physical CD-ROM' '/dev/cdrom')"></span> 1.8 </td> 1.9 - <td>$(file_chooser "iso" "")</td></tr> 1.10 + <td>$(file_chooser "iso" "/dev/cdrom")</td></tr> 1.11 <tr><td>$(_ 'Target partition')</td> 1.12 <td><select name="instdev"> 1.13 <option value="/dev/null">$(_ 'Choose a partition')</option>