Mark D Horn a1acd96bc0 network: Change in network bundle name
Switch from NetworkManager-basic to NetworkManager for the pending
network patch set.

Change to running each systemctl command in sequence instead of as
a single command to improve the recovery rate for network restart.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2019-04-30 18:21:17 -07:00
2019-03-22 12:05:48 -07:00
2019-03-11 17:11:55 -07:00
2018-11-08 14:30:00 -08:00
2019-03-11 17:11:55 -07:00
2018-10-02 14:16:42 -07:00
2018-09-25 09:56:40 -07:00
2019-03-08 15:49:39 -08:00
2018-10-09 16:46:40 -07:00
2019-04-16 22:56:16 -07:00
2019-04-19 08:56:28 -07:00
2019-04-18 12:48:36 -07:00
2019-04-30 14:17:01 -07:00
2018-10-30 10:33:02 -06:00
2018-08-13 14:14:30 -07:00
2019-03-05 11:01:55 -08:00
2019-01-31 11:05:31 -08:00

Clear Linux Installer

Clear Linux OS Security

As the installer is a part of the Clear Linux OS distribution, this program follows the Clear Linux OS Security processes.

Dependencies

The following bundles are required in order to run clr-installer:

  • sysadmin-basic (for kbd)
  • storage-utils
  • network-basic

How to test?

Make sure there is extra storage space, such as a USB memory stick, and choose it while running the installer.

Clone this repository

git clone https://github.com/clearlinux/clr-installer.git

Build the installer

cd clr-installer && make

Install (installing the installer)

To create a bootable image which will launch the installer, use the installer.yaml as the config file.

sudo .gopath/bin/clr-installer --config scripts/installer.yaml

Refer to InstallerYAMLSyntax for syntax of the config file.

Create a bootable installer on USB media:

sudo .gopath/bin/clr-installer --config scripts/installer.yaml -b installer:<usb device>

Note: Replace <usb device> with the usb's device file as follows:

sudo .gopath/bin/clr-installer --config scripts/installer.yaml -b installer:/dev/sdb

Testing [Run as root]

In order to execute an install the user must run clr-installer as root. It's always possible to tweak configurations and only save the configuration for future use, in that case it's not required to run as root.

Having said that, to run a install do:

sudo .gopath/bin/clr-installer

Multiple Installer Modes

Currently the installer supports 2 modes (a third one is on the way):

  1. Mass Installer - using an install descriptor file
  2. TUI - a text based user interface
  3. GUI - a graphical user interface (yet to come)

Using Mass Installer

In order to use the Mass Installer provide a --config, such as:

sudo .gopath/bin/clr-installer --config ~/my-install.yaml

Using TUI

Call the clr-installer executable without any additional flags, such as:

sudo .gopath/bin/clr-installer

Reboot

For scenarios where a reboot may not be desired, such as when running the installer on a development machine, use the --reboot=false flag as follows:

sudo .gopath/bin/clr-installer --reboot=false

or if using the Mass Installer mode:

sudo .gopath/bin/clr-installer --config=~/my-install.yaml --reboot=false
S
Description
No description provided
Readme
9.9 MiB
Languages
Go 92.9%
Shell 5.2%
Makefile 1.5%
CSS 0.3%
Python 0.1%