logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

system-images_base-system - minimal live and installer image

Authors

       •   Daniel Baumann <daniel.baumann@open-infrastructure.net>

system-images                                       20161115                               SYSTEM-IMAGES-BASE(7)

Description

       "In computing, configuration files, or config files configure the initial settings for some computer
       programs."

           -- Wikipedia (https://en.wikipedia.org/wiki/Configuration_file)

       system-images contains configuration trees of some Debian based live and installer images.

Development

       Bug reports, feature requests, help, patches, support and everything else are welcome on the Open
       Infrastructure Software Mailing List:

       •   https://lists.open-infrastructure.net/listinfo/software

       Please base patches against the next Git branch using common sense:

       •   https://www.kernel.org/doc/Documentation/SubmittingPatches

       Debian specific bugs can also be reported in the Debian Bug Tracking System:

       •   https://bugs.debian.org

Download

       •   Upstream Releases: https://files.open-infrastructure.net/software/system-images/upstream

       •   Upstream Sources: https://sources.open-infrastructure.net/software/system-images

       •   Debian Releases: https://files.open-infrastructure.net/software/system-images/debian

       •   Debian Sources:
           https://sources.progress-linux.org/users/daniel/debian/packages/open-infrastructure-system-images

Installation

SOURCE
        1. sudo apt install asciidoc git docbook-xml docbook-xsl libxml2-utils make xsltproc imagemagick
           librsvg2-bin

        2. git clone https://sources.open-infrastructure.net/software/system-images

        3. cd system-images && sudo make install

   DEBIAN9(STRETCH)ANDNEWER
       •   sudo apt install system-images

Name

       system-images_base-system - minimal live and installer image

Usage

       The following configuration trees are available:

       •   base-system: a Debian based, minmal system, see https://debian.org

       •   container-server: a Container Server system using container-tools, see
           https://open-infrastructure.net/software/container-tools

       •   gnome-desktop: a GNOME Desktop system using GNOME, see https://gnome.org

       A software called system-build can be used to automatically build images from this configuration tree.

       system-build can be obtained from https://open-infrastructure.net/software/system-build.

       On Debian based systems, system-build can be installed with:

           # apt-get install system-build

       system-build can be used to build this image with the following command executed in this directory::

           # lb build

See Also