Update stage0-posix.

This commit is contained in:
Andrius Štikonas 2021-12-28 11:51:15 +00:00
parent 6e3fab4da2
commit 620e10d4be
5 changed files with 17 additions and 38 deletions

View file

@ -78,12 +78,9 @@ class SysA(SysGeneral):
shutil.copy2(kaem_optional_seed, os.path.join(self.tmp_dir, 'init'))
# stage0-posix hook to continue running live-bootstrap
shutil.copy2(os.path.join(self.sys_dir, f"after.kaem.{self.arch}"),
shutil.copy2(os.path.join(self.sys_dir, 'after.kaem'),
os.path.join(self.tmp_dir, 'after.kaem'))
shutil.copy2(os.path.join(self.sys_dir, 'run.kaem'),
os.path.join(self.tmp_dir, 'run.kaem'))
def after(self):
"""
Prepare sources in /after directory.