Answers no longer relevant for wsl_setup

Integration tests on wsl_setup variant should not write wsl.conf.
This commit is contained in:
Carlos Nihelton 2022-12-16 12:21:12 +00:00
parent 3e04dab619
commit 4f0b45798b
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
2 changed files with 0 additions and 12 deletions

View File

@ -7,10 +7,5 @@ WSLIdentity:
username: ubuntu username: ubuntu
# ubuntu # ubuntu
password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1' password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1'
WSLConfigurationBase:
automount_root: '/custom_mnt_path'
automount_options: 'metadata'
network_generatehosts: false
network_generateresolvconf: false
Summary: Summary:
reboot: yes reboot: yes

View File

@ -1,7 +0,0 @@
[automount]
options = metadata
root = /custom_mnt_path
[network]
generatehosts = false
generateresolvconf = false