From: Daniel Cordero <[email protected]>
dir_setup() doesn't exist, bootloader() exists but requires specific
tools to be installed in the seed stage and doesn't check that they are,
causing the build to fail.
---
If I have misconstrued the purpose of bootloader, then documentation
needs to be written.
catalyst/targets/embedded.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/catalyst/targets/embedded.py b/catalyst/targets/embedded.py
index aa23f5b3..1b4ad9d6 100644
--- a/catalyst/targets/embedded.py
+++ b/catalyst/targets/embedded.py
@@ -41,7 +41,6 @@ class embedded(StageBase):
def set_action_sequence(self):
self.settings['action_sequence'] = [
- "dir_setup",
"unpack",
"config_profile_link",
"setup_confdir",
@@ -51,7 +50,6 @@ class embedded(StageBase):
"setup_environment",
"build_kernel",
"build_packages",
- "bootloader",
"root_overlay",
"fsscript",
"unmerge",
--
2.26.2