#!/bin/bash # #For instructions on how to set the parameters in this file, refer to #buildkernel.doc that came with this package; try looking in #/usr/share/doc/buildkernel-{version}/buildkernel.doc or refer to #http://www.pobox.com/~wstearns You do not have to make any changes #here unless you want to change the defaults. The defaults are #generally used below, but see the documentation for more details. #Please see buildkernel.doc or http://www.pobox.com/~wstearns for #more information and copyright information. # - William Stearns (wstearns@pobox.com) # # Reminder; this file is for system wide defaults. If you wish to change # values for yourself only, put any changes in ~/.bkrc . If you have values # you wish to change for a particular kernel version, change # /usr/src/configs/.bkrc.{version} . If you wish to set something for this # run only, simply precede it with two dashes on the command line. For # example, putting "BKCOPYTOFLOPPY=YES" (without quotes) in this file has the # same effect on this execution of the program as running # buildkernel x.y.zz a.b.cc --BKCOPYTOFLOPPY=YES. # #BKAUTOGET=YES #BKBUILDTYPE=zImage #BKCOPYTOFLOPPY=NO #BKDEBUG=NO #BKFTPSITE=ftp.gz.us.kernel.org #BKGETEXT=bz2 #BKINSTALLHERE=YES|NO #Not implemented yet #BKINSTALLROOT=/var/lib/buildkernel/installroot/|/some/other/dir/ #In testing #BKINSTALLTAR=NO|YES #In testing #BKINTERACTIVE=YES #BKKERNELTOBUILD=NEWESTSTABLE #BKLOAD='nice -n 10' #BKLOGFILE='~/bklog' #BKMAKECLEANBEFORE=NO #BKMAKECLEANAFTER=NO #BKMAKETYPE=menuconfig #BKNUMBUILDS=2 #BKOPENFRESH=YES #BKPCMCIATOBUILD=NO #BKROOTDEVICE=/dev/hda1 #BKSOURCEDIR=/usr/src/source/kernel/ #BKVERBOSE=YES #BKVIDMODE='-2' # The following should already be set for you by your shell. There should # generally be no reason to set them here. # HOSTNAME=mymachine.mydomain.org # HOSTTYPE=i386 # USER=root # EDITOR may also be defined in your normal shell, but you can explicitly # set it here if not. # EDITOR='pico -w' #Cipeversion must be set to compile cipe. #export CIPEVERSION="1.3.0" #export CIPEVERSION="snapshot-20000418" #The following line is the preferred form if using a beta version; #the version will be determined automatically. #export CIPEVERSION="NEWESTBETA" #The following will be set automatically if left commented here. #export CIPESOURCEDIR="/usr/src/cipe-$CIPEVERSION" #export CIPETAR="/usr/src/source/kernel/cipe-$CIPEVERSION.tar.gz" #export CIPETESTFILE="$CIPESOURCEDIR/COPYING" #Freeswanver must be set to compile freeswan. #export FREESWANVERSION="1.3" #export FREESWANVERSION="snap2000apr24b" #The following line is the preferred form if using a beta version; #the version will be determined automatically. #export FREESWANVERSION="NEWESTBETA" #The following will be set automatically if left commented here. #export FREESWANSOURCEDIR="/usr/src/freeswan-$FREESWANVERSION" #export FREESWANTAR="/usr/src/source/kernel/freeswan-$FREESWANVERSION.tar.gz" #export FREESWANTESTFILE="$FREESWANSOURCEDIR/COPYING" #pctelversion must be set to compile pctel. As there does not appear to be any #version number set, the actual value is irrelevant. #export PCTELVERSION="current" #The following will be set automatically if left commented here. #export PCTELSOURCEDIR="/usr/src/pctel" #export PCTELTAR="$BKSOURCEDIR/PCTEL.ZIP" #export PCTELTESTFILE="$PCTELSOURCEDIR/src/module/Makefile" #Alsaversion must be set to compile alsa. #export ALSAVERSION="0.5.7" #export ALSAVERSION="snapshot-20000418" #The following line is the preferred form if using a beta version; #the version will be determined automatically. #export ALSAVERSION="NEWESTBETA" #Umm, not yet. #The following will be set automatically if left commented here. #export ALSASOURCEDIR="/usr/src/alsa-driver-$ALSAVERSION" #export ALSATAR="/usr/src/source/kernel/alsa-driver-$ALSAVERSION.tar.bz2" #export ALSATESTFILE="$ALSASOURCEDIR/COPYING" #cml2version must be set to compile cml2. #export CML2VERSION="2.1.6" #The following line is the preferred form if using a stable version; #the version will be determined automatically. #export CML2VERSION="NEWESTSTABLE" #The following will be set automatically if left commented here. #export CML2SOURCEDIR="/usr/src/cml2-$CML2VERSION" #export CML2TAR="/usr/src/source/kernel/cml2-$CML2VERSION.tar.gz" #export CML2TESTFILE="$CML2SOURCEDIR/cmlconfigure.py" #iptablesversion must be set to compile iptables. #export IPTABLESVERSION="1.2.5" #The following line is the preferred form if using a stable version; #the version will be determined automatically. #export IPTABLESVERSION="NEWESTSTABLE" #Umm, not yet. #The following will be set automatically if left commented here. #export IPTABLESSOURCEDIR="/usr/src/iptables-$IPTABLESVERSION" #export IPTABLESTAR="/usr/src/source/kernel/iptables-$IPTABLESVERSION.tar.gz" #export IPTABLESTESTFILE="$IPTABLESSOURCEDIR/COPYING" #Copyleft: # Buildkernel is used to create a new linux kernel from the raw source # and patches. # Copyright (C) 1997-2002 William Stearns # # 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. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # The author can also be reached at: # William Stearns #email: wstearns@pobox.com (preferred) #web: http://www.pobox.com/~wstearns #snail: 6 Manchester Drive # Lebanon NH, 03766