Print this page
Bring back LX zones.

@@ -29,11 +29,11 @@
 # "/sbin/init 0" may work (typically only Solaris zones.)
 #
 shutdown_zones()
 {
         zoneadm list -p | nawk -F: '{
-                if ($2 != "global") {
+                if (($5 != "lx") && ($2 != "global")) {
                         print $2
                 }
         }'
 }