mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
fixup: disable cloud services
Change-Id: I55a3a5d30e4bb1b2bdf74410fdf16cc6b7d69fdc
This commit is contained in:
12
fixups/S90-cloud-init
Executable file
12
fixups/S90-cloud-init
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# During boot the operating system’s 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
|
||||
Reference in New Issue
Block a user