Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
6eed4651
Commit
6eed4651
authored
Mar 03, 2011
by
Simo Leone
Committed by
Gerardo Exequiel Pozzi
Mar 20, 2011
Browse files
rc.conf uses renamed/moved kernel cmdline parser
parent
8ee0dd8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/syslinux-iso/overlay/etc/rc.conf
View file @
6eed4651
#
# /etc/rc.conf - Main Configuration for Arch Linux
. /
etc
/
a
rc
hiso
/
functions
. /
etc
/
rc
.
d
/
functions
LOCALE_DEFAULT
=
"en_US.UTF-8"
CLOCK_DEFAULT
=
""
TIMEZONE_DEFAULT
=
""
KEYMAP_DEFAULT
=
"us"
LOCALE
=
"$(cmdline
_param
locale ${LOCALE_DEFAULT})"
HARDWARECLOCK
=
"$(cmdline
_param
clock ${CLOCK_DEFAULT})"
TIMEZONE
=
"$(cmdline
_param
timezone ${TIMEZONE_DEFAULT})"
KEYMAP
=
"$(cmdline
_param
keymap ${KEYMAP_DEFAULT})"
CONSOLEFONT
=
"$(cmdline
_param
consolefont)"
CONSOLEMAP
=
"$(cmdline
_param
consolemap)"
LOCALE
=
"$(
kernel_
cmdline locale ${LOCALE_DEFAULT})"
HARDWARECLOCK
=
"$(
kernel_
cmdline clock ${CLOCK_DEFAULT})"
TIMEZONE
=
"$(
kernel_
cmdline timezone ${TIMEZONE_DEFAULT})"
KEYMAP
=
"$(
kernel_
cmdline keymap ${KEYMAP_DEFAULT})"
CONSOLEFONT
=
"$(
kernel_
cmdline consolefont)"
CONSOLEMAP
=
"$(
kernel_
cmdline consolemap)"
USECOLOR
=
"yes"
MOD_AUTOLOAD
=
"yes"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment