diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-18 17:31:20 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-18 17:31:20 +0000 |
commit | b721cfed52e9c030cf5b72fbb9ac22b2f28964db (patch) | |
tree | 01271263fffb82e6b6cd2921c1f60eb71b1429c5 /app-doc | |
parent | new baselayout (diff) | |
download | gentoo-2-b721cfed52e9c030cf5b72fbb9ac22b2f28964db.tar.gz gentoo-2-b721cfed52e9c030cf5b72fbb9ac22b2f28964db.tar.bz2 gentoo-2-b721cfed52e9c030cf5b72fbb9ac22b2f28964db.zip |
Changed /etc/modules to /etc/modules.autoload.
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/files/xml/build.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/gentoo-web/files/xml/build.xml b/app-doc/gentoo-web/files/xml/build.xml index e0909db24ad1..13cb3aea61a5 100644 --- a/app-doc/gentoo-web/files/xml/build.xml +++ b/app-doc/gentoo-web/files/xml/build.xml @@ -12,8 +12,8 @@ sources that are automatically downloaded from the Internet. This build CD inst will work with any x86-compatible system. </abstract> -<version>1.4.1</version> -<date>17 Oct. 2001</date> +<version>1.4.2</version> +<date>18 Oct. 2001</date> <chapter> <title>About the Install</title> @@ -575,13 +575,13 @@ of any hostnames that may not be in your nameservers. Here's a template for thi <p> Look in <path>/lib/modules</path> for the ethernet module specific to your particular ethernet card, and append it to the -<path>/etc/modules</path> file (you can also add any options you +<path>/etc/modules.autoload</path> file (you can also add any options you need to the same line.) This should be the same module as you used with insmod earlier. When Gentoo Linux boots, this module will be automatically loaded: </p> <pre caption="network config"> -# <i>e3 /etc/modules</i> +# <i>e3 /etc/modules.autoload</i> </pre> <p>If you have a static IP, use the <c>net.eth0</c> script to get your network configured for your first boot:</p> |