> ---8<--- run last in client_end_script ---8<---
>
> #!/bin/sh
>
> zpool list | grep -w data > /dev/null || exit 0
>
> echo /sbin/zpool export data
> /sbin/zpool export data
> echo /sbin/mount -F lofs /devices /a/devices
> /sbin/mount -F lofs /devices /a/devices
> echo chroot /a /sbin/zpool im
On 02 November, 2007 - Dave Pratt sent me these 2,0K bytes:
> I've been wrestling with implementing some ZFS mounts for /var and
> /usr into a jumpstart setup. I know that jumpstart does "know" anything
> about zfs as in your can't define ZFS volumes or pools in the profile.
> I've gone ah
I've been wrestling with implementing some ZFS mounts for /var and
/usr into a jumpstart setup. I know that jumpstart does "know" anything
about zfs as in your can't define ZFS volumes or pools in the profile.
I've gone ahead and let the JS do a base install into a single ufs slice
and the