From 6bfb226bf03d014704de6fcf259af7c0674b145a Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 12 Dec 2020 03:43:18 -0600 Subject: [PATCH] Ubuntu: Drop gdm InitialSetupEnable=false I can't remember why this was added and it does not seem to be particularly necessary. --- .../Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst | 2 -- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst index 1b31862..81bc02f 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst @@ -657,8 +657,6 @@ Step 6: Full Software Installation #. Optional: Install a full GUI environment:: 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 remove cloud-init as discussed above but manage your network with diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 6626844..16d8b65 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -1057,8 +1057,6 @@ Step 7: Full Software Installation - Install a full GUI environment:: 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::