1 #this file lists the services and the names of the scripts that provide them...
3 mounted_filesystems=mountfs
4 checked_filesystems=checkfs
5 no_stale_pid_files=cleanfs
6 hostname_available=localnet
8 #...and the names of the configuration files/dirs
10 sysconfig_main=$INIT_D/sysconfig
11 sysconfig_clock=$sysconfig_main
12 sysconfig_network=$sysconfig_main
13 sysconfig_nicconfig=$sysconfig_main
15 #--------------------------------------------------------
16 #Use the following settings if you want to use many small files like LFS
17 #does rather than one sysconfig file
18 #sysconfig_clock=$INIT_ROOT/etc/sysconfig/clock
19 #sysconfig_network=$INIT_ROOT/etc/sysconfig/network
21 #note that the loadkeys from these example scripts does not use a LAYOUT
22 #variable. It loads the default keymap with loadkeys -d.
23 #To set the default keymap (assuming you use the kbd-* package, do
24 # cd /usr/share/kbd/keymaps
25 # find -name "defkeymap.*" -exec rm \{\} \;
26 # ln -s /FULL/PATH/TO/keymap_you_want_to_use.<ext> defkeymap.<ext>
28 #The find line is necessary for kbd-1.06 because there is a bug in the
29 #search path that can cause the wrong defkeymap (e.g. in the i386/ directory)
31 #You need to use a full path (i.e. one starting with / ) for the symlink
32 #because of another bug in kbd-1.06.
34 #If you need to use a LAYOUT variable instead of the default keymap
35 #you have to replace the loadkeys script with that
36 #from the lfs-* example directory
37 #sysconfig_keyboard=$INIT_ROOT/etc/sysconfig/keyboard
39 #note that the ethernet script and the ethnet script use different
40 #configuration parameters. If you want to use LFS style nic-config/*
41 #files you have to replace the ethernet script with the ethnet script
42 #from the lfs-* example directory
43 #sysconfig_nicconfig=$INIT_ROOT/etc/sysconfig/nic-config