aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-07-08 19:26:47 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-07-08 19:26:47 +0100
commit336a7138d7c1cfc8d4db234ed65eb66adb3689d2 (patch)
tree803c29035ae481d27cf1a7edb1fefd7ad1e941e8 /daemon.php
parentAdded more robust error handling (we're not going to zombie onwards now when ... (diff)
downloadgentoaster-336a7138d7c1cfc8d4db234ed65eb66adb3689d2.tar.gz
gentoaster-336a7138d7c1cfc8d4db234ed65eb66adb3689d2.tar.bz2
gentoaster-336a7138d7c1cfc8d4db234ed65eb66adb3689d2.zip
Added a README with some basic installation/running instructions, removed cachedkernel as default in daemon
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 a7090f5..8f58076 100644
--- a/daemon.php
+++ b/daemon.php
@@ -45,7 +45,7 @@
if(is_writable($build_path)) {
chdir($build_path);
file_put_contents("config.ini", $configuration_string);
- $tool_args = "--config config.ini --cachedkernel";
+ $tool_args = "--config config.ini";
$process_handle = popen($gentoaster_path."/".$tool_name." ".$tool_args." 2>&1", "r");
$nonstatus_output = "";