From owner-freebsd-questions@FreeBSD.ORG Fri Dec 21 06:50:24 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27784672 for ; Fri, 21 Dec 2012 06:50:24 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) by mx1.freebsd.org (Postfix) with ESMTP id DC42E8FC0A for ; Fri, 21 Dec 2012 06:50:23 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id un3so4194602obb.35 for ; Thu, 20 Dec 2012 22:50:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GSBYbL+QUhPHIK4/FruIbpj1a6zKGL9HfyuTZdlWu9s=; b=kuyDknNmUuP7Sextm8nsq+JWhikqiJVA9yrcz44K3cOadbt2bKVRtEbiwmhjqysNd8 w4C2q7d3qvhKZBRH7w6lyz0Qd4O0iOhdKs0/WTnm7C4ZEvhjRQHJfRy6rMl77R18/53S uFtYjL2W1rlQgrDWdMjfbybS+6D7kb7hJJNGnGJiVUoOyUSnDZHlAMCzcKnVSAceFpSc Ojih4ge99LbkSdpO+aRWbCM1srZNRkLAxUU0T+V/d7EjNgupxPv9rh05j0JnRhUkryhg IvhhMjDbdmge0tui9aCCobDPfEehcGrEfPfyITLmHNIjbVat6bMiOM1aCRaCl8lfMpla gHBQ== MIME-Version: 1.0 Received: by 10.182.174.34 with SMTP id bp2mr10197221obc.16.1356072623261; Thu, 20 Dec 2012 22:50:23 -0800 (PST) Received: by 10.76.86.233 with HTTP; Thu, 20 Dec 2012 22:50:23 -0800 (PST) Date: Fri, 21 Dec 2012 01:50:23 -0500 Message-ID: Subject: about unattended installation From: grarpamp To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 06:50:24 -0000 Though I do have a need for completely unattended and/or network installs, I don't have a need to continue with sysinstall.cfg. Whatever is done, be sure not to hobble any new installer out of some perceived need to be backwards compatible, or invest much time in being so. Writing and using a config isn't that hard. Since drives tend to be shuffled about, keying different configs off MAC address from shell has been nice. A MAC primitive in the config vs. old ifconfig could be handy. As might any smbios serial options.