diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-03 10:59:50 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-03 10:59:50 +0000 |
commit | f456dfc07650c00fe35053b21d852e77d3e55272 (patch) | |
tree | da926bd35f424a8e027307d6bd0beed348161b92 | |
parent | 99b8621914239f49bce6a6637a0a45d20aac9d14 (diff) | |
download | drakx-f456dfc07650c00fe35053b21d852e77d3e55272.tar drakx-f456dfc07650c00fe35053b21d852e77d3e55272.tar.gz drakx-f456dfc07650c00fe35053b21d852e77d3e55272.tar.bz2 drakx-f456dfc07650c00fe35053b21d852e77d3e55272.tar.xz drakx-f456dfc07650c00fe35053b21d852e77d3e55272.zip |
more doc on DHCP server response conf
-rw-r--r-- | mdk-stage1/doc/TECH-INFOS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mdk-stage1/doc/TECH-INFOS b/mdk-stage1/doc/TECH-INFOS index b81e52bd4..c85288617 100644 --- a/mdk-stage1/doc/TECH-INFOS +++ b/mdk-stage1/doc/TECH-INFOS @@ -89,3 +89,13 @@ This gives for example for: automatic=met:nfs,net:static,ip:192.168.1.24,ser:192.168.1.7,dir:/stable/i586 + +You may specify a stage2 auto-install file, different from the +default `auto_inst.cfg.pl' in Mandrake/base, by filling the +`bootfile' parameter of your DHCP server response. + +Note that if the name ends with `-IP' or `-IP.pl', IP will be +replaced by the IP address given to the host, normalized to +hexadecimal (that is, `192.168.100.57' would give 'C0A86439'). + + |