Git Product home page Git Product logo

autoarch's Introduction

autoarch

The purpose of this project is to automate Arch installation with a set of packages and configuration files to make it ready to use.

There are two stages:

  1. aa.sh will install Arch on disk. The pre-requisite is to start PC from archiso image, then copy aa.sh and run it. To download aa.sh from a (network-enabled) archiso, execute:

    curl -O https://raw.githubusercontent.com/sebmillet/autoarch/master/src/aa.sh

    If aa.sh finds itself part of an extracted archive (INSTPUB.tgz or INSTPRIV.tgz, see below), then it won't download it. If not, then aa.sh will automatically download and extract INSTPUB.tgz from the latest release published on github. INSTPRIV.tgz cannot be downloaded (it is never published online.)

  2. The use of one of INSTPUB.tgz or INSTPRIV.tgs, to install additional packages and implement proper configuration. Both archives are very close, but INSTPRIV.tgz contains extra, non-public stuff like configuration files containing passwords and ~/.gnupg for example.

    When extracted, they create an 'install' directory from where you can install and configure whatever you wish with a Makefile logic.

    Low level targets are named with two numbers (10 for basic configuration files, 20 to install some extra packages, etc.).

    Higher-level targets (targets triggering other targets) are:

    • cli: installs and configures everything non-gui.

    • gui: installs and configures everything gui.

    • all: triggers both cli and gui

autoarch's People

Contributors

sebmillet avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.