mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
14 lines
287 B
Text
14 lines
287 B
Text
# SPDX-FileCopyrightText: 2023 Richard Masters <grick23@gmail.com>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
prefix=/usr
|
|
bindir=${prefix}/bin
|
|
|
|
PATH=${bindir}
|
|
|
|
cd sysa
|
|
|
|
catm run2-after-fiwix.kaem bootstrap.cfg run-after-fiwix.kaem
|
|
chmod 755 run2-after-fiwix.kaem
|
|
|
|
kaem --file run2-after-fiwix.kaem
|