7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
printf "%s\t%s\t%s\t%s\n" \
|
||
|
cloud-init cloud-init/datasources multiselect "NoCloud, None" | \
|
||
|
debconf-set-selections
|
||
|
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure cloud-init
|