Skip to content

Instantly share code, notes, and snippets.

@mastier
Created July 4, 2025 10:14
Show Gist options
  • Select an option

  • Save mastier/d77e83195a6ac312c1e5efce70a459fd to your computer and use it in GitHub Desktop.

Select an option

Save mastier/d77e83195a6ac312c1e5efce70a459fd to your computer and use it in GitHub Desktop.
# add to /var/snap/maas/current/preseeds/curtin_userdata
late_commands:
00_maas: [wget, '--no-proxy', {{node_disable_pxe_url|escape.json}}, '--post-data', {{node_disable_pxe_data|escape.json}}, '-O', '/dev/null']
10_adduser: ["curtin", "in-target", "--", "sh", "-c", "adduser --disabled-password --gecos '' maas"]
20_addpwd: ["curtin", "in-target", "--", "sh", "-c", "echo 'maas:maas' | chpasswd"]
30_addsudo: ["curtin", "in-target", "--", "sh", "-c", "usermod -aG sudo maas"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment