git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

This commit is contained in:
ipfire
2006-02-15 21:15:54 +00:00
parent 6d63f4c4b3
commit cd1a292722
1206 changed files with 185026 additions and 0 deletions

View 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

View File

@@ -0,0 +1 @@
ipcop/config/kernel

1
config/kernel/CVS/Root Normal file
View File

@@ -0,0 +1 @@
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ipcop

1
config/kernel/CVS/Tag Normal file
View File

@@ -0,0 +1 @@
TIPCOP_v1_4_0

4
config/kernel/aboot.conf Normal file
View 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

View 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)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View 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