Mailinglist Archive: opensuse-bugs (15077 mails)

< Previous Next >
[Bug 326800] inst_live_cleanup.ycp doesn't call /usr/bin/ correct_live_install
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 20 Sep 2007 06:54:56 -0600 (MDT)
  • Message-id: <20070920125456.2F922CC7AB@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=326800#c1


Lukas Ocilka <locilka@xxxxxxxxxx> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |coolo@xxxxxxxxxx
             Status|NEW                                             |NEEDINFO
      Info Provider|                                                |stbinner@xxxxxxxxxx




--- Comment #1 from Lukas Ocilka <locilka@xxxxxxxxxx>  2007-09-20 06:54:55 MST ---
This is the current inst_live_cleanup.ycp

--- cut ---
{

import "GetInstArgs";
import "Popup";
import "Product";
import "Wizard";

textdomain "live-installer";

if(GetInstArgs::going_back())
    return `auto;

// calling RPM is faster than initializing whole update stack
y2milestone ("Removing yast2-live-installer package");

map out = (map)SCR::Execute (.target.bash_output, "/bin/rpm -e
yast2-live-installer");

if (out["exit"]:0 != 0)
    y2error ("Removing yast2-live-installer failed: %1", out);

return `auto;

}
--- cut ---

So I guess I should add call `/usr/bin/correct_live_install` (if exists) before
removing the yast2-live-installer RPM, correct?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References