X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fscripts%2FDEBIAN%2F10-rootpw;h=7a7f6177a30e398311f8b1659f61114487947767;hb=db2ca58c3e327f73b64189dec14cf7e7a01b6d34;hp=bb77d1a30f5fe0eb2df8dc43d5abbfc8b80dcdb3;hpb=7a4577880f3d646ec68d60b1cd3a38f110f784bb;p=automated-distro-installer diff --git a/fai/config/scripts/DEBIAN/10-rootpw b/fai/config/scripts/DEBIAN/10-rootpw index bb77d1a..7a7f617 100755 --- a/fai/config/scripts/DEBIAN/10-rootpw +++ b/fai/config/scripts/DEBIAN/10-rootpw @@ -7,8 +7,6 @@ if [ -n "$ROOTPW" ]; then $ROOTCMD usermod -p "$ROOTPW" root else $ROOTCMD usermod -L root - # enable sudo for user - ainsl /etc/sudoers "$username ALL = ALL" fi exit $error