diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 23:07:20 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 23:07:20 +0000 |
commit | d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9 (patch) | |
tree | a378b5e1fe365b34e1773ab1a937fa7f18db6c59 /move/isolinux | |
parent | cddf7fee3ba4d993a689a28069ffdbe1beed970f (diff) | |
download | drakx-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.tar drakx-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.tar.gz drakx-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.tar.bz2 drakx-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.tar.xz drakx-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.zip |
some isolinux stuff
Diffstat (limited to 'move/isolinux')
-rw-r--r-- | move/isolinux/help.msg | bin | 0 -> 1125 bytes | |||
-rw-r--r-- | move/isolinux/isolinux.cfg | 9 | ||||
-rw-r--r-- | move/isolinux/make.pl | 25 |
3 files changed, 34 insertions, 0 deletions
diff --git a/move/isolinux/help.msg b/move/isolinux/help.msg Binary files differnew file mode 100644 index 000000000..9d72cb740 --- /dev/null +++ b/move/isolinux/help.msg diff --git a/move/isolinux/isolinux.cfg b/move/isolinux/isolinux.cfg new file mode 100644 index 000000000..4a692eb41 --- /dev/null +++ b/move/isolinux/isolinux.cfg @@ -0,0 +1,9 @@ +default linux +prompt 1 +timeout 150 +display boot.msg +F1 help.msg +F2 boot.msg +label linux + kernel vmlinuz + append initrd=cdrom.rdz acpi=ht quiet automatic=method:cdrom diff --git a/move/isolinux/make.pl b/move/isolinux/make.pl new file mode 100644 index 000000000..9f851a78d --- /dev/null +++ b/move/isolinux/make.pl @@ -0,0 +1,25 @@ +#!/usr/bin/perl + +use MDK::Common; + +output 'help.msg', pack("C*", 0x0E, 0x80, 0x03, 0x00), +" + 0aWelcome to 09Mandrake Move0a help07 + +In most cases, the best way to get started is to simply press the 0e<Enter>07 key. +If you experience problems, you can add the following options on the command line : + + o 0fnoauto07 to disable automatic detection (generally used with 0fexpert07). + o 0fupdatemodules07 to use the special update floppy containing modules updates. + o 0fpatch07 to use a patch from the floppy (file named 09patch.pl07). + o 0fcleankey07 to remove previously saved system configuration files on the USB key. + o 0fvirtual_key=/dev/hda1,/key07 to use file 0f/key07 on device 0f/dev/hda107 as a + virtual key instead of a physical one (must be an existing file containing a valid FS). + +You can also pass some 0f<specific kernel options>07 to the Linux kernel. +For example, try 0flinux mem=128M07 if your system has 128Mb of RAM but we +don't detect the amount correctly. +0cNOTE07: You cannot pass options to modules (SCSI, ethernet card) or devices +such as CD-ROM drives in this way. If you need to do so, use expert mode. + +0c[F1-Help] [F2-Main]07\n"; |