From f239c39c62451f2bd859785f80786c52360825af Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Thu, 28 Apr 2011 11:43:47 -0500 Subject: [PATCH] j: rename jail_new to jail_init; recomment --- j | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/j b/j index b511158..a1ca67c 100755 --- a/j +++ b/j @@ -25,8 +25,9 @@ jail_env=" USER=${USER} " -# Create a new jail (Will not work, since a new jail will not exist and will not pass the 'not a jail' check above) -jail_new() { +# Create a new jail, somehow +jail_init() { + # Either a debian jail with debootstrap or a gentoo jail with stage3 + portage tarballs DEBOOTSTRAP_DIR="$(base)/debootstrap" "${DEBOOTSTRAP_DIR}/debootstrap" --arch=amd64 squeeze "${jdir}" } -- 2.45.0