fixup: disable cloud services

Change-Id: I55a3a5d30e4bb1b2bdf74410fdf16cc6b7d69fdc
This commit is contained in:
Dongjin Kim
2024-01-20 04:37:00 +09:00
parent 8a4682c590
commit 94f8a24a38

12
fixups/S90-cloud-init Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# During boot the operating systems init system will check for the existence
# of this file. If it exists, cloud-init will not be started.
touch /etc/cloud/cloud-init.disabled
# cloud-initramfs-growroot is going to run growpart on the root filesystem
# during the initramfs unless one of the following files exists on the root
# filesystem:
touch /etc/growroot-disabled
update-initramfs -u