diff -ur old/webui_templates/system_list.tmpl build/webui_templates/system_list.tmpl
--- old/webui_templates/system_list.tmpl	2008-11-17 09:18:05.000000000 +0100
+++ build/webui_templates/system_list.tmpl	2008-11-19 16:03:21.000000000 +0100
@@ -13,6 +13,7 @@
         <caption>Cobbler Systems</caption>
         <tr>
             <th class="text">Name</th>
+            <th class="text">Netboot</th>
             <th class="text">Profile</th>
             <th class="text">Kickstart</th>
         </tr>
@@ -31,6 +32,15 @@
             <td>
                 <a href="$base_url?mode=system_edit&name=${system.name}">${system.name}</a>
             </td>
+
+            <td>
+            #if str($system.netboot_enabled) != "False"
+                Yes
+            #else
+                No
+            #end if
+            </td>
+                                       
             <td>
                 <a href="$base_url?mode=profile_edit&name=${system.profile}">${system.profile}</a>
             </td>
