summaryrefslogtreecommitdiff
path: root/README.menu
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-22 08:27:34 +0000
committerhpa <hpa>2004-12-22 08:27:34 +0000
commit3af86f9ea2750614eef4ad6fd0663221bfcc870e (patch)
tree1d69983f26d1cdddce8ef7566acfe46e785aeab3 /README.menu
parent1eb1cb9dcf08889a02e9d9b7ecd5b9a6f5e258da (diff)
downloadsyslinux-3af86f9ea2750614eef4ad6fd0663221bfcc870e.tar.gz
Better document how to do chain loading.syslinux-2.20-pre14
Diffstat (limited to 'README.menu')
-rw-r--r--README.menu7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.menu b/README.menu
index 8c358a64..b6f457ab 100644
--- a/README.menu
+++ b/README.menu
@@ -47,11 +47,18 @@ MENU LABEL label
you to have a label that isn't suitable for the command line,
for example:
+ # Soft Cap Linux
LABEL softcap
MENU LABEL Soft Cap Linux 9.6.36
KERNEL softcap-9.6.36.bzi
APPEND whatever
+ # A very dense operating system
+ LABEL brick
+ MENU LABEL Windows CE/ME/NT
+ KERNEL chain.c32
+ APPEND hd0 2
+
MENU HIDE
(Only valid after a LABEL statement.)