From owner-soc-status@FreeBSD.ORG Mon Aug 11 20:11:10 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 819359EC for ; Mon, 11 Aug 2014 20:11:10 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F6FB2D01 for ; Mon, 11 Aug 2014 20:11:09 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id ho1so4785684wib.16 for ; Mon, 11 Aug 2014 13:11:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=eUKB4DRM1cBU4HTeb87wcP6q4M5YMGJ2TZDgCGVm4u0=; b=PDFhqnhs3Ymdny8ucU9eEXf4RpvCw3Mvnr97joelalm4E4NFJ7yE8VMhpwV75NJF83 GC1noGyHJs9DdHEQ9arOjc+3fxH1UTYPFaEARH5uXMlIqQ2Q760qEOUjLGIah/5UNv3v k3kbt1P4WwL4H5noNj6k8SWmJDOlhsp//4+wvVGk11t4qhPqANYrATF/QANYglTUiQSA zInO01yoFVfBH4DY2NzDzodUL5bTUaUSiqPqb7R1JMuMnjETy2UQ7dzxgmC1lNkFwUeb R6irYEKWU459bRcO3Y310icoWvoSV3VfzAFPgoZZYtFp5VcalEIX8JQ1MMqH+uv6nCMy dviw== MIME-Version: 1.0 X-Received: by 10.180.77.193 with SMTP id u1mr22339321wiw.45.1407787868354; Mon, 11 Aug 2014 13:11:08 -0700 (PDT) Sender: kczekirda@gmail.com Received: by 10.194.237.40 with HTTP; Mon, 11 Aug 2014 13:11:08 -0700 (PDT) Date: Mon, 11 Aug 2014 22:11:08 +0200 X-Google-Sender-Auth: 0FMKBX-2-ewLDRhOVjgC7HWkRXk Message-ID: Subject: Weekly Status #11 From: Kamil Czekirda To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 20:11:10 -0000 Hello, First version of fai is ready. It needs some tests, I'll do it this week. How it works? After boot script looks for bootfile-name option in dhcp leases files, dhcp server should tell fai where is directory with configuration files. In next step sctipt looks for file called the same as MAC address from their network interface, tries to download it and it checks for first specific line: "#!fai". If file is wrong script looks for file named "default" and in last step looks for local stored configuration. The last step is runs installer with right configuration file. Few FreeBSD installed ;) Regards, Kamil Czekirda