mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
8
config/kernel/CVS/Entries
Normal file
8
config/kernel/CVS/Entries
Normal file
@@ -0,0 +1,8 @@
|
||||
/aboot.conf/1.1/Thu Feb 19 15:19:54 2004//TIPCOP_v1_4_0
|
||||
/install-message/1.3.2.1/Sat Feb 5 21:14:54 2005//TIPCOP_v1_4_0
|
||||
/kernel.config.alpha/1.5.2.21/Sat Jan 14 16:35:15 2006//TIPCOP_v1_4_0
|
||||
/kernel.config.i386/1.12.2.23/Sat Jan 14 16:35:15 2006//TIPCOP_v1_4_0
|
||||
/kernel.config.i386.installer/1.1.2.13/Sat Jan 14 16:35:15 2006//TIPCOP_v1_4_0
|
||||
/kernel.config.i386.smp/1.1.2.16/Sat Jan 14 16:35:15 2006//TIPCOP_v1_4_0
|
||||
/syslinux.cfg/1.4.2.4/Sat Feb 5 21:14:54 2005//TIPCOP_v1_4_0
|
||||
D
|
||||
1
config/kernel/CVS/Repository
Normal file
1
config/kernel/CVS/Repository
Normal file
@@ -0,0 +1 @@
|
||||
ipcop/config/kernel
|
||||
1
config/kernel/CVS/Root
Normal file
1
config/kernel/CVS/Root
Normal file
@@ -0,0 +1 @@
|
||||
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ipcop
|
||||
1
config/kernel/CVS/Tag
Normal file
1
config/kernel/CVS/Tag
Normal file
@@ -0,0 +1 @@
|
||||
TIPCOP_v1_4_0
|
||||
4
config/kernel/aboot.conf
Normal file
4
config/kernel/aboot.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
0:vmlinuz ide=nodma initrd=instroot.gz root=/dev/ram0 rw
|
||||
1:vmlinuz ide=nodma initrd=instroot.gz root=/dev/ram0 rw nopcmcia
|
||||
2:vmlinuz ide=nodma initrd=instroot.gz root=/dev/ram0 rw nousb
|
||||
3:vmlinuz ide=nodma initrd=instroot.gz root=/dev/ram0 rw nopcmcia nousb
|
||||
21
config/kernel/install-message
Normal file
21
config/kernel/install-message
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
Welcome to IPFire, Licensed under GNU GPL version 2.
|
||||
|
||||
PLEASE BEWARE! This installation process will kill all
|
||||
existing partitions on your PC or server. Please be aware
|
||||
of this before continuing this installation.
|
||||
|
||||
--------------------------------------------------
|
||||
---- ----
|
||||
---- ALL YOUR EXISTING DATA WILL BE DESTROYED ----
|
||||
---- ----
|
||||
--------------------------------------------------
|
||||
|
||||
Press RETURN to boot IPFire default installation.
|
||||
|
||||
Or, if you are having trouble you can try these options....
|
||||
Type: nopcmcia to disable PCMCIA detection
|
||||
nousb to disable USB detection
|
||||
nousborpcmcia to disable both PCMCIA & USB detection
|
||||
dma to enable ide dma (SiS chipset workaround)
|
||||
|
||||
1373
config/kernel/kernel.config.alpha
Normal file
1373
config/kernel/kernel.config.alpha
Normal file
File diff suppressed because it is too large
Load Diff
1493
config/kernel/kernel.config.i386
Normal file
1493
config/kernel/kernel.config.i386
Normal file
File diff suppressed because it is too large
Load Diff
1456
config/kernel/kernel.config.i386.installer
Normal file
1456
config/kernel/kernel.config.i386.installer
Normal file
File diff suppressed because it is too large
Load Diff
1474
config/kernel/kernel.config.i386.original
Normal file
1474
config/kernel/kernel.config.i386.original
Normal file
File diff suppressed because it is too large
Load Diff
1478
config/kernel/kernel.config.i386.smp
Normal file
1478
config/kernel/kernel.config.i386.smp
Normal file
File diff suppressed because it is too large
Load Diff
17
config/kernel/syslinux.cfg
Normal file
17
config/kernel/syslinux.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
TIMEOUT 5000
|
||||
DISPLAY message
|
||||
PROMPT 1
|
||||
DEFAULT vmlinuz
|
||||
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 rw
|
||||
LABEL nopcmcia
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 rw nopcmcia
|
||||
LABEL nousb
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 rw nousb
|
||||
LABEL nousborpcmcia
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 rw nousb nopcmcia
|
||||
LABEL dma
|
||||
KERNEL vmlinuz
|
||||
APPEND initrd=instroot.gz root=/dev/ram0 rw
|
||||
Reference in New Issue
Block a user