[Debian-live-changes] r1884 - dists/trunk/live-webhelper/templates

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 29 20:30:29 UTC 2007


Author: daniel
Date: 2007-05-29 20:30:28 +0000 (Tue, 29 May 2007)
New Revision: 1884

Modified:
   dists/trunk/live-webhelper/templates/form.html
Log:


Modified: dists/trunk/live-webhelper/templates/form.html
===================================================================
--- dists/trunk/live-webhelper/templates/form.html	2007-05-29 20:01:14 UTC (rev 1883)
+++ dists/trunk/live-webhelper/templates/form.html	2007-05-29 20:30:28 UTC (rev 1884)
@@ -146,6 +146,56 @@
 				</select>
 			</td>
 		</tr>
+		<!-- LIVE_HOOKS -->
+		<!-- LIVE_INTERACTIVE -->
+		<!-- LIVE_KEYRING_PACKAGES -->
+		<!-- LIVE_LANGUAGE -->
+		<tr>
+			<td><label for="Linux_Flavours">--linux-flavours:</label> </td>
+			<td>
+				<select id="Linux_Flavours" name="linux_flavours" size="1">
+					<option selected value="486">486</option>
+					<option value="686">686</option>
+					<option value="686-bigmem">686-bigmem</option>
+					<option value="amd64">amd64</option>
+					<option value="k7">k7</option>
+					<option value="vserver-686">vserver-686</option>
+					<option value="vserver-k7">vserver-k7</option>
+					<option value="xen-686">xen-686</option>
+				</select>
+			</td>
+		</tr>
+		<!-- LIVE_LINUX_PACKAGES -->
+		<!-- LIVE_PACKAGES -->
+		<!-- LIVE_PACKAGES_LISTS -->
+		<!-- LIVE_TASKS -->
+		<tr>
+			<td><label for="Security">--security:</label> </td>
+			<td>
+				<select id="Security" name="security" size="1">
+					<option selected value="enabled">enabled</option>
+					<option value="disabled">disabled</option>
+				</select>
+			</td>
+		</tr>
+		<tr>
+			<td><label for="Symlinks">--symlinks:</label> </td>
+			<td>
+				<select id="Symlinks" name="symlinks" size="1">
+					<option selected value="enabled">enabled</option>
+					<option value="disabled">disabled</option>
+				</select>
+			</td>
+		</tr>
+		<tr>
+			<td><label for="Sysvinit">--sysvinit:</label> </td>
+			<td>
+				<select id="Sysvinit" name="sysvinit" size="1">
+					<option selected value="enabled">enabled</option>
+					<option value="disabled">disabled</option>
+				</select>
+			</td>
+		</tr>
 	</table>
 </div>
 




More information about the Debian-live-changes mailing list