mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
System ist mittels LFS Bootscripte startbar.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@354 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
5
src/initscripts/sysconfig/clock
Normal file
5
src/initscripts/sysconfig/clock
Normal file
@@ -0,0 +1,5 @@
|
||||
# Begin /etc/sysconfig/clock
|
||||
|
||||
UTC=1
|
||||
|
||||
# End /etc/sysconfig/clock
|
||||
28
src/initscripts/sysconfig/createfiles
Normal file
28
src/initscripts/sysconfig/createfiles
Normal file
@@ -0,0 +1,28 @@
|
||||
########################################################################
|
||||
# Begin /etc/sysconfig/createfiles
|
||||
#
|
||||
# Description : Createfiles script config file
|
||||
#
|
||||
# Authors :
|
||||
#
|
||||
# Version : 00.00
|
||||
#
|
||||
# Notes : The syntax of this file is as follows:
|
||||
# if type is equal to "file" or "dir"
|
||||
# <filename> <type> <permissions> <user> <group>
|
||||
# if type is equal to "dev"
|
||||
# <filename> <type> <permissions> <user> <group> <devtype> <major> <minor>
|
||||
#
|
||||
# <filename> is the name of the file which is to be created
|
||||
# <type> is either file, dir, or dev.
|
||||
# file creates a new file
|
||||
# dir creates a new directory
|
||||
# dev creates a new device
|
||||
# <devtype> is either block, char or pipe
|
||||
# block creates a block device
|
||||
# char creates a character deivce
|
||||
# pipe creates a pipe, this will ignore the <major> and <minor> fields
|
||||
# <major> and <minor> are the major and minor numbers used for the device.
|
||||
########################################################################
|
||||
|
||||
# End /etc/sysconfig/createfiles
|
||||
18
src/initscripts/sysconfig/modules
Normal file
18
src/initscripts/sysconfig/modules
Normal file
@@ -0,0 +1,18 @@
|
||||
########################################################################
|
||||
# Begin /etc/sysconfig/modules
|
||||
#
|
||||
# Description : Module auto-loading configuration
|
||||
#
|
||||
# Authors :
|
||||
#
|
||||
# Version : 00.00
|
||||
#
|
||||
# Notes : The syntax of this file is as follows:
|
||||
# <module> [<arg1> <arg2> ...]
|
||||
#
|
||||
# Each module should be on it's own line, and any options that you want
|
||||
# passed to the module should follow it. The line deliminator is either
|
||||
# a space or a tab.
|
||||
########################################################################
|
||||
|
||||
# End /etc/sysconfig/modules
|
||||
1
src/initscripts/sysconfig/network
Normal file
1
src/initscripts/sysconfig/network
Normal file
@@ -0,0 +1 @@
|
||||
HOSTNAME=ipfirebox
|
||||
18
src/initscripts/sysconfig/rc
Normal file
18
src/initscripts/sysconfig/rc
Normal file
@@ -0,0 +1,18 @@
|
||||
########################################################################
|
||||
# Begin /etc/sysconfig/rc
|
||||
#
|
||||
# Description : rc script configuration
|
||||
#
|
||||
# Authors :
|
||||
#
|
||||
# Version : 00.00
|
||||
#
|
||||
# Notes :
|
||||
#
|
||||
########################################################################
|
||||
|
||||
rc_base=/etc/rc.d
|
||||
rc_functions=${rc_base}/init.d/functions
|
||||
network_devices=/etc/sysconfig/network-devices
|
||||
|
||||
# End /etc/sysconfig/rc
|
||||
Reference in New Issue
Block a user