Giter VIP home page Giter VIP logo

deploy-artix's Introduction

deploy-artix

Overview

screenshot

This project aims to provide a smooth Artix Linux installation experience, either for beginners or experts who want a reproducable best-practices installation. It supports only runit init system. It also supports cryptsetup.

The installer performs the following main steps (in roughly this order), with some parts depending on the chosen configuration:

  1. Configure system (hostname, timezone, keymap, locales, ...)
  2. Partition disk
  3. Install kernel
  4. Install base packages
  5. Setup grub
  6. Ensure minimal working Artix with dotfiles

Preinstallation

  • ISO downloads can be found at artixlinux.org
  • ISO files can be burned to drives with sudo dd if=/path/to/artix.iso of=/dev/[drive letter] bs=2M status=progress or something like Etcher.
  • A better method these days is to use Ventoy.

Usage

  1. Boot into live environment (both login and password are artix).
  2. Connect to the internet.

Ethernet is setup automatically and Wi-Fi is setup with something like:

sudo rfkill unblock wifi
sudo ip link set wlan0 up
connmanctl # In ConnMan, use respectively: `agent on`, `enable wifi`, `scan wifi`, `services`, `connect wifi_NAME`, `quit`
  1. Run the script as root:
bash <(curl -s https://raw.githubusercontent.com/YurinDoctrine/deploy-artix/main/setup.sh)
  1. Once all done, reboot or poweroff and remove the installation media then boot into Artix (post-installation networking is done with wpa_supplicant).

References

deploy-artix's People

Contributors

yurindoctrine avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

susukin0

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.