]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - README
netfs: respect VSERVER_ISOLATION_NET here as well
[projects/rc-scripts.git] / README
diff --git a/README b/README
index 9fed94cdc674010725c85e17d4de287fa50c2640..32b1911791f6edbc9b3d86bfc7f3387d912dc590 100644 (file)
--- a/README
+++ b/README
@@ -1,16 +1,49 @@
+rc-scripts is a derivative of the initscripts 3.78 release by
+RedHat Software, but with bugs removed and newer features added.
+
+To use rc-scripts you need packages such as: mktemp, modutils
+(at least 2.1.121), textutils, sh-utils, mawk (at least 1.3.3;
+other awk implementations are not tested), procps, sed, e2fsprogs,
+gettext.
+
+If you want to use networking with rc-scripts you need
+compile few features such as:
+
+Networking options  --->
+        [*] Kernel/User netlink socket
+        [*]   Routing messages
+
+into your kernel and install Alexey Kuznetsov iproute2 package.
+To use IPv6 networking you should compile:
+
+Networking options  --->
+       <*/M>   The IPv6 protocol (EXPERIMENTAL)
+        [*]      IPv6: enable EUI-64 token format     
+        [*]        IPv6: disable provider based addresses 
+
+too. 
+
+Other required or suggested packages:
+
+| What?       | Package                       |
++-------------+-------------------------------+
+  IPX          ncfps
+  fourtun      fourtun and kernel module
+  bridge       bridge-utils
+  wireless     wireless-tools
+  IrDA         irda-utils
+  serial/ppp   ppp, dip, wvdial
+  serial/slip  slattach
+  PPPoE                pppd + rp-pppoe (plugin or userspace program)
+  
+Also you should know that format of interface configuration
+files is totally different from these used in RedHat/Mandrake
+initscripts and even from stable rc-scripts branch.
+
+If you have some bug reports or suggestions please send email
+to rc-scripts maintainers at <pld-rc-scripts@pld-linux.org> or
+use our Bug Tracking System ( http://bugs.pld-linux.org/ ).
+
+-- 
+PLD Linux Distribution rc-scripts Team
 
-       $Id: README,v 1.6 2000/03/15 15:07:46 misiek Exp $
-
-CRITICAL THINGS
-If you want use this rc-scripts remember to compile:
-- Kernel/User netlink socket
-- Routing messages
-support into your kernel. This is very important ! Without
-this network scripts will fail.
-
-STANDARD THINGS
-If you want use IPv6 networking remember to compile:
-- The IPv6 protocol (EXPERIMENTAL) 
-- IPv6: enable EUI-64 token format
-- IPv6: disable provider based addresses
-into your kernel (last two options are optional) !
This page took 0.321228 seconds and 4 git commands to generate.