Skip to content

Commit

Permalink
fix autoinstall issue for 32bit ISO
Browse files Browse the repository at this point in the history
Signed-off-by: ZouYuhua <[email protected]>
  • Loading branch information
ZouYuhua committed May 17, 2024
1 parent 3ba0d7d commit f2616c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoinstall/FreeBSD/13/installerconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ FreeBSD_latest: {
EOF

env ASSUME_ALWAYS_YES=YES pkg update -f > /dev/ttyu0
{% if guest_id.find('64Guest') != -1 %}
packages_to_install='sddm kde5 open-vm-tools xf86-input-vmmouse wget curl e2fsprogs iozone lsblk'
{% else %}
packages_to_install='open-vm-tools xf86-input-vmmouse wget curl e2fsprogs iozone lsblk'
{% endif %}
for package_to_install in $packages_to_install
do
ret=1
Expand Down

0 comments on commit f2616c0

Please sign in to comment.