From owner-soc-status@FreeBSD.ORG Mon Aug 11 20:16:53 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 E05F3BE5 for ; Mon, 11 Aug 2014 20:16:53 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (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 7A7192DF7 for ; Mon, 11 Aug 2014 20:16:53 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id l18so8844565wgh.2 for ; Mon, 11 Aug 2014 13:16:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=SgHk/MatfMbYNtztb62UYSWK/rjKIadoNY65sYXw9LM=; b=uoRBTAElJVDH2xiWhBlGEQ0IUWs+dH6egvjNmobgp8Cb6JYsuz+VaWj+CaDNMGznzZ 8C/I0tNkSRB9Wy9KAEMeqymYN4nzBrm9RTsIulhJwgUpFFKLYza4KTYWdzg9frIoF7XO hrslOhRsH0XpopMmnEctPEjyQjqLMJWcvyCacaP/LsIR4IP7d7MhVGIvT+Xdn3lRgGK0 sTt2HUG3kEd7a1C3Wf/tDLl8ggqb5ALcXrZTOfo+1SjMqaGeeqSdMn3enMwdASnVQNjh +FXZWzVx+tzi/R+GSiDPQgktpaKLlzOpTFm08UcjTktOTErngX9PGUgObp5liGNDtA0c DyPA== MIME-Version: 1.0 X-Received: by 10.194.91.228 with SMTP id ch4mr68828wjb.59.1407788211840; Mon, 11 Aug 2014 13:16:51 -0700 (PDT) Sender: kczekirda@gmail.com Received: by 10.194.237.40 with HTTP; Mon, 11 Aug 2014 13:16:51 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Aug 2014 22:16:51 +0200 X-Google-Sender-Auth: rD592lUnvXDpJZHkNLd8XXw-Oh0 Message-ID: Subject: Re: 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:16:54 -0000 Sorry, no # increment. 2014-08-11 22:11 GMT+02:00 Kamil Czekirda : > 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