subiquity/examples/autoinstall-system-setup-fu...

26 lines
667 B
YAML

version: 1
early-commands:
- echo a
- ["sleep", "1"]
- echo a
locale: en_US
wslsetupoptions:
install_language_support_packages: true
identity:
realname: Ubuntu
username: ubuntu
# ubuntu
password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1'
wslconfbase:
automount_root: '/custom_mnt_path'
automount_options: 'metadata'
network_generatehosts: false
network_generateresolvconf: false
wslconfadvanced:
interop_enabled: false
interop_appendwindowspath: false
automount_enabled: false
automount_mountfstab: false
systemd_enabled: true
shutdown: 'poweroff'