Opened 2 years ago
#21511 new defect
unattended install of Llnux Guest Kubuntu fails to create admin group assignments
Reported by: | Gene77072 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox-7.0.6 |
Keywords: | unattended install | Cc: | |
Guest type: | Linux | Host type: | all |
Description
Although I am reporting this issue against Kubuntu Linux Guest, this issue applies to all Linux Guest distributions.
Most notably missing is the administrator account connection to group "sudo". This is desired to avoid having to access root using the "su" command.
The following is output from the Linux ID command for the administrator account following unattended install machine creation: uid=1000(MachAdmin) gid=1000(MachAdmin) groups=1000(MachAdmin),100(users),995(vboxsf)
The following is output from the Linux ID command for the administrator account following a native installation of the distribution: uid=1000(MachAdmin) gid=1000(MachAdmin) groups=1000(MachAdmin),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),100(users),119(lpadmin),130(sambashare)
The unattended install process should create group connections for the administrator account consistent with what are made for the native distribution installation.