# HG changeset patch # User Edward Pilatowicz # Date 1253126804 25200 # Node ID 4485bac2b3d8c87a08a7bdd0eca127f5f12bf6a2 # Parent 4501e2b0febdef1fe65c80075f2e5b6f49cf92d7 10410 exclusive stack zones can't find a default router diff -r 4501e2b0febd -r 4485bac2b3d8 src/brand/pkgcreatezone --- a/src/brand/pkgcreatezone Wed Sep 16 13:41:31 2009 +0100 +++ b/src/brand/pkgcreatezone Wed Sep 16 11:46:44 2009 -0700 @@ -369,6 +369,11 @@ pkglist="$pkglist SUNWnfsc SUNWatfs" # +# Get routing daemons. They're required for useful exclusive stack zones. +# +pkglist="$pkglist SUNWroute" + +# # Get packages for TX zones if appropriate. # if [ $brand_labeled -ne 0 ]; then