Initial snapshot
This commit is contained in:
commit
fee4dd4e6d
373 changed files with 62144 additions and 0 deletions
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_}
|
||||
Reference in a new issue