[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Adding user with rpm in %packages section



Whoops!  you need to specify the full path, or the package name, so either

Requires: /usr/sbin/useradd,/usr/sbin/groupadd

or

Requires: shadow-utils

Matt

Tom Brown wrote:
You need to make sure adduser and addgroup are in the Requires: line
of the spec file.  Possibly you need a PreReq: line in the .spec file,
but according to Jeff Johnson, that's not clear.  Try putting
adduser/group in the Requires line first.

    

that did not seem to help -

Requires: useradd groupadd

will keep digging

thanks

_______________________________________________
Kickstart-list mailing list
Kickstart-list redhat com
https://www.redhat.com/mailman/listinfo/kickstart-list
  

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]