about summary refs log tree commit diff stats
path: root/core/scripts/chroot.sh
diff options
context:
space:
mode:
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
-
k Agaram <vc@akkartik.com> 2018-09-20 21:50:08 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-09-20 21:50:08 -0700 4563' href='/akkartik/mu/commit/subx/edit?h=main&id=af21f7d1cde23ae2fc1c4c30d25c07b159d27f5e'>af21f7d1 ^
113bae73 ^
af21f7d1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15