mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Kernel angepasst.
Bootprozess bearbeitet. Console vorlaeufig auf Deutsch eingestellt bis das Setup geht. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@358 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1,33 +1,42 @@
|
||||
# do not bell on tab-completion
|
||||
#set bell-style none
|
||||
# Begin /etc/inputrc
|
||||
|
||||
set meta-flag on
|
||||
set input-meta on
|
||||
set convert-meta off
|
||||
set output-meta on
|
||||
# Allow the command prompt to wrap to the next line
|
||||
set horizontal-scroll-mode Off
|
||||
|
||||
$if mode=emacs
|
||||
# Enable 8bit input
|
||||
set meta-flag On
|
||||
set input-meta On
|
||||
|
||||
# for linux console and RH/Debian xterm
|
||||
# Turns off 8th bit stripping
|
||||
set convert-meta Off
|
||||
|
||||
# Keep the 8th bit for display
|
||||
set output-meta On
|
||||
|
||||
# none, visible or audible
|
||||
set bell-style none
|
||||
|
||||
# All of the following map the escape sequence of the
|
||||
# value contained inside the 1st argument to the
|
||||
# readline specific functions
|
||||
|
||||
"\eOd": backward-word
|
||||
"\eOc": forward-word
|
||||
|
||||
# for linux console
|
||||
"\e[1~": beginning-of-line
|
||||
"\e[4~": end-of-line
|
||||
"\e[5~": beginning-of-history
|
||||
"\e[6~": end-of-history
|
||||
"\e[3~": delete-char
|
||||
"\e[2~": quoted-insert
|
||||
"\e[5C": forward-word
|
||||
"\e[5D": backward-word
|
||||
"\e\e[C": forward-word
|
||||
"\e\e[D": backward-word
|
||||
|
||||
# for rxvt
|
||||
"\e[8~": end-of-line
|
||||
|
||||
# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
|
||||
# for xterm
|
||||
"\eOH": beginning-of-line
|
||||
"\eOF": end-of-line
|
||||
|
||||
# for freebsd console
|
||||
# for Konsole
|
||||
"\e[H": beginning-of-line
|
||||
"\e[F": end-of-line
|
||||
$endif
|
||||
|
||||
# End /etc/inputrc
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux kernel version: 2.6.16
|
||||
# Wed Nov 15 12:49:42 2006
|
||||
# Tue Nov 28 17:01:09 2006
|
||||
#
|
||||
CONFIG_X86_32=y
|
||||
CONFIG_SEMAPHORE_SLEEPERS=y
|
||||
@@ -999,7 +999,7 @@ CONFIG_B44=m
|
||||
CONFIG_FORCEDETH=m
|
||||
CONFIG_CS89x0=m
|
||||
CONFIG_DGRS=m
|
||||
# CONFIG_EEPRO100 is not set
|
||||
CONFIG_EEPRO100=m
|
||||
CONFIG_E100=m
|
||||
CONFIG_LNE390=m
|
||||
CONFIG_FEALNX=m
|
||||
@@ -1016,10 +1016,10 @@ CONFIG_8139TOO_8129=y
|
||||
CONFIG_SIS900=m
|
||||
CONFIG_EPIC100=m
|
||||
CONFIG_SUNDANCE=m
|
||||
# CONFIG_SUNDANCE_MMIO is not set
|
||||
CONFIG_SUNDANCE_MMIO=y
|
||||
CONFIG_TLAN=m
|
||||
CONFIG_VIA_RHINE=m
|
||||
# CONFIG_VIA_RHINE_MMIO is not set
|
||||
CONFIG_VIA_RHINE_MMIO=y
|
||||
|
||||
#
|
||||
# Ethernet (1000 Mbit)
|
||||
@@ -1494,9 +1494,9 @@ CONFIG_SENSORS_HDAPS=m
|
||||
# Graphics support
|
||||
#
|
||||
CONFIG_FB=y
|
||||
# CONFIG_FB_CFB_FILLRECT is not set
|
||||
# CONFIG_FB_CFB_COPYAREA is not set
|
||||
# CONFIG_FB_CFB_IMAGEBLIT is not set
|
||||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_FB_CFB_COPYAREA=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
# CONFIG_FB_MACMODES is not set
|
||||
# CONFIG_FB_MODE_HELPERS is not set
|
||||
# CONFIG_FB_TILEBLITTING is not set
|
||||
@@ -1507,7 +1507,7 @@ CONFIG_FB=y
|
||||
# CONFIG_FB_ASILIANT is not set
|
||||
# CONFIG_FB_IMSTT is not set
|
||||
# CONFIG_FB_VGA16 is not set
|
||||
# CONFIG_FB_VESA is not set
|
||||
CONFIG_FB_VESA=y
|
||||
CONFIG_VIDEO_SELECT=y
|
||||
# CONFIG_FB_HGA is not set
|
||||
# CONFIG_FB_S1D13XXX is not set
|
||||
@@ -1537,7 +1537,7 @@ CONFIG_VIDEO_SELECT=y
|
||||
CONFIG_VGA_CONSOLE=y
|
||||
# CONFIG_MDA_CONSOLE is not set
|
||||
CONFIG_DUMMY_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=m
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
||||
# CONFIG_FONTS is not set
|
||||
CONFIG_FONT_8x8=y
|
||||
@@ -1546,12 +1546,16 @@ CONFIG_FONT_8x16=y
|
||||
#
|
||||
# Logo configuration
|
||||
#
|
||||
# CONFIG_LOGO is not set
|
||||
CONFIG_LOGO=y
|
||||
CONFIG_LOGO_LINUX_MONO=y
|
||||
CONFIG_LOGO_LINUX_VGA16=y
|
||||
CONFIG_LOGO_LINUX_CLUT224=y
|
||||
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||
|
||||
#
|
||||
# Bootsplash configuration
|
||||
#
|
||||
# CONFIG_BOOTSPLASH is not set
|
||||
|
||||
#
|
||||
# Sound
|
||||
@@ -1975,7 +1979,7 @@ CONFIG_CRYPTO_MICHAEL_MIC=m
|
||||
#
|
||||
CONFIG_CRC_CCITT=m
|
||||
CONFIG_CRC16=m
|
||||
CONFIG_CRC32=m
|
||||
CONFIG_CRC32=y
|
||||
# CONFIG_LIBCRC32C is not set
|
||||
CONFIG_ZLIB_INFLATE=y
|
||||
CONFIG_ZLIB_DEFLATE=y
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux kernel version: 2.6.16
|
||||
# Wed Nov 15 12:49:54 2006
|
||||
# Tue Nov 28 17:01:34 2006
|
||||
#
|
||||
CONFIG_X86_32=y
|
||||
CONFIG_SEMAPHORE_SLEEPERS=y
|
||||
@@ -999,7 +999,7 @@ CONFIG_B44=m
|
||||
CONFIG_FORCEDETH=m
|
||||
CONFIG_CS89x0=m
|
||||
CONFIG_DGRS=m
|
||||
# CONFIG_EEPRO100 is not set
|
||||
CONFIG_EEPRO100=m
|
||||
CONFIG_E100=m
|
||||
CONFIG_LNE390=m
|
||||
CONFIG_FEALNX=m
|
||||
@@ -1016,10 +1016,10 @@ CONFIG_8139TOO_8129=y
|
||||
CONFIG_SIS900=m
|
||||
CONFIG_EPIC100=m
|
||||
CONFIG_SUNDANCE=m
|
||||
# CONFIG_SUNDANCE_MMIO is not set
|
||||
CONFIG_SUNDANCE_MMIO=y
|
||||
CONFIG_TLAN=m
|
||||
CONFIG_VIA_RHINE=m
|
||||
# CONFIG_VIA_RHINE_MMIO is not set
|
||||
CONFIG_VIA_RHINE_MMIO=y
|
||||
|
||||
#
|
||||
# Ethernet (1000 Mbit)
|
||||
@@ -1489,9 +1489,9 @@ CONFIG_SENSORS_HDAPS=m
|
||||
# Graphics support
|
||||
#
|
||||
CONFIG_FB=y
|
||||
# CONFIG_FB_CFB_FILLRECT is not set
|
||||
# CONFIG_FB_CFB_COPYAREA is not set
|
||||
# CONFIG_FB_CFB_IMAGEBLIT is not set
|
||||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_FB_CFB_COPYAREA=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
# CONFIG_FB_MACMODES is not set
|
||||
# CONFIG_FB_MODE_HELPERS is not set
|
||||
# CONFIG_FB_TILEBLITTING is not set
|
||||
@@ -1502,7 +1502,7 @@ CONFIG_FB=y
|
||||
# CONFIG_FB_ASILIANT is not set
|
||||
# CONFIG_FB_IMSTT is not set
|
||||
# CONFIG_FB_VGA16 is not set
|
||||
# CONFIG_FB_VESA is not set
|
||||
CONFIG_FB_VESA=y
|
||||
CONFIG_VIDEO_SELECT=y
|
||||
# CONFIG_FB_HGA is not set
|
||||
# CONFIG_FB_S1D13XXX is not set
|
||||
@@ -1532,7 +1532,7 @@ CONFIG_VIDEO_SELECT=y
|
||||
CONFIG_VGA_CONSOLE=y
|
||||
# CONFIG_MDA_CONSOLE is not set
|
||||
CONFIG_DUMMY_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=m
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
||||
# CONFIG_FONTS is not set
|
||||
CONFIG_FONT_8x8=y
|
||||
@@ -1541,12 +1541,16 @@ CONFIG_FONT_8x16=y
|
||||
#
|
||||
# Logo configuration
|
||||
#
|
||||
# CONFIG_LOGO is not set
|
||||
CONFIG_LOGO=y
|
||||
CONFIG_LOGO_LINUX_MONO=y
|
||||
CONFIG_LOGO_LINUX_VGA16=y
|
||||
CONFIG_LOGO_LINUX_CLUT224=y
|
||||
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||
|
||||
#
|
||||
# Bootsplash configuration
|
||||
#
|
||||
# CONFIG_BOOTSPLASH is not set
|
||||
|
||||
#
|
||||
# Sound
|
||||
@@ -1972,7 +1976,7 @@ CONFIG_CRYPTO_MICHAEL_MIC=m
|
||||
#
|
||||
CONFIG_CRC_CCITT=m
|
||||
CONFIG_CRC16=m
|
||||
CONFIG_CRC32=m
|
||||
CONFIG_CRC32=y
|
||||
# CONFIG_LIBCRC32C is not set
|
||||
CONFIG_ZLIB_INFLATE=y
|
||||
CONFIG_ZLIB_DEFLATE=y
|
||||
|
||||
@@ -9,6 +9,3 @@ GREEN_NETADDRESS=192.168.0.0
|
||||
GREEN_BROADCAST=192.168.0.255
|
||||
ROOT_PASSWORD=ipfire
|
||||
ADMIN_PASSWORD=ipfire
|
||||
SERIAL_CONSOLE=yes
|
||||
REVERSE_NICS=yes
|
||||
MEGABRIDGE=yes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
bin/kbd_mode
|
||||
bin/loadkeys
|
||||
#bin/openvt
|
||||
bin/openvt
|
||||
bin/setfont
|
||||
#lib/kbd
|
||||
#lib/kbd/consolefonts
|
||||
|
||||
7
config/rootfiles/common/nano
Normal file
7
config/rootfiles/common/nano
Normal file
@@ -0,0 +1,7 @@
|
||||
#etc/nano
|
||||
etc/nano/nanorc.sample
|
||||
usr/bin/nano
|
||||
usr/bin/pico
|
||||
#usr/info/nano.info
|
||||
#usr/man/man1/nano.1
|
||||
#usr/man/man5/nanorc.5
|
||||
2
config/rootfiles/common/nash
Normal file
2
config/rootfiles/common/nash
Normal file
@@ -0,0 +1,2 @@
|
||||
sbin/mkinitrd
|
||||
sbin/nash
|
||||
@@ -45,23 +45,23 @@ tmp
|
||||
#usr/lib
|
||||
#usr/lib/libgcc_s.so
|
||||
#usr/lib/libgcc_s.so.1
|
||||
#usr/local/bin/connscheduler
|
||||
#usr/local/bin/hddshutdown
|
||||
#usr/local/bin/hddshutdown-state
|
||||
#usr/local/bin/httpscert
|
||||
#usr/local/bin/langcache
|
||||
#usr/local/bin/makegraphs
|
||||
usr/local/bin/connscheduler
|
||||
usr/local/bin/hddshutdown
|
||||
usr/local/bin/hddshutdown-state
|
||||
usr/local/bin/httpscert
|
||||
usr/local/bin/langcache
|
||||
usr/local/bin/makegraphs
|
||||
#usr/local/bin/packager
|
||||
#usr/local/bin/qosd
|
||||
#usr/local/bin/readhash
|
||||
#usr/local/bin/resetusb
|
||||
#usr/local/bin/run-parts
|
||||
#usr/local/bin/setddns.pl
|
||||
#usr/local/bin/setreservedports
|
||||
#usr/local/bin/settime
|
||||
#usr/local/bin/timecheck
|
||||
#usr/local/bin/tunerrd.pl
|
||||
#usr/local/bin/vpn-restart
|
||||
usr/local/bin/qosd
|
||||
usr/local/bin/readhash
|
||||
usr/local/bin/resetusb
|
||||
usr/local/bin/run-parts
|
||||
usr/local/bin/setddns.pl
|
||||
usr/local/bin/setreservedports
|
||||
usr/local/bin/settime
|
||||
usr/local/bin/timecheck
|
||||
usr/local/bin/tunerrd.pl
|
||||
usr/local/bin/vpn-restart
|
||||
#usr/local/include
|
||||
#usr/local/lib
|
||||
#usr/local/sbin
|
||||
|
||||
Reference in New Issue
Block a user