spacecmd/src/lib/kickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 03c611ea7710bd606d46d44a432ae67c3af1b875 Author: Stephen Herr sherr@redhat.com Date: Thu May 31 15:06:03 2012 -0400
809905 - fixing chroot option for addscript, is now possible to not chroot in non-interactive mode
diff --git a/spacecmd/src/lib/kickstart.py b/spacecmd/src/lib/kickstart.py index 4f23eb0..a28dfa5 100644 --- a/spacecmd/src/lib/kickstart.py +++ b/spacecmd/src/lib/kickstart.py @@ -1703,7 +1703,7 @@ def do_kickstart_addscript(self, args): return
if not options.chroot: - options.chroot = True + options.chroot = False
if not options.interpreter: options.interpreter = '/bin/bash'
spacewalk-commits@lists.fedorahosted.org