live-bootstrap/sysa/run2.sh

18 lines
379 B
Bash
Raw Normal View History

#!/bin/bash
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
set -e
2021-03-20 21:23:07 +00:00
2021-03-21 16:10:53 +00:00
. helpers.sh
2021-03-21 00:24:24 +00:00
2021-03-25 21:47:57 +00:00
build xz-5.0.5
echo "Bootstrapping completed."
2021-03-14 23:27:51 +00:00
exec env - PATH=/after/bin PS1="\w # " bash -i