From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 08:58:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC981065674 for ; Thu, 30 Jun 2011 08:58:35 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id C49028FC0C for ; Thu, 30 Jun 2011 08:58:34 +0000 (UTC) Received: by gwb15 with SMTP id 15so1027056gwb.13 for ; Thu, 30 Jun 2011 01:58:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6tMn5LQ/eYc4W6naB7sILwEq9bajS4tB1UNIDyJalG8=; b=sNPJIZNIpT07u3rMHy26Bk359ow93tx1qJpCLVLyJDqbkvyWoj6hC5eXuQ2/WdNS52 P/LzVLviViT0trNfGybCnMgtkamfo81BaJzNaZURxDyub6DCvC6NrLf715Is86/Qh/3W 4EJJFX5ry/Ekz/6x8DkD6pF1Yn1BTcJarSBB8= MIME-Version: 1.0 Received: by 10.236.179.40 with SMTP id g28mr2231715yhm.105.1309424314004; Thu, 30 Jun 2011 01:58:34 -0700 (PDT) Received: by 10.236.110.13 with HTTP; Thu, 30 Jun 2011 01:58:33 -0700 (PDT) In-Reply-To: <4E0C293B.8020503@nagual.nl> References: <4E0C293B.8020503@nagual.nl> Date: Thu, 30 Jun 2011 09:58:33 +0100 Message-ID: From: krad To: Dick Hoogendijk Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Boot Environments X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 08:58:35 -0000 On 30 June 2011 08:43, Dick Hoogendijk wrote: > On solaris you can have different BE's (boot environments) using ZFS. > Is this possible with FreeBSD ZFS? I can't recall ever have seen a tool > like BEadm (solaris). > But maybe using ZFS manually I can get more BE's? > ______________________________**_________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions > To unsubscribe, send any mail to "freebsd-questions-** > unsubscribe@freebsd.org " > im not aware of any specific tools to do it but i have mimicked opensolaris be's on my bsd machines. After all most of it is just monkeying around with zfs fs cloning and setting the DESTDIR variable when you install updates