mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-02-12 13:03:43 +00:00
run add_riscv_gpt on riscv64
This commit is contained in:
parent
c1edc22c24
commit
45aa1e4550
@ -380,3 +380,7 @@ class ISOBuilder:
|
|||||||
cmd.extend(mkisofs_opts + [self.iso_root, "-o", dest])
|
cmd.extend(mkisofs_opts + [self.iso_root, "-o", dest])
|
||||||
with self.logger.logged("running xorriso"):
|
with self.logger.logged("running xorriso"):
|
||||||
self.logger.run(cmd, cwd=self.workdir, check=True, limit_length=False)
|
self.logger.run(cmd, cwd=self.workdir, check=True, limit_length=False)
|
||||||
|
if self.arch == "riscv64":
|
||||||
|
debian_cd_dir = self.workdir.joinpath("debian-cd")
|
||||||
|
add_riscv_gpt = debian_cd_dir.joinpath("tools/add_riscv_gpt")
|
||||||
|
self.logger.run([add_riscv_gpt, dest], cwd=self.workdir)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user