mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Geaendert:
* Kernel-Multicast entfernt. * MC-Downgrade. * Etherwake gefixt. * Shutdown-Balken umgekehrt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@216 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -8,14 +8,9 @@ title IPFire (1024x768)
|
||||
kernel /vmlinuz root=ROOT panic=10 acpi=off vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire (800x600)
|
||||
title IPFire (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 acpi=off vga=788 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire (text)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 acpi=off ro
|
||||
kernel /vmlinuz root=ROOT panic=10 acpi=off vga=785 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire SMP (1024x768)
|
||||
@@ -23,14 +18,9 @@ title IPFire SMP (1024x768)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire SMP (800x600)
|
||||
title IPFire SMP (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=788 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire SMP (text)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off ro
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=785 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire (ACPI enabled) (1024x768)
|
||||
@@ -38,14 +28,9 @@ title IPFire (ACPI enabled) (1024x768)
|
||||
kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire (ACPI enabled) (800x600)
|
||||
title IPFire (ACPI enabled) (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 vga=788 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire (ACPI enabled) (text)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 ro
|
||||
kernel /vmlinuz root=ROOT panic=10 vga=785 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (1024x768)
|
||||
@@ -53,13 +38,8 @@ title IPFire SMP (ACPI HT enabled) (1024x768)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (800x600)
|
||||
title IPFire SMP (ACPI HT enabled) (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=788 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (text)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=785 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
|
||||
@@ -8,14 +8,9 @@ title IPFire (1024x768)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
title IPFire (800x600)
|
||||
title IPFire (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=788 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
title IPFire (text)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off rw
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=785 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
title IPFire SMP (1024x768)
|
||||
@@ -23,14 +18,9 @@ title IPFire SMP (1024x768)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
title IPFire SMP (800x600)
|
||||
title IPFire SMP (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=788 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
title IPFire SMP (text)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off rw
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=785 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
title IPFire (ACPI enabled) (1024x768)
|
||||
@@ -38,14 +28,9 @@ title IPFire (ACPI enabled) (1024x768)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=791 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
title IPFire (ACPI enabled) (800x600)
|
||||
title IPFire (ACPI enabled) (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=788 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
title IPFire (ACPI enabled) (text)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc rw
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=785 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (1024x768)
|
||||
@@ -53,13 +38,8 @@ title IPFire SMP (ACPI HT enabled) (1024x768)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=791 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (800x600)
|
||||
title IPFire SMP (ACPI HT enabled) (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=788 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (text)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht rw
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=785 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
|
||||
@@ -216,7 +216,7 @@ CONFIG_NETFILTER=y
|
||||
CONFIG_FILTER=y
|
||||
CONFIG_UNIX=y
|
||||
CONFIG_INET=y
|
||||
CONFIG_IP_MULTICAST=y
|
||||
# CONFIG_IP_MULTICAST is not set
|
||||
CONFIG_IP_ADVANCED_ROUTER=y
|
||||
CONFIG_IP_MULTIPLE_TABLES=y
|
||||
# CONFIG_IP_ROUTE_FWMARK is not set
|
||||
@@ -225,11 +225,8 @@ CONFIG_IP_ROUTE_MULTIPATH=y
|
||||
CONFIG_IP_ROUTE_TOS=y
|
||||
CONFIG_IP_ROUTE_VERBOSE=y
|
||||
# CONFIG_IP_PNP is not set
|
||||
CONFIG_NET_IPIP=y
|
||||
# CONFIG_NET_IPIP is not set
|
||||
# CONFIG_NET_IPGRE is not set
|
||||
CONFIG_IP_MROUTE=y
|
||||
# CONFIG_IP_PIMSM_V1 is not set
|
||||
# CONFIG_IP_PIMSM_V2 is not set
|
||||
# CONFIG_ARPD is not set
|
||||
# CONFIG_INET_ECN is not set
|
||||
CONFIG_SYN_COOKIES=y
|
||||
|
||||
@@ -205,7 +205,7 @@ CONFIG_NETFILTER=y
|
||||
CONFIG_FILTER=y
|
||||
CONFIG_UNIX=y
|
||||
CONFIG_INET=y
|
||||
CONFIG_IP_MULTICAST=y
|
||||
# CONFIG_IP_MULTICAST is not set
|
||||
CONFIG_IP_ADVANCED_ROUTER=y
|
||||
CONFIG_IP_MULTIPLE_TABLES=y
|
||||
# CONFIG_IP_ROUTE_FWMARK is not set
|
||||
@@ -214,11 +214,8 @@ CONFIG_IP_ROUTE_MULTIPATH=y
|
||||
CONFIG_IP_ROUTE_TOS=y
|
||||
CONFIG_IP_ROUTE_VERBOSE=y
|
||||
# CONFIG_IP_PNP is not set
|
||||
CONFIG_NET_IPIP=y
|
||||
# CONFIG_NET_IPIP is not set
|
||||
# CONFIG_NET_IPGRE is not set
|
||||
CONFIG_IP_MROUTE=y
|
||||
# CONFIG_IP_PIMSM_V1 is not set
|
||||
# CONFIG_IP_PIMSM_V2 is not set
|
||||
# CONFIG_ARPD is not set
|
||||
# CONFIG_INET_ECN is not set
|
||||
CONFIG_SYN_COOKIES=y
|
||||
|
||||
Reference in New Issue
Block a user