diff --git a/live-build/ubuntu-cpc/hooks/042-vagrant.binary b/live-build/ubuntu-cpc/hooks/042-vagrant.binary index 43f69734..79d8c201 100755 --- a/live-build/ubuntu-cpc/hooks/042-vagrant.binary +++ b/live-build/ubuntu-cpc/hooks/042-vagrant.binary @@ -102,12 +102,6 @@ prefix="${distro}-${suite}-${version}-cloudimg" vmdk_f="${box_d}/${prefix}.vmdk" create_vmdk ${derivative_img} ${vmdk_f} -# Vagrant needs a base user. We either inject the well-known SSH key -# or use password authentication. Both are ugly. So we'll use a password -# and make it random. This obviously is insecure...but at least its -# better than the alternatives. -ubuntu_user_pass=$(openssl rand -hex 12) - #################################### # Create the ConfigDrive # This is a cloud-init piece that instructs cloud-init to configure @@ -120,9 +114,6 @@ cdrom_vmdk_f="${box_d}/${prefix}-configdrive.vmdk" # except via local host. cat > ${seed_d}/user-data < ${box_d}/Vagrantfile <