From fe0489cf1db2fb81d1c0e0fd0fc2595128128289 Mon Sep 17 00:00:00 2001 From: kosenka Date: Thu, 3 Apr 2025 14:01:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20memories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- memories | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/memories b/memories index c7beff4..fee2cbb 100644 --- a/memories +++ b/memories @@ -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 ***