1 |
From 324213c42f896f50a2caed139452408fed6df0fd Mon Sep 17 00:00:00 2001 |
From c0dfe681d9f71932457ad001b29dc1570d84835b Mon Sep 17 00:00:00 2001 |
2 |
From: Shad L. Lords <slords@mail.com> |
From: Shad L. Lords <slords@mail.com> |
3 |
Date: Mon, 19 Oct 2009 08:45:40 -0600 |
Date: Mon, 19 Oct 2009 08:45:40 -0600 |
4 |
Subject: [PATCH] Run SME post-install scripts on kickstart install/upgrade |
Subject: [PATCH] Run SME post-install scripts on kickstart install/upgrade |
8 |
1 files changed, 9 insertions(+), 0 deletions(-) |
1 files changed, 9 insertions(+), 0 deletions(-) |
9 |
|
|
10 |
diff --git a/kickstart.py b/kickstart.py |
diff --git a/kickstart.py b/kickstart.py |
11 |
index 37b4246..8c8788a 100644 |
index 3a7579b..ca2e156 100644 |
12 |
--- a/kickstart.py |
--- a/kickstart.py |
13 |
+++ b/kickstart.py |
+++ b/kickstart.py |
14 |
@@ -833,6 +833,15 @@ class Kickstart(cobject): |
@@ -882,6 +882,15 @@ class Kickstart(cobject): |
15 |
w.pop() |
w.pop() |
16 |
|
|
17 |
def postAction(self, anaconda, serial): |
def postAction(self, anaconda, serial): |