home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / debian / docs / ImageLoaders / QuikDefault < prev    next >
Encoding:
Text File  |  2005-06-08  |  1.1 KB  |  24 lines

  1. If the post install script finds Quik on the system (/sbin/quik),
  2. it checks to see if there already exists a configuration file
  3. /etc/quik.conf. If not, a boilerplate Quik configuration file that 
  4. will work with the image just installed, as follows.
  5.  
  6. It looks into /etc/fstab, looking for the device that the root (/)
  7. directory is on, also, it looks for any partition that may have a boot
  8. sector installed by Quik, ignoring swap, NFS and proc file systems and
  9. floppy drives (if no Quik sector is found, it assumes that the drive
  10. that the root device is on should be where Quik places the block (this
  11. is not good for all installations, but it gives a starting point) and
  12. inserts lines like (assuming the root directory is on /dev/sda4):
  13. ----------------------------------------------------------------------
  14. root=/dev/sda4
  15. ----------------------------------------------------------------------
  16.  
  17. and then appends the following:
  18. ----------------------------------------------------------------------
  19. timeout=100
  20. image=/vmlinuz
  21. label=Linux
  22. read-only
  23. ----------------------------------------------------------------------
  24.