079259c697bootscripts: read rc.conf RC_* first and then /proc/cmdline which has precedence and will thus override rc.conf RC_*
6fe23c1afbrecipes: xorg/xserver: allow terminate server keystroke; remove unrecognized build options
dd91aef284recipes: xorg/{driver,xserver}: compile with lazy binding, since we are using hardening bind-now (which does not work with Xorg)
a7c37ff4bcarchive: isolinux: remove RC_* variables to rely on default values (if not defined by the user); minor changes
ae446065aabootscripts: fix rc.conf parser, minor changes
Variables defined in rc.conf (which are read and set from rc.startup)
have the following priority:
- Defined RC_* values have priority from the boot the prompt.
- Variables will be set from /etc/rc.conf if have been not passed from the boot prompt.
- If the variables are not set or null, it will rely on default values.