From owner-freebsd-sysinstall@freebsd.org Fri Jul 8 19:56:09 2016 Return-Path: Delivered-To: freebsd-sysinstall@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1177B8427B for ; Fri, 8 Jul 2016 19:56:09 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-yw0-x236.google.com (mail-yw0-x236.google.com [IPv6:2607:f8b0:4002:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B109E1EB8 for ; Fri, 8 Jul 2016 19:56:09 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: by mail-yw0-x236.google.com with SMTP id b72so45493154ywa.3 for ; Fri, 08 Jul 2016 12:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=TBGam3v6T/UFcVqudYyhvjXg5ZQ+LqOf+jBvryjOVk0=; b=c6fGjj1FJ3VMTIkxp6qUkmyIGd2fqR4YHPoo+EPHRHhhSNgIMb7R/gP6mR+7eX2B17 zDdXza5m41cFx6/M47LcT7hiDZgSXeM5o3wLK4QaaoQSdPnYm3TSITTt6dpxCgGUSebY HxAx90lM25lN0DVQ670yO80GkO3uvvP+Bhxza9CRCKMM3DW0yWFbgToHKx5PjefeP6Zp Xq7Mdq8+DNrG5ai6c+YzRDmtCD0BSwP6vXv0QDGE9aywcnu52AvF9B8Bb7HW+CJYuqlI 5Mg+NCvXXQW5+bMGfIbxyHwbYJgPai5S/xUHKAq9/gl/Dp8yusiz4/6QU+djmokjdWT9 OT+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=TBGam3v6T/UFcVqudYyhvjXg5ZQ+LqOf+jBvryjOVk0=; b=GXlCai2jsSA2eTkJrwUjWDs0yzgFRLlCPcTq4HmlJVzsCXoLOtYDT3bzzR6s7EJFWW VJ8rQVqFyI+8v8+J2g1Ip5p2IwAwVtxxn7RV3rHwEPGj60Wl5UJ7tIF7Rx4J//GCrVmR lTHotd4Wr+aw8wk+mP8Mj9OweRa/SV2GL9JDLLL+Xqpe8MAvthkwfKaM2ZF2w5WHLpkW g3T2xvv/xwfG96YMOtsw/JKjTNNJi6piMPTKtKrQ+Zk+87VN1gGjWpBqQKIssz1O7d55 VXbVLC66NNnFKsQxl/7h8AdnHTr/3y6MHOqE9ZN4ucUAG8VrQFBu0HTj26odEqh2yyEA tUsA== X-Gm-Message-State: ALyK8tLNZbf2+NYEj2JtJpWCXh5TBUwnvOiFgJ/XFL6CCJqG9p+W4p6Ne3xgMiDc+tDRyD46nMrww/4nGmGtHA== X-Received: by 10.37.210.129 with SMTP id j123mr5637261ybg.136.1468007768610; Fri, 08 Jul 2016 12:56:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.205.68 with HTTP; Fri, 8 Jul 2016 12:56:08 -0700 (PDT) From: Robert Simmons Date: Fri, 8 Jul 2016 15:56:08 -0400 Message-ID: Subject: Scripted Installs To: freebsd-sysinstall@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 19:56:10 -0000 I'm working on a scripted install using installerconfig. The man page for bsdinstall(8) is fairly clear on the usage of PARTITIONS in that its arguments are the same as the parameters portion of the scriptedpart target listed above. Is there documentation for the parameters needed for ZFSBOOT_DATASETS? I don't see this documented anywhere on that man page. What is the full syntax of the parameters of ZFSBOOT_DATASETS?