mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Remove useless diff.
This commit is contained in:
parent
97c8996c29
commit
87f34122fb
@ -115,14 +115,13 @@ ubuntu_user_pass=$(openssl rand -hex 12)
|
|||||||
|
|
||||||
cdrom_vmdk_f="${box_d}/${prefix}-configdrive.vmdk"
|
cdrom_vmdk_f="${box_d}/${prefix}-configdrive.vmdk"
|
||||||
|
|
||||||
|
|
||||||
# Create the user-data. This is totally insecure, but so is Vagrant. To
|
# Create the user-data. This is totally insecure, but so is Vagrant. To
|
||||||
# mitigate this insecurity, the vagrant instance is not accessible
|
# mitigate this insecurity, the vagrant instance is not accessible
|
||||||
# except via local host.
|
# except via local host.
|
||||||
cat > ${seed_d}/user-data <<END
|
cat > ${seed_d}/user-data <<END
|
||||||
#cloud-config
|
#cloud-config
|
||||||
chpasswd: { expire: False }
|
|
||||||
password: ${ubuntu_user_pass}
|
password: ${ubuntu_user_pass}
|
||||||
|
chpasswd: { expire: False }
|
||||||
ssh_pwauth: True
|
ssh_pwauth: True
|
||||||
manage_etc_hosts: localhost
|
manage_etc_hosts: localhost
|
||||||
END
|
END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user