March 2017
Beginner to intermediate
925 pages
18h 11m
English
Debootstrap is a tool to install a Debian-based system into a directory of an already installed system.
Install debootstrap on the Debian-based system using the following command:
$ apt-get install debootstrap
The following command can be used to create the base image using Debootstrap:
$ debootstrap [OPTION...] SUITE TARGET [MIRROR [SCRIPT]]
SUITE refers to the release code name and MIRROR is the respective repository. If you wanted to create the base image of Ubuntu 14.04.1 LTS (Trusty Tahr), then do the following:
$ mkdir ...Read now
Unlock full access