1
0

Обновить memories

This commit is contained in:
kosenka 2025-04-03 14:01:28 +03:00
parent 1bdf6f7e97
commit fe0489cf1d

View File

@ -34,8 +34,10 @@ select [392] ru_RU.UTF-8 UTF-8
# shutdown -r now
# mv /etc/netplan/50-cloud-init.yaml /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
# rm /etc/netplan/50-cloud-init.yaml
# touch /etc/netplan/10-netplan-config.yaml
# echo "# This is the network config written by 'subiquity'
network:
version: 2
ethernets:
@ -48,13 +50,14 @@ network:
routes:
- to: default
via: [IP_GATEWAY]
" >> /etc/netplan/10-netplan-config.yaml
# chmod 600 /etc/netplan/00-installer-config.yaml
# chmod 600 /etc/netplan/10-netplan-config.yaml
# netplan try
# netplan apply
# systemctl restart systemd-networkd
# reboot
# shutdown -r now
# sudo su -
*** HESTIACP ***