From owner-freebsd-questions@freebsd.org Thu Feb 23 02:51:30 2017 Return-Path: Delivered-To: freebsd-questions@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 9E36FCEA788 for ; Thu, 23 Feb 2017 02:51:30 +0000 (UTC) (envelope-from bsd@stuckat99.com) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7529DB2 for ; Thu, 23 Feb 2017 02:51:29 +0000 (UTC) (envelope-from bsd@stuckat99.com) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailnew.nyi.internal (Postfix) with ESMTP id A634ACA8 for ; Wed, 22 Feb 2017 21:51:23 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Wed, 22 Feb 2017 21:51:23 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=stuckat99.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=zCb4s/L9kSimebSx6Jsm4y3hNR g=; b=CcDL2XSsKMLLJzSRHRPchaQAdeDdr12+g2thiUMxD9MMZU4fxUbEZNvtke +OgRZvoOb2z9MtU1XOLEyU5ku15bsV65JP92YBnINmgNaJXMPS+Ac2agf/C93JPm XihKLqWklm/ymE+fuibaIxM93w5Qp3sV/LxQHgDchwkd/8VGc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=zC b4s/L9kSimebSx6Jsm4y3hNRg=; b=WWZLjLoC3FU6oU9blhBOjSCy5Xa32il7V3 0gJp2i2STd92Paq+6AOMfBBd7sK0w7xqGnB7i3q2LXI4P7VerxnaVPLWyGN/Xike E8crai771nM5ks9wW6gS4/k/Fk6tzCfrehkd4XK1WNAXGkmODMZzx4bAbNca9guY TsKv+Nxsg= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 6692948004; Wed, 22 Feb 2017 21:51:23 -0500 (EST) Message-Id: <1487818283.3996762.890012840.0D53FC3C@webmail.messagingengine.com> From: bsd To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-715c2c0c Date: Wed, 22 Feb 2017 18:51:23 -0800 Subject: Re: installer zfs datasets In-Reply-To: References: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 02:51:30 -0000 Hi, Here are some ideas - https://blather.michaelwlucas.com/archives/1982 I believe the gnop commands are not needed as of FreeBSD 11 so double check before copy/pasting this. On Wed, Feb 22, 2017, at 12:19 PM, Heikki Lindholm wrote: > Hi, > > In the 10.3 installer, doing auto zfs install creates a bunch of > datasets on rootfs, however, if I select to do my own partitioning (and > proceed to do that in the shell) and then select to have zfsroot on the > partition allocated for root, it only creates a single dataset for root. > Can I somehow mimic the auto mode of the installer and still do my own > partitioning? > > I basically only want an additional EFI partition and control the sector > alignment of the other partitions. I can probably look at source code of > the installer and do what it does manually, but if there's a better way.. > > -- Heikki Lindholm > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"