r2860 - in configs/webc/webconverger/config/templates/syslinux: . common en
daniel at alioth.debian.org
daniel at alioth.debian.org
Sun Sep 16 17:28:08 UTC 2007
Author: daniel
Date: 2007-09-16 17:28:08 +0000 (Sun, 16 Sep 2007)
New Revision: 2860
Added:
configs/webc/webconverger/config/templates/syslinux/common/
configs/webc/webconverger/config/templates/syslinux/common/boot.txt
configs/webc/webconverger/config/templates/syslinux/common/isolinux.cfg
configs/webc/webconverger/config/templates/syslinux/common/pxelinux.cfg
configs/webc/webconverger/config/templates/syslinux/common/splash.rle
configs/webc/webconverger/config/templates/syslinux/en/
configs/webc/webconverger/config/templates/syslinux/en/f1.txt
configs/webc/webconverger/config/templates/syslinux/en/f10.txt
configs/webc/webconverger/config/templates/syslinux/en/f2.txt
configs/webc/webconverger/config/templates/syslinux/en/f3.txt
configs/webc/webconverger/config/templates/syslinux/en/f4.txt
configs/webc/webconverger/config/templates/syslinux/en/f5.txt
configs/webc/webconverger/config/templates/syslinux/en/f6.txt
configs/webc/webconverger/config/templates/syslinux/en/f7.txt
configs/webc/webconverger/config/templates/syslinux/en/f8.txt
configs/webc/webconverger/config/templates/syslinux/en/f9.txt
Removed:
configs/webc/webconverger/config/templates/syslinux/boot.txt
configs/webc/webconverger/config/templates/syslinux/f1.txt
configs/webc/webconverger/config/templates/syslinux/f10.txt
configs/webc/webconverger/config/templates/syslinux/f2.txt
configs/webc/webconverger/config/templates/syslinux/f3.txt
configs/webc/webconverger/config/templates/syslinux/f4.txt
configs/webc/webconverger/config/templates/syslinux/f5.txt
configs/webc/webconverger/config/templates/syslinux/f6.txt
configs/webc/webconverger/config/templates/syslinux/f7.txt
configs/webc/webconverger/config/templates/syslinux/f8.txt
configs/webc/webconverger/config/templates/syslinux/f9.txt
configs/webc/webconverger/config/templates/syslinux/isolinux.cfg
configs/webc/webconverger/config/templates/syslinux/pxelinux.cfg
configs/webc/webconverger/config/templates/syslinux/splash.rle
Log:
Updating.
Deleted: configs/webc/webconverger/config/templates/syslinux/boot.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/boot.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/boot.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,2 +0,0 @@
-
-Press F1control and F then 1 for help, or ENTER to
Copied: configs/webc/webconverger/config/templates/syslinux/common/boot.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/boot.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/common/boot.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/common/boot.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,2 @@
+
+Press F1control and F then 1 for help, or ENTER to
Copied: configs/webc/webconverger/config/templates/syslinux/common/isolinux.cfg (from rev 2859, configs/webc/webconverger/config/templates/syslinux/isolinux.cfg)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/common/isolinux.cfg (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/common/isolinux.cfg 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,36 @@
+
+DISPLAY boot.txt
+
+F1 f1.txt
+F2 f2.txt
+F3 f3.txt
+F4 f4.txt
+F5 f5.txt
+F6 f6.txt
+F7 f7.txt
+F8 f8.txt
+F9 f9.txt
+F0 f10.txt
+
+DEFAULT live
+
+LINUX_LIVE
+
+LINUX_INSTALL
+
+MEMTEST
+
+#LABEL floppy
+# localboot 0x00
+
+#LABEL disk1
+# localboot 0x80
+
+#LABEL disk2
+# localboot 0x81
+
+#LABEL nextboot
+# localboot -1
+
+PROMPT 1
+TIMEOUT 10
Copied: configs/webc/webconverger/config/templates/syslinux/common/pxelinux.cfg (from rev 2859, configs/webc/webconverger/config/templates/syslinux/pxelinux.cfg)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/common/pxelinux.cfg (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/common/pxelinux.cfg 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,27 @@
+default live
+label live
+ kernel vmlinuz
+ append initrd=initrd.img boot=casper netboot nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
+label nfs
+ kernel vmlinuz
+ append initrd=initrd.img boot=casper netboot=nfs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
+label nfslegacy
+ kernel vmlinuz
+ append initrd=initrd.img boot=casper root=/dev/nfs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
+label cifs
+ kernel vmlinuz
+ append initrd=initrd.img boot=casper netboot=cifs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
+label cifslegacy
+ kernel vmlinuz
+ append initrd=initrd.img boot=casper root=/dev/cifs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
+label memtest
+ kernel memtest
+display pxelinux.cfg/isolinux.txt
+timeout 5
+prompt 1
+F1 pxelinux.cfg/f1.txt
+F3 pxelinux.cfg/f3.txt
+F4 pxelinux.cfg/f4.txt
+F8 pxelinux.cfg/f8.txt
+F9 pxelinux.cfg/f9.txt
+F0 pxelinux.cfg/f10.txt
Copied: configs/webc/webconverger/config/templates/syslinux/common/splash.rle (from rev 2859, configs/webc/webconverger/config/templates/syslinux/splash.rle)
===================================================================
(Binary files differ)
Copied: configs/webc/webconverger/config/templates/syslinux/en/f1.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f1.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f1.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f1.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,25 @@
+ 0fWelcome to Debian GNU/Linux!07 09F107
+
+This is a Debian Live CD-ROM.
+It was built on LIVE_DATE.
+
+0fHELP INDEX07
+
+0fKEY TOPIC07
+
+<09F107> This page, the help index.
+<09F207> Prerequisites for installing Debian.
+<09F307> Boot methods for special ways of using this CD-ROM
+<09F407> Additional boot methods; live and rescue modes.
+<09F507> Special boot parameters, overview.
+<09F607> Special boot parameters for special machines.
+<09F707> Special boot parameters for selected disk controllers.
+<09F807> Special boot parameters for the install system.
+<09F907> How to get help.
+<09F1007> Copyrights and warranties.
+
+For F1-F9 type control and F then the digit 1-9
+For F10 type control and F then the digit 0
+
+
+Press F2 through F10 for details, or ENTER to
Copied: configs/webc/webconverger/config/templates/syslinux/en/f10.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f10.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f10.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f10.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fCOPYRIGHTS AND WARRANTIES07 09F1007
+
+Debian GNU/Linux is Copyright (C) 1993-2007 Software in the Public Interest,
+and others.
+
+The Debian GNU/Linux system is freely redistributable. After installation,
+the exact distribution terms for each package are described in the
+corresponding file /usr/share/doc/0bpackagename07/copyright.
+
+Debian GNU/Linux comes with 0fABSOLUTELY NO WARRANTY07, to the extent
+permitted by applicable law.
+
+---
+
+This Debian Live system was built with live-helper, version LIVE_VERSION.
+
+More information about the Debian Live project can be found at
+<http://debian-live.alioth.debian.org/>.
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to
Copied: configs/webc/webconverger/config/templates/syslinux/en/f2.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f2.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f2.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f2.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fPREREQUISITES FOR INSTALLING DEBIAN07 09F207
+
+You must have at least 32 megabytes of RAM to use this Debian installer.
+
+You should have space on your hard disk to create a new disk partition
+of at least 256 megabytes to install the base system. You'll need more
+disk space to install additional packages, depending on what you wish
+to do with your new Debian system.
+
+See the Installation Manual or the FAQ for more information; both
+documents are available at the Debian web site, 0fhttp://www.debian.org/07
+
+Thank you for choosing Debian!
+
+
+
+
+
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Copied: configs/webc/webconverger/config/templates/syslinux/en/f3.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f3.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f3.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f3.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fBOOT METHODS07 09F307
+
+
+0fAvailable boot methods:07
+
+0finstall07
+ Start the installation.
+0finstallgui07
+ Start the installation using the graphical installer.
+0fexpert07
+ Start the installation in expert mode, for maximum control.
+0fexpertgui07
+ Start the installation in expert mode using the graphical installer.
+
+To use one of these boot methods, type it at the prompt, optionally
+followed by any boot parameters. For example:
+
+ boot: install acpi=off
+
+If unsure, you should use the default boot method, with no special
+parameters, by simply pressing enter at the boot prompt.
+
+Press F1control and F then 1 for the help index, or ENTER to
Copied: configs/webc/webconverger/config/templates/syslinux/en/f4.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f4.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f4.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f4.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fLIVE AND RESCUE MODES07 09F407
+
+
+0fUse one of these boot methods to start the live system07
+
+0flive07
+ Start the live system in standard mode -- this is the default.
+0flive-failsafe07
+ Start the live system in failsafe mode.
+
+0fUse one of these boot methods to rescue an existing install07
+
+0frescue07
+ Boot into rescue mode.
+0frescuegui07
+ Boot into rescue mode using the graphical installer.
+
+0fmemtest07
+ Run memtest86+ (memory tester).
+0ffloppy07, 0fdisk107 or 0fdisk207
+ Boot from the floppy, first or second hard disk.
+
+Press F1control and F then 1 for the help index, or ENTER to
Copied: configs/webc/webconverger/config/templates/syslinux/en/f5.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f5.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f5.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f5.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fSPECIAL BOOT PARAMETERS - OVERVIEW07 09F507
+
+On a few systems, you may need to specify a parameter at the 0fboot:07
+prompt in order to boot the system. For example, Linux may not be able
+to autodetect your hardware, and you may need to explicitly specify
+its location or type for it to be recognized.
+
+For more information about what boot parameters you can use, press:
+
+ <09F607> -- boot parameters for special machines
+ <09F707> -- boot parameters for various disk controllers
+ <09F807> -- boot parameters understood by the install system
+
+Note that to specify a parameter for a particular kernel module, use the form
+module.param=value, for example: libata.atapi_enabled=1
+
+
+
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Copied: configs/webc/webconverger/config/templates/syslinux/en/f6.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f6.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f6.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f6.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fSPECIAL BOOT PARAMETERS - VARIOUS HARDWARE07 09F607
+
+You can use the following boot parameters at the 0fboot:07 prompt,
+in combination with the boot method (see <09F307>).
+If you use hex numbers you have to use the 0x prefix (e.g., 0x300).
+0f
+HARDWARE PARAMETER TO SPECIFY07
+IBM PS/1 or ValuePoint (IDE disk) 0fhd=0bcylinders0f,0bheads0f,0bsectors07
+Some IBM ThinkPads 0ffloppy.floppy=thinkpad07
+IBM Pentium Microchannel 0fmca-pentium no-hlt07
+Protect I/O port regions 0freserve=0biobase0f,0bextent07[0f,0b...07]
+Workaround faulty FPU (old machines) 0fno38707
+Laptops with screen display problems 0fvga=77107
+Use first serial port at 9600 baud 0fconsole=ttyS0,9600n807
+Force use of generic IDE driver 0fgeneric.all_generic_ide=107
+
+If you experience lockups or other hardware failures,
+disable buggy APIC interrupt routing 0fnoapic nolapic07
+
+For example:
+ boot: install vga=771 noapic nolapic
+
+Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Copied: configs/webc/webconverger/config/templates/syslinux/en/f7.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f7.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f7.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f7.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fSPECIAL BOOT PARAMETERS - VARIOUS DISK DRIVES07 09F707
+
+You can use the following boot parameters at the 0fboot:07 prompt,
+in combination with the boot method (see <09F307>).
+0f
+HARDWARE PARAMETER TO SPECIFY07
+Adaptec 151x, 152x 0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]]
+Adaptec 1542 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]]
+Adaptec 274x, 284x 0faic7xxx.aic7xxx=no_reset07 (enabled if non-zero)
+BusLogic SCSI Hosts 0fBusLogic.BusLogic=0biobase07
+Certain DELL machines 0faic7xxx.aic7xxx=no_probe07
+
+This list is incomplete, see the kernel's kernel-parameters.txt file
+for more.
+
+
+
+
+For example:
+
+ boot: install aic7xxx.aic7xxx=no_probe
+
+Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Copied: configs/webc/webconverger/config/templates/syslinux/en/f8.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f8.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f8.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f8.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fSPECIAL BOOT PARAMETERS - INSTALLATION SYSTEM07 09F807
+
+You can use the following boot parameters at the 0fboot:07 prompt,
+in combination with the boot method (see <09F307>). These parameters
+control how the installer works.
+0f
+RESULT PARAMETER07
+Verbose debugging 0fDEBCONF_DEBUG=507
+Debug boot sequence 0fBOOT_DEBUG=2|307
+Disable framebuffer 0ffb=false07
+Don't probe for USB 0fdebian-installer/probe/usb=false07
+Don't start PCMCIA 0fhw-detect/start_pcmcia=false07
+Force static network config 0fnetcfg/disable_dhcp=true07
+Set keyboard map 0fbootkbd=es07
+Use Braille tty 0fbrltty=driver,device,texttable07
+Use high contrast accessibility theme 0ftheme=dark07
+Use special tasks 0ftasks="kde-desktop, standard"07
+
+For example:
+
+ boot: install fb=false
+
+Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Copied: configs/webc/webconverger/config/templates/syslinux/en/f9.txt (from rev 2859, configs/webc/webconverger/config/templates/syslinux/f9.txt)
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/en/f9.txt (rev 0)
+++ configs/webc/webconverger/config/templates/syslinux/en/f9.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -0,0 +1,23 @@
+0fGETTING HELP07 09F907
+
+If you can't install Debian, don't despair! The Debian team is ready to
+help you! We are especially interested in hearing about installation
+problems, because in general they don't happen to only 0fone07 person.
+We've either already heard about your particular problem and can dispense a
+quick fix, or we would like to hear about it and work through it with you,
+and the next user who comes up with the same problem will profit from your
+experience!
+
+See the Installation Manual or the FAQ for more information; both
+documents are available at the Debian web site, 0fhttp://www.debian.org/07
+
+
+
+
+
+
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Deleted: configs/webc/webconverger/config/templates/syslinux/f1.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f1.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f1.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,25 +0,0 @@
- 0fWelcome to Debian GNU/Linux!07 09F107
-
-This is a Debian Live CD-ROM.
-It was built on LIVE_DATE.
-
-0fHELP INDEX07
-
-0fKEY TOPIC07
-
-<09F107> This page, the help index.
-<09F207> Prerequisites for installing Debian.
-<09F307> Boot methods for special ways of using this CD-ROM
-<09F407> Additional boot methods; live and rescue modes.
-<09F507> Special boot parameters, overview.
-<09F607> Special boot parameters for special machines.
-<09F707> Special boot parameters for selected disk controllers.
-<09F807> Special boot parameters for the install system.
-<09F907> How to get help.
-<09F1007> Copyrights and warranties.
-
-For F1-F9 type control and F then the digit 1-9
-For F10 type control and F then the digit 0
-
-
-Press F2 through F10 for details, or ENTER to
Deleted: configs/webc/webconverger/config/templates/syslinux/f10.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f10.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f10.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fCOPYRIGHTS AND WARRANTIES07 09F1007
-
-Debian GNU/Linux is Copyright (C) 1993-2007 Software in the Public Interest,
-and others.
-
-The Debian GNU/Linux system is freely redistributable. After installation,
-the exact distribution terms for each package are described in the
-corresponding file /usr/share/doc/0bpackagename07/copyright.
-
-Debian GNU/Linux comes with 0fABSOLUTELY NO WARRANTY07, to the extent
-permitted by applicable law.
-
----
-
-This Debian Live system was built with live-helper, version LIVE_VERSION.
-
-More information about the Debian Live project can be found at
-<http://debian-live.alioth.debian.org/>.
-
-
-
-
-Press F1control and F then 1 for the help index, or ENTER to
Deleted: configs/webc/webconverger/config/templates/syslinux/f2.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f2.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f2.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fPREREQUISITES FOR INSTALLING DEBIAN07 09F207
-
-You must have at least 32 megabytes of RAM to use this Debian installer.
-
-You should have space on your hard disk to create a new disk partition
-of at least 256 megabytes to install the base system. You'll need more
-disk space to install additional packages, depending on what you wish
-to do with your new Debian system.
-
-See the Installation Manual or the FAQ for more information; both
-documents are available at the Debian web site, 0fhttp://www.debian.org/07
-
-Thank you for choosing Debian!
-
-
-
-
-
-
-
-
-
-Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Deleted: configs/webc/webconverger/config/templates/syslinux/f3.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f3.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f3.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fBOOT METHODS07 09F307
-
-
-0fAvailable boot methods:07
-
-0finstall07
- Start the installation.
-0finstallgui07
- Start the installation using the graphical installer.
-0fexpert07
- Start the installation in expert mode, for maximum control.
-0fexpertgui07
- Start the installation in expert mode using the graphical installer.
-
-To use one of these boot methods, type it at the prompt, optionally
-followed by any boot parameters. For example:
-
- boot: install acpi=off
-
-If unsure, you should use the default boot method, with no special
-parameters, by simply pressing enter at the boot prompt.
-
-Press F1control and F then 1 for the help index, or ENTER to
Deleted: configs/webc/webconverger/config/templates/syslinux/f4.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f4.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f4.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fLIVE AND RESCUE MODES07 09F407
-
-
-0fUse one of these boot methods to start the live system07
-
-0flive07
- Start the live system in standard mode -- this is the default.
-0flive-failsafe07
- Start the live system in failsafe mode.
-
-0fUse one of these boot methods to rescue an existing install07
-
-0frescue07
- Boot into rescue mode.
-0frescuegui07
- Boot into rescue mode using the graphical installer.
-
-0fmemtest07
- Run memtest86+ (memory tester).
-0ffloppy07, 0fdisk107 or 0fdisk207
- Boot from the floppy, first or second hard disk.
-
-Press F1control and F then 1 for the help index, or ENTER to
Deleted: configs/webc/webconverger/config/templates/syslinux/f5.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f5.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f5.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fSPECIAL BOOT PARAMETERS - OVERVIEW07 09F507
-
-On a few systems, you may need to specify a parameter at the 0fboot:07
-prompt in order to boot the system. For example, Linux may not be able
-to autodetect your hardware, and you may need to explicitly specify
-its location or type for it to be recognized.
-
-For more information about what boot parameters you can use, press:
-
- <09F607> -- boot parameters for special machines
- <09F707> -- boot parameters for various disk controllers
- <09F807> -- boot parameters understood by the install system
-
-Note that to specify a parameter for a particular kernel module, use the form
-module.param=value, for example: libata.atapi_enabled=1
-
-
-
-
-
-
-
-Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Deleted: configs/webc/webconverger/config/templates/syslinux/f6.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f6.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f6.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fSPECIAL BOOT PARAMETERS - VARIOUS HARDWARE07 09F607
-
-You can use the following boot parameters at the 0fboot:07 prompt,
-in combination with the boot method (see <09F307>).
-If you use hex numbers you have to use the 0x prefix (e.g., 0x300).
-0f
-HARDWARE PARAMETER TO SPECIFY07
-IBM PS/1 or ValuePoint (IDE disk) 0fhd=0bcylinders0f,0bheads0f,0bsectors07
-Some IBM ThinkPads 0ffloppy.floppy=thinkpad07
-IBM Pentium Microchannel 0fmca-pentium no-hlt07
-Protect I/O port regions 0freserve=0biobase0f,0bextent07[0f,0b...07]
-Workaround faulty FPU (old machines) 0fno38707
-Laptops with screen display problems 0fvga=77107
-Use first serial port at 9600 baud 0fconsole=ttyS0,9600n807
-Force use of generic IDE driver 0fgeneric.all_generic_ide=107
-
-If you experience lockups or other hardware failures,
-disable buggy APIC interrupt routing 0fnoapic nolapic07
-
-For example:
- boot: install vga=771 noapic nolapic
-
-Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Deleted: configs/webc/webconverger/config/templates/syslinux/f7.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f7.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f7.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fSPECIAL BOOT PARAMETERS - VARIOUS DISK DRIVES07 09F707
-
-You can use the following boot parameters at the 0fboot:07 prompt,
-in combination with the boot method (see <09F307>).
-0f
-HARDWARE PARAMETER TO SPECIFY07
-Adaptec 151x, 152x 0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]]
-Adaptec 1542 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]]
-Adaptec 274x, 284x 0faic7xxx.aic7xxx=no_reset07 (enabled if non-zero)
-BusLogic SCSI Hosts 0fBusLogic.BusLogic=0biobase07
-Certain DELL machines 0faic7xxx.aic7xxx=no_probe07
-
-This list is incomplete, see the kernel's kernel-parameters.txt file
-for more.
-
-
-
-
-For example:
-
- boot: install aic7xxx.aic7xxx=no_probe
-
-Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Deleted: configs/webc/webconverger/config/templates/syslinux/f8.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f8.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f8.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fSPECIAL BOOT PARAMETERS - INSTALLATION SYSTEM07 09F807
-
-You can use the following boot parameters at the 0fboot:07 prompt,
-in combination with the boot method (see <09F307>). These parameters
-control how the installer works.
-0f
-RESULT PARAMETER07
-Verbose debugging 0fDEBCONF_DEBUG=507
-Debug boot sequence 0fBOOT_DEBUG=2|307
-Disable framebuffer 0ffb=false07
-Don't probe for USB 0fdebian-installer/probe/usb=false07
-Don't start PCMCIA 0fhw-detect/start_pcmcia=false07
-Force static network config 0fnetcfg/disable_dhcp=true07
-Set keyboard map 0fbootkbd=es07
-Use Braille tty 0fbrltty=driver,device,texttable07
-Use high contrast accessibility theme 0ftheme=dark07
-Use special tasks 0ftasks="kde-desktop, standard"07
-
-For example:
-
- boot: install fb=false
-
-Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Deleted: configs/webc/webconverger/config/templates/syslinux/f9.txt
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/f9.txt 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/f9.txt 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,23 +0,0 @@
-0fGETTING HELP07 09F907
-
-If you can't install Debian, don't despair! The Debian team is ready to
-help you! We are especially interested in hearing about installation
-problems, because in general they don't happen to only 0fone07 person.
-We've either already heard about your particular problem and can dispense a
-quick fix, or we would like to hear about it and work through it with you,
-and the next user who comes up with the same problem will profit from your
-experience!
-
-See the Installation Manual or the FAQ for more information; both
-documents are available at the Debian web site, 0fhttp://www.debian.org/07
-
-
-
-
-
-
-
-
-
-
-Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file
Deleted: configs/webc/webconverger/config/templates/syslinux/isolinux.cfg
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/isolinux.cfg 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/isolinux.cfg 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,36 +0,0 @@
-
-DISPLAY boot.txt
-
-F1 f1.txt
-F2 f2.txt
-F3 f3.txt
-F4 f4.txt
-F5 f5.txt
-F6 f6.txt
-F7 f7.txt
-F8 f8.txt
-F9 f9.txt
-F0 f10.txt
-
-DEFAULT live
-
-LINUX_LIVE
-
-LINUX_INSTALL
-
-MEMTEST
-
-#LABEL floppy
-# localboot 0x00
-
-#LABEL disk1
-# localboot 0x80
-
-#LABEL disk2
-# localboot 0x81
-
-#LABEL nextboot
-# localboot -1
-
-PROMPT 1
-TIMEOUT 10
Deleted: configs/webc/webconverger/config/templates/syslinux/pxelinux.cfg
===================================================================
--- configs/webc/webconverger/config/templates/syslinux/pxelinux.cfg 2007-09-16 17:18:18 UTC (rev 2859)
+++ configs/webc/webconverger/config/templates/syslinux/pxelinux.cfg 2007-09-16 17:28:08 UTC (rev 2860)
@@ -1,27 +0,0 @@
-default live
-label live
- kernel vmlinuz
- append initrd=initrd.img boot=casper netboot nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
-label nfs
- kernel vmlinuz
- append initrd=initrd.img boot=casper netboot=nfs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
-label nfslegacy
- kernel vmlinuz
- append initrd=initrd.img boot=casper root=/dev/nfs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
-label cifs
- kernel vmlinuz
- append initrd=initrd.img boot=casper netboot=cifs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
-label cifslegacy
- kernel vmlinuz
- append initrd=initrd.img boot=casper root=/dev/cifs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
-label memtest
- kernel memtest
-display pxelinux.cfg/isolinux.txt
-timeout 5
-prompt 1
-F1 pxelinux.cfg/f1.txt
-F3 pxelinux.cfg/f3.txt
-F4 pxelinux.cfg/f4.txt
-F8 pxelinux.cfg/f8.txt
-F9 pxelinux.cfg/f9.txt
-F0 pxelinux.cfg/f10.txt
Deleted: configs/webc/webconverger/config/templates/syslinux/splash.rle
===================================================================
(Binary files differ)
More information about the debian-live-changes
mailing list