Greetings,

The following diff contains fixes for the following issue:

  18914 pkg warns about image modification even if image is not liveroot

diff -r 5f4b99b9ae56 src/client.py
--- a/src/client.py     Thu Sep 08 17:11:57 2011 -0700
+++ b/src/client.py     Fri Sep 09 13:18:30 2011 -0700
@@ -910,7 +910,8 @@

         plan = api_inst.describe()

-        if not api_inst.is_zone and not plan.is_active_root_be:
+        if api_inst.root == "/" and not api_inst.is_zone and \
+            not plan.is_active_root_be:
                 # Warn the user since this isn't likely what they wanted.
                 if plan.new_be:
                         logger.warning(_("""\



-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to