From ced1ffcebee246fd51572566f1b4f08e6b981c23 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Wed, 15 Jun 2005 10:21:34 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V10_3_0_24mdk'. --- move/isolinux/.cvsignore | 4 ---- move/isolinux/help.msg | Bin 1361 -> 0 bytes move/isolinux/isolinux.cfg | 14 -------------- move/isolinux/make.pl | 29 ----------------------------- 4 files changed, 47 deletions(-) delete mode 100644 move/isolinux/.cvsignore delete mode 100644 move/isolinux/help.msg delete mode 100644 move/isolinux/isolinux.cfg delete mode 100644 move/isolinux/make.pl (limited to 'move/isolinux') diff --git a/move/isolinux/.cvsignore b/move/isolinux/.cvsignore deleted file mode 100644 index a7edff342..000000000 --- a/move/isolinux/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -boot.msg -all.rdz -isolinux.bin -vmlinuz diff --git a/move/isolinux/help.msg b/move/isolinux/help.msg deleted file mode 100644 index 3f89e4f11..000000000 Binary files a/move/isolinux/help.msg and /dev/null differ diff --git a/move/isolinux/isolinux.cfg b/move/isolinux/isolinux.cfg deleted file mode 100644 index 1b734525d..000000000 --- a/move/isolinux/isolinux.cfg +++ /dev/null @@ -1,14 +0,0 @@ -default linux -prompt 1 -timeout 150 -display boot.msg -F1 help.msg -F2 boot.msg - -label linux - kernel vmlinuz - append initrd=all.rdz acpi=ht quiet devfs=nomount automatic=method:cdrom - -label acpi - kernel vmlinuz - append initrd=all.rdz quiet devfs=nomount automatic=method:cdrom diff --git a/move/isolinux/make.pl b/move/isolinux/make.pl deleted file mode 100644 index 4a946fd98..000000000 --- a/move/isolinux/make.pl +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/perl - -use MDK::Common; - -output 'help.msg', pack("C*", 0x0E, 0x80, 0x03, 0x00), -" - 0aWelcome to 09Move0a help07 - -In most cases, the best way to get started is to simply press the 0e07 key. -If you experience problems, you can try to add 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 config files from the USB key. - o 0fformatkey07 to format the USB key (ie: erase all data) - o 0fwaitkey07 to wait 15 more seconds at boot time while detecting the USB key, - that might be useful for some keys for which detection doesn't work nicely - o 0fvirtual_key=09/dev/hda10f,09/key07 to use file 09/key07 on device 09/dev/hda107 as a - virtual key instead of a physical one (must be an existing file containing - a valid filesystem - e.g. a loopback). - -You can also pass some 0f07 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"; -- cgit v1.2.1