summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-02-22 04:15:51 +0000
committerFrans Pop <elendil@planet.nl>2010-02-22 04:15:51 +0000
commit422cf3a23fdc6468fa7afc103c72e8c45b0f4af6 (patch)
tree743d6de432c2fd737467ae432684aa8ec1fdad58
parentc5965998afd1cadc672d47852d643a8302bea763 (diff)
downloadinstallation-guide-422cf3a23fdc6468fa7afc103c72e8c45b0f4af6.zip
Use 'ip addr' instead of 'ifconfig' to get MAC address for RARP setup
-rw-r--r--debian/changelog1
-rw-r--r--en/install-methods/tftp/rarp.xml3
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 <fjp@debian.org> 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 @@
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->
-
<sect2 condition="supports-rarp" id="tftp-rarp">
<title>Setting up RARP server</title>
<para>
@@ -14,7 +13,7 @@ If you don't know this information, you can
OpenBoot <userinput>.enet-addr</userinput> command, or </phrase>
boot into <quote>Rescue</quote> mode (e.g., from the rescue floppy) and use the
-command <userinput>/sbin/ifconfig eth0</userinput>.
+command <userinput>ip addr show dev eth0</userinput>.
</para><para>