mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 04:45:23 +01:00
9 lines
214 B
Bash
9 lines
214 B
Bash
#!/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
|