This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
kaneton/environment/profile/boot/boot.conf
Mercier Pierre-Olivier fee4dd4e6d Initial snapshot
2013-02-11 22:04:30 +01:00

77 lines
1.6 KiB
Plaintext

#
# ---------- header -----------------------------------------------------------
#
# project kaneton
#
# license kaneton
#
# file /home/mycure/kaneton/environment/profile/boot/boot.conf
#
# created julien quintard [tue may 8 11:00:40 2007]
# updated julien quintard [tue may 5 10:16:49 2009]
#
#
# ---------- information ------------------------------------------------------
#
# this file declares the default boot variables which should be overriden
# by the user profile.
#
#
# ---------- multi-bootloader -------------------------------------------------
#
_MBL_SCRIPT_ = <null>
_BOOT_MODE_ = <null>
_BOOT_DEVICE_ = <null>
#
# ---------- network ----------------------------------------------------------
#
_ADDRESS_ = <null>
#
# ---------- tftp server ------------------------------------------------------
#
_TFTP_ADDRESS_ = <null>
_TFTP_DIRECTORY_ = <null>
#
# ---------- devices ----------------------------------------------------------
#
_UDEVICE_ = <null>
_MDEVICE_ = <null>
_IMAGE_ = ${_PROFILE_USER_DIR_}/${_USER_}.img
#
# ---------- inputs ----------------------------------------------------------
#
# the inputs are additional files such as boot-time servers, configuration
# files.
#
_INPUTS_ =
#
# ---------- components -------------------------------------------------------
#
# this variable contains the list of the components to build.
#
_COMPONENT_FIRMWARE_ =
_COMPONENT_LOADER_ = ${_LOADER_}
_COMPONENT_KANETON_ = ${_KANETON_}
_COMPONENTS_ = ${_COMPONENT_FIRMWARE_} \
${_COMPONENT_LOADER_} \
${_COMPONENT_KANETON_} \
${_INPUTS_}