diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-10-25 13:13:01 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-10-25 13:13:01 +0000 |
commit | 07357f5916ea7380a6008b6e29d50c1889311491 (patch) | |
tree | d9f0c5fa35941b7484aaf575cc1aac90d7ac4b20 /share/man/container-create-debootstrap.1.txt | |
parent | Releasing debian version 20160801-1. (diff) | |
download | open-infrastructure-compute-tools-07357f5916ea7380a6008b6e29d50c1889311491.tar.xz open-infrastructure-compute-tools-07357f5916ea7380a6008b6e29d50c1889311491.zip |
Merging upstream version 20161101.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/man/container-create-debootstrap.1.txt')
-rw-r--r-- | share/man/container-create-debootstrap.1.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/container-create-debootstrap.1.txt b/share/man/container-create-debootstrap.1.txt index 3377ea0..7f7d8fb 100644 --- a/share/man/container-create-debootstrap.1.txt +++ b/share/man/container-create-debootstrap.1.txt @@ -54,10 +54,10 @@ The following script options are available: Specify the Debian architecture, defaults to the host systems architecture. *-d, --distribution='DISTRIBUTION'*:: - Specify the Debian distribution, defaults to jessie. + Specify the Debian distribution, defaults to stretch. *-m, --mirror='MIRROR'*:: - Specify the Debian mirror, defaults to http://ftp.debian.org/debian. + Specify the Debian mirror, defaults to https://deb.debian.org/debian. *-p, --root-password='PASSWORD'*:: Specify the root password, defaults to a random 16 character password. @@ -65,11 +65,11 @@ The following script options are available: EXAMPLES -------- -*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 9 (stretch) based container with same architecture as the host system:*:: + sudo container create -s debootstrap -n stretch.example.net -*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 +*Create a Debian 9 (stretch) based container with different architecture as the host system:*:: + sudo container create -s debootstrap -n stretch-i386.example.net -- -a i386 SEE ALSO |