aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-08-02 17:48:28 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-08-02 18:09:15 +0100
commit39197c305474df0332f150388a404f698d24b685 (patch)
tree2a172a5493e28c83a65ff637196bdd3f9d49f575 /daemon.php
parentAdd more drivers to XFCE config, fix some cachedkernel logic (diff)
downloadgentoaster-39197c305474df0332f150388a404f698d24b685.tar.gz
gentoaster-39197c305474df0332f150388a404f698d24b685.tar.bz2
gentoaster-39197c305474df0332f150388a404f698d24b685.zip
Keyboard layout support for build tool, Stage3/Portage/BINHOST override from config files
Diffstat (limited to 'daemon.php')
-rw-r--r--daemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.php b/daemon.php
index 6704053..65d7d2b 100644
--- a/daemon.php
+++ b/daemon.php
@@ -53,7 +53,7 @@
function image_build($job)
{
- $progressMagic = 23;
+ $progressMagic = 24;
$handle = $job->handle();
$handlehash = md5($handle);