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

@@ -87,8 +87,8 @@ insmod ext2
set root=(hd0,3)
menuentry "GNU/Linux, Linux 6.10.5-lfs-12.2" {
linux /boot/vmlinuz-6.10.5-lfs-12.2 root=/dev/sda3 ro
linux /boot/vmlinuz-6.10.5-lfs-12.2 root=/dev/sdb3 ro
}
EOF
```
**NOTE:** We are using a two disks VM, where the second disk was used for LFS partitions.

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