From 63e703cb80835d2eacb41718b1b60a762f2117a0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 4 Jan 2024 16:42:55 +0100 Subject: Actually enable interface --- open_issues/64-bit_port.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/open_issues/64-bit_port.mdwn b/open_issues/64-bit_port.mdwn index 41f185a3..3bb5a1bf 100644 --- a/open_issues/64-bit_port.mdwn +++ b/open_issues/64-bit_port.mdwn @@ -70,10 +70,10 @@ After reboot, you'll probably want to setup network: vi /etc/network/interfaces # put there this: - # auto /dev/eth0 - # iface /dev/eth0 inet static - # address 10.0.2.15/16 - # gateway 10.0.2.2 + auto /dev/eth0 + iface /dev/eth0 inet static + address 10.0.2.15/16 + gateway 10.0.2.2 **Creating a 64bit disk image** -- cgit v1.2.3