spawnguin/enter

7 lines
114 B
Text
Raw Normal View History

2025-08-14 22:40:48 +10:00
#!/usr/bin/env bash
FS="build/rootfs"
LOGIN='/bin/bash -i'
env -i TERM=linux HOSTNAME=lilac chroot "$FS" $LOGIN