Skip to content
  • Fathi Boudra's avatar
    Move back adduser call from postinst.py to lava-server.install · 714cdb58
    Fathi Boudra authored
    
    
    The LAVA system user creation in postinst.py script isn't distro-agnostic.
    It's assuming using the Debian perl wrapper around useradd.
    Leave the user creation to Debian specific packaging to make postinst.py
    distro-agnostic and allow the user to be created separately.
    Often, on other Linux distributions, adduser is a symlink to useradd,
    useradd being the only portable way to create a user.
    
    Signed-off-by: default avatarFathi Boudra <fathi.boudra@linaro.org>
    714cdb58