vp-build/templates/OpenRC/files/rc.conf
Juan RP 6af47b83fb OpenRC: merge some local changes.
* Move all patches to xbps-changes.diff.
* Provide /etc/conf.d/locale and set "en_US" by default.
* Move rc.conf to /etc/default/rc.conf. Set unicode, rc_shell
  and rc_logger by default.
* Explain in keymaps that keyboard layout must also be specified,
  like "qwerty/es"; otherwise lodkeys will fail to use the correct
  keymap if there exists duplicate keymaps with the same name.

Bump revision.

--HG--
extra : convert_revision : 0b99d27c67cb0d7d055e769bb9a0c6b640adfe87
2009-10-10 08:39:39 +02:00

15 lines
345 B
Plaintext

#
# Global OpenRC default configuration. Please note that defaults
# are set in /etc/default/rc.conf.
#
# Use this file to customize the system startup process.
#
if [ -r /etc/default/rc.conf ]; then
. /etc/default/rc.conf
fi
#
# Add your settings after this line, default settings will be
# overriden and defaults always will be preserved.
#