Lines 5-10
Link Here
|
5 |
GK_V='3.3.11d' |
5 |
GK_V='3.3.11d' |
6 |
|
6 |
|
7 |
TMPDIR='/var/tmp/genkernel' |
7 |
TMPDIR='/var/tmp/genkernel' |
|
|
8 |
TEMP=${TMPDIR}/$RANDOM.$RANDOM.$RANDOM.$$ |
8 |
TODEBUGCACHE=1 # Until an error occurs or DEBUGFILE is fully qualified. |
9 |
TODEBUGCACHE=1 # Until an error occurs or DEBUGFILE is fully qualified. |
9 |
|
10 |
|
10 |
small_die() { |
11 |
small_die() { |
Lines 25-32
Link Here
|
25 |
source ${GK_BIN}/gen_package.sh || gen_die "Could not read ${GK_BIN}/gen_package.sh" |
26 |
source ${GK_BIN}/gen_package.sh || gen_die "Could not read ${GK_BIN}/gen_package.sh" |
26 |
source ${GK_BIN}/gen_bootloader.sh || gen_die "Could not read ${GK_BIN}/gen_bootloader.sh" |
27 |
source ${GK_BIN}/gen_bootloader.sh || gen_die "Could not read ${GK_BIN}/gen_bootloader.sh" |
27 |
|
28 |
|
28 |
TEMP=${TMPDIR}/$RANDOM.$RANDOM.$RANDOM.$$ |
|
|
29 |
|
30 |
trap_cleanup(){ |
29 |
trap_cleanup(){ |
31 |
# Call exit code of 1 for failure |
30 |
# Call exit code of 1 for failure |
32 |
cleanup |
31 |
cleanup |