From f696cbaeba0bbef694c30f1724a0f72b740391d1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 31 Mar 2016 12:03:54 +0200 Subject: Updating wording about Debian and Debian based containers in container-create-* manpages. Signed-off-by: Daniel Baumann --- share/man/container-create-debootstrap.1.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share/man/container-create-debootstrap.1.txt') diff --git a/share/man/container-create-debootstrap.1.txt b/share/man/container-create-debootstrap.1.txt index 96e639d..360d7b6 100644 --- a/share/man/container-create-debootstrap.1.txt +++ b/share/man/container-create-debootstrap.1.txt @@ -24,7 +24,7 @@ CONTAINER-CREATE-DEBOOTSTRAP(1) NAME ---- -container-create-debootstrap - Create a Debian container with debootstrap +container-create-debootstrap - Create a basic Debian based container with debootstrap SYNOPSIS @@ -34,7 +34,7 @@ SYNOPSIS DESCRIPTION ----------- -The debootstrap container creation script uses debootstrap(8) to create a Debian container. +The debootstrap container creation script uses debootstrap(8) to create a Debian based container. This script creates a pure Debian system with three modificiations: @@ -65,10 +65,10 @@ The following script options are available: EXAMPLES -------- -*Create a Debian 8 (jessie) container with same architecture as the host system:*:: +*Create a Debian 8 (jessie) based container with same architecture as the host system:*:: sudo container create -s debootstrap -n jessie.example.net -*Create a Debian 8 (jessie) with different architecture as the host system:*:: +*Create a Debian 8 (jessie) based container with different architecture as the host system:*:: sudo container create -s debootstrap -n jessie-i386.example.net -- -a i386 -- cgit v1.2.3