1
0

Обновить memories

This commit is contained in:
kosenka 2025-04-02 16:53:59 +03:00
parent 372b9b0977
commit e04c7a50f6

View File

@ -22,21 +22,20 @@ install "minimized server"
# dpkg-reconfigure locales # dpkg-reconfigure locales
select [392] ru_RU.UTF-8 UTF-8 select [392] ru_RU.UTF-8 UTF-8
# rm /etc/netplan/50-cloud-init.yaml # mv /etc/netplan/50-cloud-init.yaml /etc/netplan/00-installer-config.yaml
# touch /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity' # This is the network config written by 'subiquity'
network: network:
version: 2 version: 2
ethernets: ethernets:
[DEV]: [NET_DEVICE_ID]:
dhcp4: no dhcp4: no
addresses: addresses:
- [IP]/24 - [IP]/24
nameservers: nameservers:
addresses: [192.168.1.1] addresses: [IP_NAMESERVER]
routes: routes:
- to: default - to: default
via: 192.168.1.1 via: [IP_GATEWAY]
# chmod 600 /etc/netplan/00-installer-config.yaml # chmod 600 /etc/netplan/00-installer-config.yaml
# netplan try # netplan try