From owner-freebsd-stable@FreeBSD.ORG Sun Mar 2 23:44:37 2014 Return-Path: Delivered-To: freebsd-stable@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 75060C4C for ; Sun, 2 Mar 2014 23:44:37 +0000 (UTC) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C5EA1733 for ; Sun, 2 Mar 2014 23:44:36 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id q59so2414035wes.9 for ; Sun, 02 Mar 2014 15:44:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3WfkzEExbzv2ZycIRKf/fXCrPq9A1kS8d3i94BaFfWM=; b=E5KIkb28iNZIJYk4zS/JEe2gesqR9K1Xt7aROl0jdb/3yaKvcn+TzpZjOAFxC0cOZJ 78I0BMS8ZMU7QwXEisJ33x/cjtZenSVytwnR/KX60sFdDct1YfChOsxRxWd7S95F5ApU WR6cDpQjLj3tUHvc6qrBjndbmEayT/ilxnCoovohYs6NrBP20eFY6+jXNbM98kF4tf6Z cBtmvMLzYV2zLGFo35zfYx0UUMkXhE0ogL/2LdlT4Tt1SmIoPdyjGD6FZ+I7IYn9tXp9 nyyOWS6uJaY+VWE1OgcOr4nArjxAQAc9q7IIQT4HICaJF0t9USLwqFFGoCTeVoTU2gBO 7wjw== MIME-Version: 1.0 X-Received: by 10.194.71.78 with SMTP id s14mr6819409wju.11.1393803875409; Sun, 02 Mar 2014 15:44:35 -0800 (PST) Received: by 10.217.91.131 with HTTP; Sun, 2 Mar 2014 15:44:35 -0800 (PST) In-Reply-To: References: Date: Sun, 2 Mar 2014 15:44:35 -0800 Message-ID: Subject: Re: NanoBSD customizations in FreeBSD 10? From: elij To: Zenny Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 23:44:37 -0000 I didn't make any changes to /usr/src/tools/..., so I am not sure if any patches are currently in order. The tweaks were localized to the nano script itself. I had to do some fiddling to get package installation to work with pkgng, and ran into some weird issues with keys/certs and a private repo. As far as sharing, sure: http://pastebin.com/c16ensS9 I removed the private repo part from the nano script, but what it did was to put a custom repo into /etc/pkg/ and remove/cleanup afterwards. Hope someone finds it useful. Aside: I have been using UFS label support in my nano config, but I wondered why gpt labels were not used instead, as gpt labels seem like they would be easier to use in the /root/update scripts. I have found the ufs labels to be somewhat awkward, especially when using full disk images created with NANO_INIT_IMG2=0, as no label is made for the second partition (it isn't created, just zeroed). On Sun, Mar 2, 2014 at 3:26 PM, Zenny wrote: > @elij: good to hear. > > BTW, can you share your config files and the tweaks you made (preferably a > patch against the 10-RELEASE), if any? Appreciate it if you share that > publicly to this list and by email. Thanks again. > > > On Sun, Mar 2, 2014 at 10:54 PM, elij wrote: > >> I have had good luck using the method outlined by this[1] forum post, >> after >> a few tweaks. >> >> [1]: https://forums.freebsd.org/viewtopic.php?t=43590 >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > >