Sha256: f9e869a5529b08075c4a0b2230e86530d25a5553c2569e7f350f9442ffcba035

Contents?: true

Size: 1.58 KB

Versions: 79

Compression:

Stored size: 1.58 KB

Contents

# Arch Linux

> Arch Linux is an independently developed, i686/x86-64 general-purpose GNU/Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is a minimal base system, configured by the user to only add what is purposely required.

Source: https://wiki.archlinux.org/index.php/Arch_Linux

# Installation

## Specifying a version to install

> Arch Linux strives to maintain the latest stable release versions of its software as long as systemic package breakage can be reasonably avoided.

Source: https://wiki.archlinux.org/index.php/Arch_Linux

Since Arch is a rolling release, the Puppet version installed by Pacman will always be the latest avaliable release from the upstream.

Because of this, it's not possible to specify a specific version with any of the Puppet install helper methods, and a warning will be shown if it is attempted.

Because the Arch version will always be latest, it will always be Puppet 4+ with the AIO packaging, so it's advised to specify this in the config:

```
CONFIG:
  log_level: verbose
  type: aio
```

## Versioning

Arch doesn't really have the idea of a release version, as it's a rolling update.

For coventions sake, it's advised to put the date of creation of your Arch VM in the name of your SUT, so you know roughly when the VM is cut from:

```
HOSTS:
  archlinux-2016.02.02-amd64:
    roles:
      - master
    platform: archlinux-2016.02.02-amd64
    box: terrywang/archlinux
    box_version: 1.0.0
    hypervisor: vagrant
CONFIG:
  log_level: verbose
  type: aio
```

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
beaker-6.5.0 docs/how_to/hosts/archlinux.md
beaker-6.4.1 docs/how_to/hosts/archlinux.md
beaker-6.4.0 docs/how_to/hosts/archlinux.md
beaker-6.3.0 docs/how_to/hosts/archlinux.md
beaker-6.2.0 docs/how_to/hosts/archlinux.md
beaker-6.1.0 docs/how_to/hosts/archlinux.md
beaker-5.8.1 docs/how_to/hosts/archlinux.md
beaker-4.42.0 docs/how_to/hosts/archlinux.md
beaker-5.8.0 docs/how_to/hosts/archlinux.md
beaker-5.7.0 docs/how_to/hosts/archlinux.md
beaker-4.41.2 docs/how_to/hosts/archlinux.md
beaker-4.41.1 docs/how_to/hosts/archlinux.md
beaker-5.6.0 docs/how_to/hosts/archlinux.md
beaker-4.41.0 docs/how_to/hosts/archlinux.md
beaker-5.5.0 docs/how_to/hosts/archlinux.md
beaker-5.4.0 docs/how_to/hosts/archlinux.md
beaker-5.3.1 docs/how_to/hosts/archlinux.md
beaker-4.40.2 docs/how_to/hosts/archlinux.md
beaker-5.3.0 docs/how_to/hosts/archlinux.md
beaker-4.40.1 docs/how_to/hosts/archlinux.md