#!/usr/bin/env bash FS="build/rootfs" LOGIN='/bin/bash -i' env -i TERM=linux HOSTNAME=lilac chroot "$FS" $LOGIN