Final notes. Successful boot.

This commit is contained in:
Shaun Setlock
2025-01-24 21:07:30 -05:00
parent b27adb4342
commit 6a7f98ed3a
2 changed files with 4 additions and 4 deletions

View File

@@ -22,9 +22,9 @@ bash /usr/lib/udev/init-net-rules.sh
We need to setup the anticipated network interface.
```
cd /etc/sysconfig/
cat > ifconfig.eth0 << "EOF"
cat > ifconfig.ens18 << "EOF"
ONBOOT=yes
IFACE=eth0
IFACE=ens18
SERVICE=ipv4-static
IP=192.168.2.250
GATEWAY=192.168.2.1