Opened 15 years ago
Closed 13 years ago
#118 closed defect (wontfix)
Jaunty autoinstaller doesn't set up admin user sudo
Reported by: | kcarnold | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | autoinstallers | Version: | |
Keywords: | Cc: | kcarnold@… |
Description
Ubuntu users are accustomed to being able to use sudo if their user is an admin. Unfortunately the autoinstaller doesn't set up the admin user like a normal install does.
This little script patches an installed machine, but it would be great if the setup happened by default:
addgroup --gid 114 admin cat >> /etc/sudoers <<EOF # Members of the admin group may gain root privileges %admin ALL=(ALL) ALL EOF
Change History (1)
comment:1 Changed 13 years ago by quentin
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
We no longer offer a Jaunty autoinstaller.