mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +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
9
sysa/after.kaem.amd64
Normal file
9
sysa/after.kaem.amd64
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
ARCH=amd64
|
||||
STAGE0_ARCH=AMD64
|
||||
exec /${STAGE0_ARCH}/bin/kaem --verbose --file run.kaem
|
||||
Loading…
Add table
Add a link
Reference in a new issue