home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 March / PCWELT_3_2006.ISO / boot / DOS / config next >
Encoding:
Text File  |  2005-07-18  |  589 b   |  13 lines

  1. ..\vmlinuz               # first value must be the filename of the Linux-kernel
  2. root=/dev/ram0           # the device which gets mounted as root FS
  3. rw                       # mount it read-write
  4.  
  5. initrd=..\initrd.gz      # this file gets loaded as 'initial ramdisk'
  6. init=linuxrc             # start /linuxrc script from initrd.gz image
  7. load_ramdisk=1           # 
  8. prompt_ramdisk=0         # we do not need to be prompted
  9. ramdisk_size=4444        # our initrd.gz is 4444 KB of size when unpacked
  10.  
  11. max_loop=255             # overide default to allow inserting up to 256 modules
  12.  
  13.