Files
odroid-stamper/fixups/S90-cloud-init
Dongjin Kim 94f8a24a38 fixup: disable cloud services
Change-Id: I55a3a5d30e4bb1b2bdf74410fdf16cc6b7d69fdc
2024-01-20 12:39:21 +09:00

13 lines
406 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/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