Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2016 09:04:28 +0700
From:      Victor Sudakov <vas@mpeks.tomsk.su>
To:        Kamil Czekirda <kczekirda@gmail.com>
Cc:        freebsd-sysinstall@freebsd.org
Subject:   Re: Bsdinstall and unattended ZFS installation
Message-ID:  <20160719020427.GA22537@admin.sibptus.transneft.ru>
In-Reply-To: <CADSgWNH8ykyDTbA-1sN4FG6Xd5uMWgnnk8tDMP1gTEZENQt7Gg@mail.gmail.com>
References:  <20160718111523.GA15456@admin.sibptus.transneft.ru> <CADSgWNH8ykyDTbA-1sN4FG6Xd5uMWgnnk8tDMP1gTEZENQt7Gg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Kamil Czekirda wrote:
> Dear Victor,
> 
> you should use something like:

> 
> =====================================
> # by VAS
> DISTRIBUTIONS="kernel.txz base.txz games.txz"
> 
> # Virtual Device (vdev) type to create, possible options:
> # stripe - no redundancy,
> # mirror - n-Way Mirroring,
> # raidz1, raidz2, raidz3 - single, double, triple redundant RAID
> #
> ZFSBOOT_VDEV_TYPE="stripe"
> 
> ZFSBOOT_DISKS="md0"
> 
> ZFSBOOT_SWAP_SIZE=2g
> 
> ZFSBOOT_CONFIRM_LAYOUT=1
> 
> #!/bin/sh

Dear Kamil,

The script you provided goes interactive into the "ZFS Configuration"
dialogue. So technically it is not a working unattended script I am
looking for.

I tried it on 10.3-RELEASE-p4.

[dd]

> # sed -i .bak 's/Components src world kernel/Components world kernel/'
> /etc/freebsd-update.conf # you don't need it since r284425

And what do you mean by the above BTW? 


-- 
Victor Sudakov,  VAS4-RIPE, VAS47-RIPN
sip:sudakov@sibptus.tomsk.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160719020427.GA22537>