chroot alias + helper
This commit is contained in:
parent
56485a1103
commit
903b4420cd
1 changed files with 6 additions and 0 deletions
6
enter
Executable file
6
enter
Executable 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue