New paste Repaste Download
check_chroot() {
    IS_CHROOT=0
    if [[ ! /proc/1/root/. -ef / ]]; then
        zmsg "Inside chroot"
        ZBUILD=${ZBUILD:-/zbuild}
        ZSRC=${ZSRC:-/sources}
        IS_CHROOT=1
    else
        zmsg "Outside chroot"
        source $(pwd)/stage0/0-environment.sh || { zmsg "Error Getting Environment"; exit 1; }
    fi
}
Filename: None. Size: 342b. View raw, , hex, or download this file.

This paste expires on 2025-07-26 19:02:56.217660. Pasted through web.