diff --git a/examples/answers-system-setup-init.yaml b/examples/answers-system-setup-init.yaml index 63e4b643..07261d18 100644 --- a/examples/answers-system-setup-init.yaml +++ b/examples/answers-system-setup-init.yaml @@ -7,10 +7,5 @@ WSLIdentity: username: ubuntu # ubuntu password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1' -WSLConfigurationBase: - automount_root: '/custom_mnt_path' - automount_options: 'metadata' - network_generatehosts: false - network_generateresolvconf: false Summary: reboot: yes \ No newline at end of file diff --git a/system_setup/tests/golden/answers/wsl.conf b/system_setup/tests/golden/answers/wsl.conf index a110cfe1..e69de29b 100644 --- a/system_setup/tests/golden/answers/wsl.conf +++ b/system_setup/tests/golden/answers/wsl.conf @@ -1,7 +0,0 @@ -[automount] -options = metadata -root = /custom_mnt_path - -[network] -generatehosts = false -generateresolvconf = false