simpyll / dalis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DALIS

David's Arch Linux Install Scripts

Overview | Features | Status | Download | Installation | Structure | Structure | Roadmap | License

Overview

Dalis is a collection of Arch Linux install scripts that serve 3 purposes:

  1. Quickly format and reinstall Arch Linux on my own system. The various dalis scripts are found in the root of this repo.
  2. Help others understand how to build their own scripts via commenting within each script.
  3. Create a cental 'awesome' collection of various arch linux scripts and install guides found around the web.

Features

The key feature that separates these implementations from others is that these scripts are built to be as 'hands off' as possible. There is no need to type in anything yourself, except for when you create a new root and/or user password when prompted. Even things like hostname and user are pre-assigned, so unless you want your hostname to be 'arch' and your user to be 'david' you will need to modify these. Other things to consider modifying are locals, keymap, timezone, language, etc.

There are 5 scripts to choose from:

  1. dalis.sh - The standard basic install
  2. dalis-barebones.sh - The absolute minimal install needed
  3. dalis-lvm.sh - Root on a logical volume
  4. dalis-luks.sh - Root encrypted
  5. dalis-lvm-luks.sh - Root on a logical volume and encrypted

Note: Script endpoint is dictated by the ability to log in to terminal without iso. A successful install does not include a graphical environment or any other features.

Status

  1. dalis.sh - Working
  2. basic-config.sh - Working
  3. dalis-lvm.sh - Broken
  4. dalis-luks.sh - Broken
  5. dalis-lvm-luks.sh - Broken

Download

curl the raw script of your choice to the root terminal of your iso.

Example:

curl -LO raw.githubusercontent.com/simpyll/dalis/main/dalis.bash

Installation

Example:

sh dalis.bash

Structure

  • Main Scrpts are in project root
  • /resources is a collection of scripts and guides found around the web (mostly GitHub)
  • /docs is a collection of various notes on specific install topics (i.e. Connecting to the internet or creating locales)

Roadmap

  1. Get scripts functioning seamlessly.
  2. Comment each line of code to describe it's function.
  3. Add to and standardize the resource folder.

License

MIT

About

License:MIT License


Languages

Language:Shell 100.0%