home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 15 / boot-disc-1997-11.iso / Debian / Tools / LODLIN16.ZIP / LODLIN16 / TEST.PAR < prev   
Text File  |  1996-04-30  |  2KB  |  65 lines

  1. # EDIT THIS BEFORE USING !
  2. #
  3. # this is an example commandline parameter file for LOADLIN
  4. # You may have comments starting with "#" at any place
  5. # comments end at end of a line
  6. # any number of empty lines may be inserted.
  7. # The contents are compacted by LOADLIN to produce an as small
  8. # commandline as possible.
  9. # For more commandline options see the file PARAMS.DOC.
  10. #
  11. # There can only be one parameter file and LOADLIN must be called as:
  12. #   LOADLIN @param_file
  13. # However, the parameters in param_file may be overwritten by
  14. # (or appended to) those following the @param_file, e.g:
  15. #   LOADLIN @param_file image=other_image root=/dev/other
  16. #
  17. #
  18. ..\zImage          # first value must be the filename of the Linux-kernel
  19.                    # if this should be changed at load time,
  20.                    # the keyword 'image=' must be used (see above)
  21.  
  22. #-v              # verbose the actual params, but load anyway
  23. -t             # write debug output and stop.
  24. #-d c:\dump     # write debug output to file c:\dump and stop.
  25.  
  26. vga=ask         # legal values are:
  27.                 # numeric:
  28.                 #   -3    ask
  29.                 #   -2    extended
  30.                 #   -1    normal
  31.                 #   0..9  as if entered on boot-prompt
  32.                 # symbolic:
  33.                 #   ask
  34.                 #   normal
  35.                 #   extended
  36.                 # However, starting with Linux-1.3.75 the code for
  37.                 # vga=has changed, to get the actual values for your
  38.                 # special video card, you should use 'ask' and remember
  39.                 # the values that were printed on screen.
  40.                 #
  41.                 # See also linux/Documentation/svga.txt
  42.  
  43. root=/dev/hdb2  # the device which gets mounted as root FS
  44. # root=201      # NOTE: the numeric device tokens are hexa !
  45. # root=/dev/sda1
  46. # ....
  47.  
  48. ro
  49. # rw
  50.  
  51. #initrd=..\initdisk.gz  # This file gets loaded as 'initial ramdisk'
  52.                         # see initrd.txt for more
  53.  
  54. #noinitrd               # This keyword is usefull, if you wany get
  55.                         # the 'initial ramdisk' loaded, but not
  56.                         # processed at startup.
  57.                         # It will remain as /dev/initrd.
  58.  
  59. # this can be used in /etc/rc to do some special work
  60. MY_SPECIAL_OPTION=what_I_need
  61.  
  62. #ether=10,0x280,0xc8000,0xcbfff,eth0
  63. #ether=10,0x280,0xd0000,0xd3fff,eth0
  64.  
  65.