diff options
Diffstat (limited to 'core/scripts/chroot.sh')
-rw-r--r-- | core/scripts/chroot.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/scripts/chroot.sh b/core/scripts/chroot.sh deleted file mode 100644 index 00fbd78..0000000 --- a/core/scripts/chroot.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -CHROOT=/mnt - -chroot $CHROOT /usr/bin/env -i \ - HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ - PATH=/bin:/usr/bin:/sbin:/usr/sbin \ - /bin/bash --login - |