Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- create -b
- set zonepath=/rpool/machine/Gentoo
- set brand=bhyve
- set autoboot=true
- set ip-type=exclusive
- add fs
- set dir="/support/images/install-amd64-minimal-20250216T164837Z.iso"
- set special="/support/images/install-amd64-minimal-20250216T164837Z.iso"
- set type="lofs"
- add options ro
- add options nodevices
- end
- add net
- set physical="Gentoolan0"
- end
- add device
- set match="/dev/zvol/rdsk/volumes/vol/Gentoo/boot"
- end
- add device
- set match="/dev/zvol/rdsk/volumes/vol/Gentoo/root"
- end
- add device
- set match="/dev/zvol/rdsk/volumes/vol/Gentoo/swap"
- end
- add attr
- set name="bootrom"
- set type="string"
- set value="BHYVE_RELEASE"
- end
- add attr
- set name="vnc"
- set type="string"
- set value="unix=/tmp/vpn-server.vnc"
- end
- add attr
- set name="acpi"
- set type="string"
- set value="on"
- end
- add attr
- set name="console"
- set type="string"
- set value="/dev/zconsole"
- end
- add attr
- set name="disk0"
- set type="string"
- set value="volumes/vol/Gentoo/root"
- end
- add attr
- set name="disk1"
- set type="string"
- set value="volumes/vol/Gentoo/swap"
- end
- add attr
- set name="bootdisk"
- set type="string"
- set value="volumes/vol/Gentoo/boot"
- end
- add attr
- set name="cdrom"
- set type="string"
- set value="/support/images/install-amd64-minimal-20250216T164837Z.iso"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement