summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/doc/TECH-INFOS
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-16 15:51:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-16 15:51:20 +0000
commit4f0ae735ed9e942c77b7672d1ffc226c2a4bdb74 (patch)
treedb33c2f7b800271a8421b6f209ed341fcd7180f8 /mdk-stage1/doc/TECH-INFOS
parent8c49315b0d656a5cb0229490d1c11a440be10e1c (diff)
downloaddrakx-backup-do-not-use-4f0ae735ed9e942c77b7672d1ffc226c2a4bdb74.tar
drakx-backup-do-not-use-4f0ae735ed9e942c77b7672d1ffc226c2a4bdb74.tar.gz
drakx-backup-do-not-use-4f0ae735ed9e942c77b7672d1ffc226c2a4bdb74.tar.bz2
drakx-backup-do-not-use-4f0ae735ed9e942c77b7672d1ffc226c2a4bdb74.tar.xz
drakx-backup-do-not-use-4f0ae735ed9e942c77b7672d1ffc226c2a4bdb74.zip
have doc here
Diffstat (limited to 'mdk-stage1/doc/TECH-INFOS')
-rw-r--r--mdk-stage1/doc/TECH-INFOS45
1 files changed, 45 insertions, 0 deletions
diff --git a/mdk-stage1/doc/TECH-INFOS b/mdk-stage1/doc/TECH-INFOS
new file mode 100644
index 000000000..563b97ee1
--- /dev/null
+++ b/mdk-stage1/doc/TECH-INFOS
@@ -0,0 +1,45 @@
+
+| (*) 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
+