User`s manual

H.323 User's Manual I. Linux™ Operating System Installation for the OSN Server
Version 5.0 453 December 2006
I.7.4.2 Editing the isolinux.cfg File
¾ To edit the isolinux.cfg file, take these 19 steps:
1. From the Partner Install folder, open the isolinux.cfg file with a text editor that
supports UNIX file format (e.g., PSPad, UltraEdit).
Figure I-28: isolinux.cfg
2. Insert the following line in the beginning of the file, so that it is the first line.
serial 0 115200
3. Locate the line 'DEFAULT <my_label>'. It is usually the first line of the file. It is usually
'default harddisk' or 'default linux'.
4. If <my_label> isn’t 'linux' (for instance it can be 'harddisk'), change it to 'linux'.
5. Locate the following line: 'label linux'.
6. Under the 'label linux' line, two lines should appear.
kernel...
append...
The following examples show how the 'label linux' line and its kernel and append
sublines could look like, before you change them:
label linux
kernel linux
append initrd=initrd splash=silent showopts
or
label linux
kernel linux
append initrd=initrd ramdisk_size=65536 splash=silent
showopts
7. Remove the 'splash=...' and 'showopts' parameters, if they appear in the 'append' line.
Note: Do not remove any other parameters in the 'append' line, especially the
'initrd=' parameter.