mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 21:35:24 +01:00
9 lines
203 B
Bash
9 lines
203 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
ARCH=x86
|
|
STAGE0_ARCH=x86
|
|
exec /${ARCH}/bin/kaem --verbose --file run.kaem
|