MCPcopy Create free account
hub / github.com/canonical/cloud-init / initialize

Method initialize

cloudinit/stages.py:237–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235 return len(rm_list)
236
237 def initialize(self):
238 self._initialize_filesystem()
239
240 @staticmethod
241 def _get_strictest_mode(mode_1: int, mode_2: int) -> int:

Calls 1