diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-13 09:10:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-13 09:10:30 +0200 |
commit | f38ef7f469ca31f96fda42da265c8d2c90b897ee (patch) | |
tree | 3e3da76f896c73e83da8b0502439685cbb00e8ba /templates/cgi/debian-official/form.html | |
parent | 6f55ec4fb1188e24a081dab1cea704a5370c475d (diff) | |
download | vyos-live-build-f38ef7f469ca31f96fda42da265c8d2c90b897ee.tar.gz vyos-live-build-f38ef7f469ca31f96fda42da265c8d2c90b897ee.zip |
Renaming usb-hdd binary image type to simply hdd.
This is the first step in conglomerating code for all hdd-ish
image types, independent of the partitioning scheme being used,
and adding future hdd-ish image types for virtualiziation software.
Diffstat (limited to 'templates/cgi/debian-official/form.html')
-rw-r--r-- | templates/cgi/debian-official/form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index f3d9f95f6..4c61528e1 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -28,7 +28,7 @@ <option selected value="iso-hybrid">iso-hybrid</option> <option value="net">net</option> <option value="tar">tar</option> - <option value="usb-hdd">usb-hdd</option> + <option value="hdd">hdd</option> </select> </td> </tr> @@ -287,7 +287,7 @@ <option value="iso">iso</option> <option value="net">net</option> <option selected value="tar">tar</option> - <option value="usb-hdd">usb-hdd</option> + <option value="hdd">hdd</option> </select> </td> </tr> |