lfs-scripts/scripts/chapter7/7.4-enter-chroot.sh

11 lines
207 B
Bash
Raw Normal View History

2023-01-10 04:45:45 +00:00
#!/bin/bash
chroot "$LFS" /usr/bin/env -i \
HOME=/root \
TERM="$TERM" \
PS1='(lfs chroot) \u:\w\$ ' \
PATH=/usr/bin:/usr/sbin \
/bin/bash --login