From owner-soc-status@FreeBSD.ORG Mon Aug 11 20:16:27 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0321EAD9 for ; Mon, 11 Aug 2014 20:16:27 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (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 963272DEC for ; Mon, 11 Aug 2014 20:16:26 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hi2so4797219wib.5 for ; Mon, 11 Aug 2014 13:16:25 -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=WsxGINNrWuFgdmYmCy9//yy/MOxKFeGYv8kHU69rKt7KOQW4bX93UbSJzMxaR8tnur uvCzq76sgDF18dmvWZHR5Sc34rpsQacajk5h64KPHUCLXuoHZygqhA4hSwRsFA+ZjHJ7 YFO0gEB1G8A7eAbEW58TgjrfxMNXyOWkl5tp/UwfVPFWOqTObiuUCLWxpBjPgjFjAZix jOR8UaTV5dhTabZr+p4tobZQlwwwtZB7EOsDHUU3mI3BaeohAkQm4Qe2Qog8qyBZ+FiT gnDrDBE1SnsSdidPrMDnuFHkxKQ3RKx9YPUixTZlWmO+pWpguwhU50LdbbOLJjl5ffJA UR/A== MIME-Version: 1.0 X-Received: by 10.180.221.133 with SMTP id qe5mr23721649wic.17.1407788185009; Mon, 11 Aug 2014 13:16:25 -0700 (PDT) Sender: kczekirda@gmail.com Received: by 10.194.237.40 with HTTP; Mon, 11 Aug 2014 13:16:24 -0700 (PDT) Date: Mon, 11 Aug 2014 22:16:24 +0200 X-Google-Sender-Auth: U5LACStrkQGt6-slNjIP8qEcXAQ Message-ID: Subject: Weekly Status #12 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:16:27 -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