From 77627eaf3ee3d22bcebf53f2270494285c89ff4d Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Fri, 16 Jun 2023 19:51:18 -0700 Subject: [PATCH] remove comments --- provision/bhyve-ubuntu.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/provision/bhyve-ubuntu.sh b/provision/bhyve-ubuntu.sh index 9089f272..e26ab8a5 100755 --- a/provision/bhyve-ubuntu.sh +++ b/provision/bhyve-ubuntu.sh @@ -109,11 +109,6 @@ install_ubuntu_bhyve() bhyvectl --destroy --vm=ubuntu-guest } -install_ubuntu() -{ - # tell_status "installing ubuntu" - install_ubuntu_bhyve -} configure_ubuntu() { @@ -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