logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: a1505e1c685242fd612297b694a11e13b6ea22eb
parent 70b43cb63c3cd589804c78099f485c436f5a27d0
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Fri, 21 Oct 2022 12:09:53 +0200

Fix --external-sources mode.

Fixes #210

Diffstat:

Msysc/init6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/sysc/init b/sysc/init @@ -57,12 +57,6 @@ install_tar util-linux-2.19.1 0 # Fix invocation of bash from perl ln -s /usr/bin/bash /usr/bin/sh -# Check tarballs -if [ -d "${DISTFILES}" ]; then - cd "${DISTFILES}" - sha256sum -c "${SOURCES}/SHA256SUMS.sources" -fi - # Begin sysc bootstrapping process cd "${SOURCES}" exec ./run.sh