Ubuntu: Disable gnome-initial-setup
Fixes #9628 "After completing the optional step 8.2b, rebooting the machine confusingly tries to walk you through the new user setup process even though local users have been created. The workaround for this on Ask Ubuntu https://askubuntu.com/a/1039368 is to modify /etc/gdm3/custom.conf ... Then one is presented with the typical login screen instead of always being asked to create a new user." It's been a while since I have tested an GUI install from scratch. I'm taking this report at face value until I have a chance to test again.
parent
aecfb58c7c
commit
72066a939e
|
@ -599,6 +599,8 @@ Choose one of the following options:
|
||||||
8.2b Install a full GUI environment:
|
8.2b Install a full GUI environment:
|
||||||
|
|
||||||
apt install --yes ubuntu-desktop
|
apt install --yes ubuntu-desktop
|
||||||
|
vi /etc/gdm3/custom.conf
|
||||||
|
In the [daemon] section, add: InitialSetupEnable=false
|
||||||
|
|
||||||
**Hint**: If you are installing a full GUI environment, you will likely want to manage your network with NetworkManager:
|
**Hint**: If you are installing a full GUI environment, you will likely want to manage your network with NetworkManager:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue