summaryrefslogtreecommitdiffstats
path: root/move/isolinux/make.pl
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-27 23:07:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-27 23:07:20 +0000
commitd4c0b1e0c9e8b9404c972974313b1fd1bb4949e9 (patch)
treea378b5e1fe365b34e1773ab1a937fa7f18db6c59 /move/isolinux/make.pl
parentcddf7fee3ba4d993a689a28069ffdbe1beed970f (diff)
downloaddrakx-backup-do-not-use-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.tar
drakx-backup-do-not-use-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.tar.gz
drakx-backup-do-not-use-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.tar.bz2
drakx-backup-do-not-use-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.tar.xz
drakx-backup-do-not-use-d4c0b1e0c9e8b9404c972974313b1fd1bb4949e9.zip
some isolinux stuff
Diffstat (limited to 'move/isolinux/make.pl')
-rw-r--r--move/isolinux/make.pl25
1 files changed, 25 insertions, 0 deletions
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";