home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 January / PCpro_2005_01.ISO / isolinux / make.pl < prev    next >
Encoding:
Perl Script  |  2004-07-30  |  1.4 KB  |  30 lines

  1. #!/usr/bin/perl
  2.  
  3. use MDK::Common;
  4.  
  5. output 'help.msg', pack("C*", 0x0E, 0x80, 0x03, 0x00),
  6. "
  7.                   0aWelcome to 09Move0a help07
  8.  
  9. In most cases, the best way to get started is to simply press the 0e<Enter>07 key.
  10. If you experience problems, you can try to add on the command line :
  11.  
  12.  o  0fnoauto07 to disable automatic detection (generally used with 0fexpert07).
  13.  o  0fupdatemodules07 to use the special update floppy containing modules updates.
  14.  o  0fpatch07 to use a patch from the floppy (file named 09patch.pl07).
  15.  o  0fcleankey07 to remove previously saved system config files from the USB key.
  16.  o  0fformatkey07 to format the USB key (ie: erase all data)
  17.  o  0fwaitkey07 to wait 15 more seconds at boot time while detecting the USB key,
  18.     that might be useful for some keys for which detection doesn't work nicely
  19.  o  0fvirtual_key=09/dev/hda10f,09/key07 to use file 09/key07 on device 09/dev/hda107 as a
  20.     virtual key instead of a physical one (must be an existing file containing
  21.     a valid filesystem - e.g. a loopback).
  22.  
  23. You can also pass some 0f<specific kernel options>07 to the Linux kernel. 
  24. For example, try 0flinux mem=128M07 if your system has 128Mb of RAM but we
  25. don't detect the amount correctly.
  26. 0cNOTE07: You cannot pass options to modules (SCSI, ethernet card) or devices
  27. such as CD-ROM drives in this way. If you need to do so, use expert mode.
  28.  
  29. 0c[F1-Help] [F2-Main]07\n";
  30.