Update ipv6_static_interfaces.cfg

This commit is contained in:
Molly Lau 2023-06-08 18:31:15 +09:00 committed by GitHub
parent 2df7a4a657
commit c1922750c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,8 @@ runcmd:
- apt update
- apt install curl dnsutils efibootmgr fail2ban figlet file lrzsz jq lsof lsb-release net-tools python3 subnetcalc telnet traceroute unzip vim wget xz-utils -y
- rm -rf /etc/cloud/cloud.cfg.d/99-fake_cloud.cfg
- mv /etc/netplan/50-cloud-init.yaml /etc/netplan/20-netcfg.yaml
- netplan apply
# configure cloud-init for NoCloud
datasource_list: [ NoCloud, None ]