On Mon, Dec 15, 2008 at 6:06 PM, Brad Hudson <brad.hud...@wachovia.com> wrote:
> Does anyone know of a way to specify the creation of ZFS file systems for a 
> ZFS root pool during a JumpStart installation?  For example, creating the 
> following during the install:
>
> Filesystem                                   Mountpoint
> rpool/var                                     /var
> rpool/var/tmp                             /var/tmp
> rpool/home                                 /home
>
> The creation of separate filesystems allows the use of quotas/reservations 
> via ZFS, whereas these are not created/protected during a JumpStart install 
> with ZFS root.

Hi!

For /var you could/should add

bootenv installbe bename <your_name> dataset /var

to the profile.
Other fs can be created through the finish script. (just add zfs
create rpool/home ...)

Best regards

Peter
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to