[11:15] does the network config support configuring an IPv6 subnet with router advertisements? so just "iface ensX inet6 auto" instead of "iface ensX inet6 dhcp" or a static configuration? [11:15] don't see anything related to this in documentation on either v1 or v2. [13:35] answering myself: support for SLAAC (IPv6 autoconfiguration) has apparently been added in 19.4. just need to find how to use it [13:55] (and found it from the code. there are subnet types for ipv6_dhcpv6 (-stateful/-stateless). are these something that aren't documented on purpose or would you like a PR? :) [14:19] yes please [15:01] cool, will make one later today. [15:24] hiho [15:24] is it posible to use my iso file when I attach the cdrom on my VM? [15:24] (automaticly) [15:25] cloud-init --file /media/cdrom/user-data.txt init works fine [15:26] but always when i run the command manually [16:04] can you modify the root filesystem before booting? you'd need to have the config in place for it to be included automatically. [16:04] (or modify the systemd unit to include it with --file if the cd is mounted automatically) [16:41] ajmyyra: the only kind of modification we support is growfs [16:41] or are you taking about something different? [16:53] just pondering ThoMe's question on how he could make the cd-mounted init to work automagically. [17:01] ugh, sorry for the 3 different PRs (742-744). just entirely different things, so thought it better to have them separated.