mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 21:35:24 +01:00
Update stage0-posix.
This commit is contained in:
parent
6e3fab4da2
commit
620e10d4be
5 changed files with 17 additions and 38 deletions
5
sysa.py
5
sysa.py
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue