#!/usr/bin/expect # SPDX-FileCopyrightText: 2021 fosslinux # # SPDX-License-Identifier: GPL-3.0-or-later set timeout -1 spawn python3 rootfs.py --chroot expect { "not syncing: Attempted to kill init" {} "Bootstrapping completed." {} }