summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-pykickstart/files/0003-comment-out-sections-shutdown-and-environment-in-gen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/python-pykickstart/files/0003-comment-out-sections-shutdown-and-environment-in-gen.patch')
-rw-r--r--meta-python/recipes-extended/python-pykickstart/files/0003-comment-out-sections-shutdown-and-environment-in-gen.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-extended/python-pykickstart/files/0003-comment-out-sections-shutdown-and-environment-in-gen.patch b/meta-python/recipes-extended/python-pykickstart/files/0003-comment-out-sections-shutdown-and-environment-in-gen.patch
index 81e351b11f..7ab7346860 100644
--- a/meta-python/recipes-extended/python-pykickstart/files/0003-comment-out-sections-shutdown-and-environment-in-gen.patch
+++ b/meta-python/recipes-extended/python-pykickstart/files/0003-comment-out-sections-shutdown-and-environment-in-gen.patch
@@ -17,7 +17,7 @@ fixup! add comments of shutdown for user
17 2 files changed, 4 insertions(+), 1 deletion(-) 17 2 files changed, 4 insertions(+), 1 deletion(-)
18 18
19diff --git a/pykickstart/commands/reboot.py b/pykickstart/commands/reboot.py 19diff --git a/pykickstart/commands/reboot.py b/pykickstart/commands/reboot.py
20index 2c1b1c0..b3ec717 100644 20index 75a6d916..edfe83ff 100644
21--- a/pykickstart/commands/reboot.py 21--- a/pykickstart/commands/reboot.py
22+++ b/pykickstart/commands/reboot.py 22+++ b/pykickstart/commands/reboot.py
23@@ -43,6 +43,9 @@ class FC3_Reboot(KickstartCommand): 23@@ -43,6 +43,9 @@ class FC3_Reboot(KickstartCommand):
@@ -31,18 +31,18 @@ index 2c1b1c0..b3ec717 100644
31 return retval 31 return retval
32 32
33diff --git a/pykickstart/parser.py b/pykickstart/parser.py 33diff --git a/pykickstart/parser.py b/pykickstart/parser.py
34index e68174d..efd78a6 100644 34index bc59131b..b2d09d45 100644
35--- a/pykickstart/parser.py 35--- a/pykickstart/parser.py
36+++ b/pykickstart/parser.py 36+++ b/pykickstart/parser.py
37@@ -385,7 +385,7 @@ class Packages(KickstartObject): 37@@ -428,7 +428,7 @@ class Packages(KickstartObject):
38 38
39 if not self.default: 39 if not self.default:
40 if self.environment: 40 if self.environment:
41- pkgs += "@^%s\n" % self.environment 41- pkgs += "@^%s\n" % self.environment
42+ pkgs += "#@^%s\n" % self.environment 42+ pkgs += "#@^%s\n" % self.environment
43 43
44 grps = self.groupList 44 grps = self.groupList
45 grps.sort() 45 grps.sort()
46-- 46--
472.7.4 472.7.4
48 48