Not signed in (Sign In)

Choose a language

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorOmegaMale
    • CommentTimeFeb 15th 2008
     # 1
    What is the best way to create "homeless" system user during InstallPackage or Compile? What should I put in recipe?
    • CommentAuthorMohjive
    • CommentTimeFeb 15th 2008
     # 2
    If it's a rootless system you're targeting, adding users would require super user privileges on that system, but the mechanism should be the same as for a native GoboLinux installation.
    Starting from Scripts 2.8.3 you can add a file in the Resources directory called Requirements. It has the following syntax for for users and groups:

    required_groups=(
    foo
    baz gid=40
    )
    required_users=(
    asdf groups=baz
    bar home=/Some/directory groups=foo,baz uid=200
    )

    where any "option=" could be skipped.
    • CommentAuthorOmegaMale
    • CommentTimeFeb 15th 2008
     # 3
    Thank you.

    It looks much more gobo-way then "useradd"-ing during pre_build.