Initial snapshot
This commit is contained in:
commit
fee4dd4e6d
373 changed files with 62144 additions and 0 deletions
39
environment/profile/user/sample/sample.conf
Normal file
39
environment/profile/user/sample/sample.conf
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
#
|
||||
# ---------- header -----------------------------------------------------------
|
||||
#
|
||||
# project kaneton
|
||||
#
|
||||
# license kaneton
|
||||
#
|
||||
# file /home/mycure/kane...ironment/profile/user/sample/sample.conf
|
||||
#
|
||||
# created julien quintard [sat jun 9 22:40:33 2007]
|
||||
# updated julien quintard [thu mar 3 18:18:10 2011]
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- information ------------------------------------------------------
|
||||
#
|
||||
# a sample of the user configuration file.
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- boot stuff -------------------------------------------------------
|
||||
#
|
||||
|
||||
_MBL_SCRIPT_ = ${_MBL_DIR_}/grub/grub.py
|
||||
|
||||
_BOOT_MODE_ = image
|
||||
_BOOT_DEVICE_ = floppy
|
||||
|
||||
#
|
||||
# ---------- environment ------------------------------------------------------
|
||||
#
|
||||
|
||||
_OUTPUT_ = ${_OUTPUT_VERBOSE_}
|
||||
|
||||
#
|
||||
# ---------- inputs -----------------------------------------------------------
|
||||
#
|
||||
|
||||
#_INPUTS_ += ${_SAMPLE_DIR_}/chiche/chiche
|
||||
33
environment/profile/user/test/test.conf
Normal file
33
environment/profile/user/test/test.conf
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
#
|
||||
# ---------- header -----------------------------------------------------------
|
||||
#
|
||||
# project kaneton
|
||||
#
|
||||
# license kaneton
|
||||
#
|
||||
# file /home/mycure/kaneton/environment/profile/user/test/test.conf
|
||||
#
|
||||
# created julien quintard [thu apr 16 04:29:52 2009]
|
||||
# updated julien quintard [sat dec 18 21:24:24 2010]
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- boot -------------------------------------------------------------
|
||||
#
|
||||
|
||||
_MBL_SCRIPT_ = ${_MBL_DIR_}/grub/grub.py
|
||||
|
||||
_BOOT_MODE_ = image
|
||||
_BOOT_DEVICE_ = floppy
|
||||
|
||||
#
|
||||
# ---------- modules ----------------------------------------------------------
|
||||
#
|
||||
|
||||
_MODULES_ += bundle test
|
||||
|
||||
#
|
||||
# ---------- display ----------------------------------------------------------
|
||||
#
|
||||
|
||||
_DISPLAY_ = ${_DISPLAY_UNCOLORED_}
|
||||
65
environment/profile/user/user.conf
Normal file
65
environment/profile/user/user.conf
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
#
|
||||
# ---------- header -----------------------------------------------------------
|
||||
#
|
||||
# project kaneton
|
||||
#
|
||||
# license kaneton
|
||||
#
|
||||
# file /home/mycure/kaneton/environment/profile/user/user.conf
|
||||
#
|
||||
# created julien quintard [tue may 8 10:47:42 2007]
|
||||
# updated julien quintard [sat may 7 14:13:14 2011]
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- information ------------------------------------------------------
|
||||
#
|
||||
# this file defines the default user profile environment variables.
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- display ----------------------------------------------------------
|
||||
#
|
||||
|
||||
_DISPLAY_UNCOLORED_ = 1
|
||||
_DISPLAY_COLORED_ = 2
|
||||
|
||||
_DISPLAY_ = ${_DISPLAY_COLORED_}
|
||||
|
||||
#
|
||||
# ---------- output -----------------------------------------------------------
|
||||
#
|
||||
|
||||
_OUTPUT_PRETTY_ = 1
|
||||
_OUTPUT_VERBOSE_ = 2
|
||||
|
||||
_OUTPUT_ = ${_OUTPUT_PRETTY_}
|
||||
|
||||
#
|
||||
# ---------- cheat ------------------------------------------------------------
|
||||
#
|
||||
|
||||
_CHEAT_FILTER_ = configure \
|
||||
environment \
|
||||
license \
|
||||
tool \
|
||||
transcript
|
||||
|
||||
#
|
||||
# ---------- transcript -------------------------------------------------------
|
||||
#
|
||||
|
||||
_TRANSCRIPT_CMD_ = ${_SHELL_}
|
||||
|
||||
#
|
||||
# ---------- test -------------------------------------------------------------
|
||||
#
|
||||
|
||||
_TEST_SERVER_ = https://test.opaak.org:8421
|
||||
|
||||
_TEST_CAPABILITY_ = ${_PROFILE_USER_DIR_}/${_USER_}.cap
|
||||
_TEST_PLATFORM_ = ${_PLATFORM_}
|
||||
_TEST_ARCHITECTURE_ = ${_ARCHITECTURE_}
|
||||
|
||||
_TEST_NAME_ = <null>
|
||||
_TEST_EMAIL_ = <null>
|
||||
26
environment/profile/user/user.desc
Normal file
26
environment/profile/user/user.desc
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
#
|
||||
# ---------- header -----------------------------------------------------------
|
||||
#
|
||||
# project kaneton
|
||||
#
|
||||
# license kaneton
|
||||
#
|
||||
# file /home/mycure/kaneton/environment/profile/user/user.desc
|
||||
#
|
||||
# created julien quintard [fri may 25 09:36:30 2007]
|
||||
# updated julien quintard [thu may 31 21:49:03 2007]
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- information ------------------------------------------------------
|
||||
#
|
||||
# this file contains the description of the user variables.
|
||||
#
|
||||
|
||||
- variable: _DISPLAY_
|
||||
string: Display Colorization
|
||||
type: set
|
||||
values:
|
||||
Uncolored: ${_DISPLAY_UNCOLORED_}
|
||||
Colored: ${_DISPLAY_COLORED_}
|
||||
description: Activate or not the colorization of the environment messages.
|
||||
Reference in a new issue