We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7429edd commit c79ed52Copy full SHA for c79ed52
bootstrap-debian-sid.sh
@@ -4,7 +4,7 @@
4
#
5
6
export JAIL_NAME=debian-jessie-passenger
7
-export BASE_PATH=/home/gramos/jaulas
+export BASE_PATH=/home/lcostantini/jaulas
8
export MY_CHROOT=$BASE_PATH/$JAIL_NAME
9
10
if [[ ! -e $BASE_PATH/$JAIL_NAME ]]; then
@@ -13,6 +13,10 @@ fi
13
14
# --------------------------------------------------------------------------------
15
16
+echo "==> Install debootstrap..."
17
+
18
+apt-get install debootstrap
19
20
echo "==> Starting preparing a fresh debian SID in ${MY_CHROOT}..."
21
22
debootstrap --arch i386 jessie $MY_CHROOT http://http.debian.net/debian/
0 commit comments