##----------------------------------------------------------------------------- ## fli4l __FLI4LVER__ - configuration for package "usercmd" ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N ! ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N L E S E N ! ## ##----------------------------------------------------------------------------- ## Creation: 23.02.2005 rresch ## Last Update: $Id$ ## ## Copyright (c) 2001-2016 - Frank Meyer, fli4l-Team ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Package USERCMD #------------------------------------------------------------------------------ #OPT_USERCMD='no' # Activate user-defined commands #------------------------------------------------------------------------------ # Feature boot commands #------------------------------------------------------------------------------ USERCMD_BOOT_N='0' # number of user-defined boot-commands USERCMD_BOOT_1='echo user-defined boot-command here' # 1st user-defined command. #------------------------------------------------------------------------------ # Feature shutdown commands #------------------------------------------------------------------------------ USERCMD_HALT_N='0' # number of user-defined shutdown-commands USERCMD_HALT_1='echo user-defined shutdown-command here' # 1st User-defined command. #------------------------------------------------------------------------------ # Feature extra files #------------------------------------------------------------------------------ USERCMD_FILE_N='0' # number of files to add USERCMD_FILE_1_SRC='kabel.sh' # filename in config/etc/usercmd USERCMD_FILE_1_DST='/usr/bin/kabel.sh' # absolute target filename in fli4l.img USERCMD_FILE_1_MODE='555' # filemode like in opt/.txt USERCMD_FILE_1_FLAGS='sh' # flags like in opt/.txt