Skip to content

Commit

Permalink
fix the autoinstall failure for freebsd 64bit
Browse files Browse the repository at this point in the history
Signed-off-by: linhuali <lli@vmware.com>
  • Loading branch information
linhuali committed Jan 30, 2024
1 parent 86cb83f commit 40331ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoinstall/FreeBSD/13/installerconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export ZFSBOOT_DISKS=ada0
export ZFSBOOT_DISKS=da0
{% endif %}

{% if guest_id.find('64Guest') != -1 %}
{% if guest_id.find('64Guest') != -1 or dh_vm_guest_id.find('64') != -1 %}
DISTRIBUTIONS="kernel.txz base.txz kernel-dbg.txz lib32.txz src.txz ports.txz"
export ZFSBOOT_BOOT_TYPE="BIOS+UEFI"
{% else %}
Expand Down

0 comments on commit 40331ec

Please sign in to comment.