diff options
author | Maxim Devaev <[email protected]> | 2025-01-24 05:24:40 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2025-01-24 05:24:40 +0200 |
commit | 2acd613a38556c5796c5d873320865d8f0f56c7a (patch) | |
tree | 1fddcc91409606caffa8c36fa6b1b9df81b24f6a /web/kvm/index.html | |
parent | 0202a3c2d1cafef32123f9d198c279dd26553731 (diff) |
dvd support
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 9427e3f8..da762585 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -525,15 +525,15 @@ </div> <hr> </div> - <div class="hidden" id="msd-message-too-big-for-cdrom"> + <div class="hidden" id="msd-message-too-big-for-dvd"> <div class="text"> <table> <tr> <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> - <td style="line-height:1.5"><b>Current image is too big for CD-ROM!</b></td> + <td style="line-height:1.5"><b>Current image is too big for DVD!</b></td> </tr> <tr> - <td><sup style="line-height:1">The device filesystem will be truncated to 2.2GiB</sup></td> + <td><sup style="line-height:1">The maximum is 31.6GiB. Please switch to the Flash mode.</sup></td> </tr> </table> </div> @@ -603,7 +603,7 @@ <td> <div class="radio-box"> <input checked type="radio" id="msd-mode-radio-cdrom" name="msd-mode-radio" value="1"> - <label for="msd-mode-radio-cdrom">CD-ROM</label> + <label for="msd-mode-radio-cdrom">CD/DVD</label> <input type="radio" id="msd-mode-radio-flash" name="msd-mode-radio" value="0"> <label for="msd-mode-radio-flash">Flash</label> </div> |