.
This commit is contained in:
BIN
jails/config/common/current-src.bzip2
Normal file
BIN
jails/config/common/current-src.bzip2
Normal file
Binary file not shown.
@ -16,7 +16,7 @@ bhyvectl --destroy --vm=cvm-b
|
||||
while true
|
||||
do
|
||||
|
||||
bhyve -c 4 -m 16G -A -H -P \
|
||||
bhyve -c 8 -m 32G -A -H -P \
|
||||
-s 0,hostbridge \
|
||||
-s 3,ahci-cd \
|
||||
-s 4,virtio-blk,/dev/zvol/ship/raw/cvm-b \
|
||||
|
@ -19,8 +19,13 @@ do
|
||||
bhyve -c 2 -m 4G -A -H -P \
|
||||
-s 0,hostbridge \
|
||||
-s 3,ahci-cd \
|
||||
-s 4,virtio-blk,/dev/zvol/ship/raw/freebsd \
|
||||
-s 5,virtio-net,tap83,mac=00:0A:0B:0C:0D:83 \
|
||||
-s 4,virtio-blk,/dev/zvol/ship/raw/freebsd_1 \
|
||||
-s 5,virtio-blk,/dev/zvol/ship/raw/freebsd_2 \
|
||||
-s 6,virtio-blk,/dev/zvol/ship/raw/freebsd_z1 \
|
||||
-s 7,virtio-blk,/dev/zvol/ship/raw/freebsd_z2 \
|
||||
-s 8,virtio-blk,/dev/zvol/ship/raw/freebsd_z3 \
|
||||
-s 9,virtio-blk,/dev/zvol/ship/raw/freebsd \
|
||||
-s 10,virtio-net,tap83,mac=00:0A:0B:0C:0D:83 \
|
||||
-s 29,fbuf,tcp=0.0.0.0:5983,w=1600,h=900 \
|
||||
-s 30,xhci,tablet \
|
||||
-s 31,lpc -l com1,/dev/nmdm83A \
|
||||
@ -47,7 +52,7 @@ done
|
||||
exit $?
|
||||
|
||||
#-s 3,ahci-cd \
|
||||
#-s 3,ahci-cd,/mnt/freebsd/FreeBSD-12.1-RELEASE-amd64-disc1.iso \
|
||||
#-s 3,ahci-cd,/mnt/freebsd/FreeBSD-12.2-RELEASE-amd64-disc1.iso \
|
||||
# set boot_serial=NO
|
||||
# first in boot menu option 3 and then /boot/loader.conf after install
|
||||
|
||||
@ -58,8 +63,17 @@ exit $?
|
||||
|
||||
#on base system:
|
||||
#zfs create -V 32G -o refreservation=none ship/raw/freebsd
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd_1
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd_2
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd_z1
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd_z2
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd_z3
|
||||
# on boot
|
||||
#ifconfig tap83 create
|
||||
#ifconfig bridge1 addm tap83 up
|
||||
#ifconfig tap83 up
|
||||
#ifconfig tap83 inet6 auto_linklocal
|
||||
#
|
||||
#zroot mirror /dev/vtbd1 /dev/vtbd2 - created during zroot install
|
||||
#zpool create -f ship /dev/vtbd2 /dev/vtbd3 /dev/vtbd4
|
||||
#zpool create -f data /dev/vtbd5
|
||||
|
Reference in New Issue
Block a user