Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 20, 2024
1 parent b5057d4 commit 77627ea
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions provision/bhyve-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ install_ubuntu_bhyve()
bhyvectl --destroy --vm=ubuntu-guest
}

install_ubuntu()
{
# tell_status "installing ubuntu"
install_ubuntu_bhyve
}

configure_ubuntu()
{
Expand Down Expand Up @@ -143,11 +138,7 @@ test_ubuntu()
echo "hrmm, how to test?"
}

#base_snapshot_exists || exit
#create_staged_fs ubuntu-guest
#start_staged_jail ubuntu-guest
install_ubuntu
configure_ubuntu
install_ubuntu_bhyve
#configure_ubuntu
#start_ubuntu
#test_ubuntu
#promote_staged_jail ubuntu-guest

0 comments on commit 77627ea

Please sign in to comment.