mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
12 lines
278 B
Bash
12 lines
278 B
Bash
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
PATH=./${ARCH_DIR}/bin
|
|
|
|
./${ARCH_DIR}/bin/M2-Mesoplanet --architecture ${ARCH} \
|
|
-f sysa/wrap.c \
|
|
-o ./${ARCH_DIR}/bin/wrap \
|
|
--temp-directory ./x86/artifact
|
|
|
|
exec ./${ARCH_DIR}/bin/wrap ./${ARCH_DIR}/bin/kaem --verbose --strict --file sysa/after.kaem
|