subiquity/examples/autoinstall-system-setup.yaml

17 lines
447 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
shutdown: 'reboot'