From 422cf3a23fdc6468fa7afc103c72e8c45b0f4af6 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Mon, 22 Feb 2010 04:15:51 +0000 Subject: Use 'ip addr' instead of 'ifconfig' to get MAC address for RARP setup --- debian/changelog | 1 + en/install-methods/tftp/rarp.xml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2b55b3509..43efbb8f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,7 @@ installation-guide (2009xxxx) UNRELEASED; urgency=low [ Frans Pop ] * Update and extend information on preseeding partman. Based on a patch from Vincent McIntyre. Closes: #511053. + * Use 'ip addr' instead of 'ifconfig' to get MAC address for RARP setup. -- Frans Pop Tue, 01 Sep 2009 19:01:59 +0200 diff --git a/en/install-methods/tftp/rarp.xml b/en/install-methods/tftp/rarp.xml index 89ad3fb7e..3948c85f4 100644 --- a/en/install-methods/tftp/rarp.xml +++ b/en/install-methods/tftp/rarp.xml @@ -1,7 +1,6 @@ - Setting up RARP server @@ -14,7 +13,7 @@ If you don't know this information, you can OpenBoot .enet-addr command, or boot into Rescue mode (e.g., from the rescue floppy) and use the -command /sbin/ifconfig eth0. +command ip addr show dev eth0. -- cgit v1.2.3