summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/doc/TECH-INFOS
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-12-04 20:04:48 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-12-04 20:04:48 +0000
commit5ec6802e4c1a84a31bc33ed5b1f2b9133e233e00 (patch)
tree64bfb57d10b7017e8b99e69822fa007694f4d9bd /mdk-stage1/doc/TECH-INFOS
parentc13d108d505fe8378313d6ebd795645d9367d5be (diff)
downloaddrakx-5ec6802e4c1a84a31bc33ed5b1f2b9133e233e00.tar
drakx-5ec6802e4c1a84a31bc33ed5b1f2b9133e233e00.tar.gz
drakx-5ec6802e4c1a84a31bc33ed5b1f2b9133e233e00.tar.bz2
drakx-5ec6802e4c1a84a31bc33ed5b1f2b9133e233e00.tar.xz
drakx-5ec6802e4c1a84a31bc33ed5b1f2b9133e233e00.zip
support shorter versions of automatic keywords to beat problems with very long kernel commandlines
Diffstat (limited to 'mdk-stage1/doc/TECH-INFOS')
-rw-r--r--mdk-stage1/doc/TECH-INFOS11
1 files changed, 11 insertions, 0 deletions
diff --git a/mdk-stage1/doc/TECH-INFOS b/mdk-stage1/doc/TECH-INFOS
index f86809f69..074b35d31 100644
--- a/mdk-stage1/doc/TECH-INFOS
+++ b/mdk-stage1/doc/TECH-INFOS
@@ -78,3 +78,14 @@ fi
+You may use shorter versions of keywords (it helps reducing size of
+commandline), please find each keyword short-alias counterpart in file
+../automatic.c under the identifier named "short_aliases".
+
+This gives for example for:
+
+ automatic=method:nfs,network:static,ip:192.168.1.24,server:192.168.1.7,directory:/stable/i586
+==>
+ automatic=met:nfs,net:static,ip:192.168.1.24,ser:192.168.1.7,dir:/stable/i586
+
+