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

23 lines
607 B
YAML
Raw Normal View History

version: 1
early-commands:
- echo a
- ["sleep", "1"]
- echo a
locale: en_US
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
2021-10-15 08:29:35 +00:00
shutdown: 'poweroff'