Skip to content

gorkawien/AturuxOS-Budgie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aturux-OS

Aturux-OS ist a personal modification (added some extra software for Budgie Desktop) of the original arch-setup: https://github.com/jorgeluiscarrillo/arch-setup

arch-setup is a console menu based (TUI) install script for Arch Linux.

The goal of this project is to provide a "Debian-like" install experience for new users interested in Arch Linux. Nearly every aspect of the install process is configurable by the installer. However, when it comes to more complicated aspects such as partitioning, the installer uses sane defaults to keep the installation process as user friendly as possible.

preview

Usage

Prerequisites

Downloading and Running the Script

  1. Once you have booted into the live media, install git and dialog: pacman -Sy git dialog --noconfirm

    • If you encounter error: not enough free disk space, then increase cowspace:

      mount -o remount,size=1G /run/archiso/cowspace

  2. Clone this repository: git clone https://github.com/gorkawien/AturuxOS-Budgie

  3. Run the script: cd AturuxOS-Budgie/ && chmod +x setup && ./setup

Features

Sane Defaults

Sane defaults are a set of predefined configurations that simply make sense for users of all levels of Linux experience.

  • Automatic Partitioning

    • Full disk partitioning with optional swap partition
    • Full disk partitioning with LVM
    • Full disk partitioning with LVM and root disk encryption (LVM on LUKS)
  • Networking

    • NetworkManager: Provides detection and configuration to automatically connect to a network
    • nm-applet: GUI front-end for NetworkManager
  • Boot loader

    • GRUB: Provides support for BIOS/UEFI systems and most file systems

Desktop Environment and Window Managers

Users may choose to install a complete desktop environment or a minimal window manager

  • Desktop Environments
    • Budgie (with some extra applications)
    • Cinnamon
    • GNOME
    • KDE Plasma
    • LXDE
    • LXQT
    • MATE
    • Xfce
  • Window Managers
    • awesome
    • bspwm
    • Fluxbox
    • i3
    • Openbox
    • xmonad

Graphics Drivers and Virtual Machine Support

Discrete graphics hardware is automatically detected. Users may choose to install open-source or proprietary drivers. If a virtual machine is detected, any utilities and drivers will be installed.

  • ATI/AMD
    • AMDGPU open-source driver
    • ATI (Radeon) open-source driver
  • NVIDIA
    • Nouveau open-source driver
    • NVIDIA proprietary driver
  • Virtual Machine Utilities
    • VirtualBox: Guest Additions
    • VMware Workstation: Open Virtual Machine Tools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages