about summary refs log tree commit diff stats
path: root/core/scripts/chroot.sh
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2021-02-25 23:22:17 +0000
committerSilvino <silvino@bk.ru>2021-02-25 23:22:17 +0000
commitd12b35a47b9a872ecb5e037f1c2b02e1ea8927fb (patch)
tree8fdac6dfc8cabb9f85a2db3a3bd628cfe44438cd /core/scripts/chroot.sh
parent0a6b0fc9769daf0932cb207c3285baa31547b489 (diff)
parenta3628fc49db4d88ff3e4067268650710d1da3f6f (diff)
downloaddoc-d12b35a47b9a872ecb5e037f1c2b02e1ea8927fb.tar.gz
merge openbsd branch into develop
new directory layout
Diffstat (limited to 'core/scripts/chroot.sh')
-rw-r--r--core/scripts/chroot.sh9
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
-