Skip to content

Commit

Permalink
bhyve: improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 30, 2023
1 parent 0b578e1 commit a8af84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/bhyve-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ create_bridge()

# create a named bridge for bhyve VMs
ifconfig bridge bridge-public 2>/dev/null || {
tell_status "creating bridge bridge-public"
tell_status "creating bridge-public"
ifconfig bridge create name bridge-public
get_public_facing_nic
ifconfig bridge-public addm "$PUBLIC_NIC"
Expand Down Expand Up @@ -54,7 +54,7 @@ grub> initrd (cd0)/isolinux/initrd.img
grub> boot
EO_GRUB

# within VM
# within Ubuntu VM
tee -a /etc/default/grub <<EO_DEFAULT_GRUB
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_TERMINAL='serial console'
Expand Down

0 comments on commit a8af84e

Please sign in to comment.