chroot alias + helper

This commit is contained in:
Emile Clark-Boman 2025-08-14 22:40:48 +10:00
parent 56485a1103
commit 903b4420cd

6
enter Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
FS="build/rootfs"
LOGIN='/bin/bash -i'
env -i TERM=linux HOSTNAME=lilac chroot "$FS" $LOGIN