diff options
Diffstat (limited to 'mdk-stage1/doc/TECH-INFOS')
| -rw-r--r-- | mdk-stage1/doc/TECH-INFOS | 15 | 
1 files changed, 10 insertions, 5 deletions
| diff --git a/mdk-stage1/doc/TECH-INFOS b/mdk-stage1/doc/TECH-INFOS index c85288617..81d559a7f 100644 --- a/mdk-stage1/doc/TECH-INFOS +++ b/mdk-stage1/doc/TECH-INFOS @@ -6,9 +6,9 @@ This feature is used to replace redhat kickstart. It uses the kernel  parameter "automatic" with keywords separated with commas and colons, on  the following genres: -	automatic=method:nfs,network:static,ip:192.168.1.24,server:192.168.1.7,directory:/stable/i586 +	automatic=method:nfs,network:static,ip:192.168.1.24,server:192.168.1.7,directory:/stable/i686 -	automatic=method:ftp,network:dhcp,server:ftp.ciril.fr,directory:/pub/linux/mandrake-devel/cooker +	automatic=method:ftp,network:dhcp,server:ftp.ciril.fr,directory:/pub/linux/mandriva-devel/cooker  	automatic=method:ftp,network:dhcp,server:companyserver,directory:/mdkinst,user:XXX,pass:XXX @@ -37,6 +37,11 @@ if nfs/ftp/http:      if multiple interfaces detected:          `interface' <- (list-of-detected-interfaces) +         if "auto": +           use the first interface with a link beat +         if "wired": +           use the first wired interface with a link beat +           or the first wired interface if none has a link beat      fi @@ -84,14 +89,14 @@ commandline), please find each keyword short-alias counterpart in file  This gives for example for: -	automatic=method:nfs,network:static,ip:192.168.1.24,server:192.168.1.7,directory:/stable/i586 +	automatic=method:nfs,network:static,ip:192.168.1.24,server:192.168.1.7,directory:/stable/i686  ==> -	automatic=met:nfs,net:static,ip:192.168.1.24,ser:192.168.1.7,dir:/stable/i586 +	automatic=met:nfs,net:static,ip:192.168.1.24,ser:192.168.1.7,dir:/stable/i686  You may specify a stage2 auto-install file, different from the -default `auto_inst.cfg.pl' in Mandrake/base, by filling the +default `auto_inst.cfg.pl' in install/, by filling the  `bootfile' parameter of your DHCP server response.  Note that if the name ends with `-IP' or `-IP.pl', IP will be | 
