mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 06:45:24 +01:00
Unhardcode x86 from initial steps.
This commit is contained in:
parent
5148a8e0da
commit
32ec57d62d
6 changed files with 48 additions and 21 deletions
|
|
@ -165,3 +165,7 @@ class SysGeneral:
|
|||
"--directory", self.tmp_dir],
|
||||
stdin=subprocess.PIPE, stdout=initramfs)
|
||||
cpio.communicate(input='\n'.join(file_list).encode())
|
||||
|
||||
stage0_arch_map = {
|
||||
"amd64": "AMD64",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue