|
Revision 1043, 0.8 kB
(checked in by pilot, 2 years ago)
|
+ another Fedora install doc update
|
| Line | |
|---|
| 1 |
This document explains how to get a working installation of /etc/net |
|---|
| 2 |
on a Fedora Core 5 or Fedora Core 6 system. |
|---|
| 3 |
|
|---|
| 4 |
Install the system and all updates, backup your configuration. |
|---|
| 5 |
Then install APT (yum install apt), because yum handles coonflicting |
|---|
| 6 |
packages in an odd way. APT ships with Fedora repository configured. |
|---|
| 7 |
Configure /etc/net repository and make use of it: |
|---|
| 8 |
|
|---|
| 9 |
[root@localhost ~]# cd /etc/apt/sources.list.d/ |
|---|
| 10 |
[root@localhost sources.list.d]# wget http://etcnet.org/repo/fedora/etcnet.list |
|---|
| 11 |
[root@localhost sources.list.d]# apt-get update |
|---|
| 12 |
|
|---|
| 13 |
Now you can use either traditional net-scripts or /etc/net. Each system |
|---|
| 14 |
uses own configuration files, thus one needs to create a configuration |
|---|
| 15 |
after installing /etc/net |
|---|
| 16 |
|
|---|
| 17 |
# apt-get install etcnet |
|---|
| 18 |
or |
|---|
| 19 |
# apt-get install net-scripts |
|---|