- <td><input type="checkbox" name="clone_from" value="ice3"/>
- (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)</td>
+ <td><input type="checkbox" name="clone_from" id="clone_from" value="ice3" onchange="onclone(event)"/>
+ (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)
+ <script type='text/javascript'>function onclone(e){ document.getElementById('cdromlist').value = ''; }</script></td>