[Fedora-livecd-list] [PATCH] Older authconfig doesn't have --update

Ruben Kerkhof ruben at rubenkerkhof.com
Sat Aug 30 15:46:28 UTC 2008


Hi list,

This prevents an error message when building live cd's for Centos 4  
and Red Hat 4

Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
---
  imgcreate/kickstart.py |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/imgcreate/kickstart.py b/imgcreate/kickstart.py
index 11eac7c..377b253 100644
--- a/imgcreate/kickstart.py
+++ b/imgcreate/kickstart.py
@@ -163,7 +163,7 @@ class AuthConfig(KickstartConfig):
              return

          auth = ksauthconfig.authconfig or "--useshadow --enablemd5"
-        args = ["/usr/sbin/authconfig", "--update", "--nostart"]
+        args = ["/usr/sbin/authconfig", "--kickstart", "--nostart"]
          self.call(args + auth.split())

  class FirewallConfig(KickstartConfig):
-- 
1.5.5.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1638 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/livecd/attachments/20080830/cdbd6e43/attachment.bin 


More information about the livecd mailing list