From 7507023403933bbd0d851a250a474f85ba6a89d2 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Mon, 11 Jun 2001 11:44:34 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'ppp'. --- mdk-stage1/doc/TECH-INFOS | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 mdk-stage1/doc/TECH-INFOS (limited to 'mdk-stage1/doc/TECH-INFOS') diff --git a/mdk-stage1/doc/TECH-INFOS b/mdk-stage1/doc/TECH-INFOS deleted file mode 100644 index 563b97ee1..000000000 --- a/mdk-stage1/doc/TECH-INFOS +++ /dev/null @@ -1,45 +0,0 @@ - -| (*) Automatic install -\---------------------- - -This feature is used to replace redhat kickstart. I use the kernel -parameter "automatic" with the following keywords: - -from list: - method nfs, ftp, http, cdrom, disk - network static, dhcp - interface eth0, eth1, .. - -giving (string) values: - (static IP infos) - ip - dns - gateway - netmask - - (2nd step network config) - hostname - domain - - (3rd step nfs, ftp, http installs) - server - directory - - (3rd step ftp only) - user - pass - - (2nd step disk install) - disk - - (3rd step disk install) - partition - - (4th step disk install) - directory - - -Keywords must be passed with commas and colons, that is for example: - - automatic=method:nfs,network:static,ip:192.168.1.24,server:192.168.1.7,directory:/stable/i586 - -- cgit v1.2.1