Skip to content

Script to automate deployment after Manjaro installation with German Locale and set of software to work with Manjaro for gaming and work.

Notifications You must be signed in to change notification settings

darksidewalker/DarkMatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is currently a work in progress.

Installer Script

This README contains the steps I do to install and configure my Manjaro Arch Linux installation to turn it in a Gaming-Linux and added Docker and workspace capabilities.


Create Manjaro ISO or Use Image

Download ManjaroISO from Manjaro and put on a USB drive with Etcher, Ventoy, or Rufus

Install Manjaro

Boot Manjaro

From initial Prompt type the following commands:

sudo pacman -Sy --needed git
git clone https://github.com/darksidewalker/DarkMatic
cd DarkMatic
./darkmatic.sh

System Description

This is an install script post Manjaro Linux installation. It includes prompts to select your desired installation tasks. The project was customozed to work with Manjaro and german locales.

Troubleshooting

Arch Linux RickEllis Installation Guide Arch Linux Wiki Installation Guide Manjaro Wiki

The main script will generate .log files for every script that is run as part of the installation process. These log files contain the terminal output so you can review any warnings or errors that occurred during installation and aid in troubleshooting.

No Wifi

You can check if the WiFi is blocked by running rfkill list. If it says Soft blocked: yes, then run rfkill unblock wifi

After unblocking the WiFi, you can connect to it. Go through these 5 steps:

#1: Run iwctl

#2: Run device list, and find your device name.

#3: Run station [device name] scan

#4: Run station [device name] get-networks

#5: Find your network, and run station [device name] connect [network name], enter your password and run exit. You can test if you have internet connection by running ping google.com, and then Press Ctrl and C to stop the ping test.

Reporting Issues

An issue is easier to resolve if it contains a few important pieces of information.

  1. Chosen configuration from /configs/setup.conf (DONT INCLUDE PASSWORDS)
  2. Errors seen in .log files
  3. What commit/branch you used
  4. Where you were installing (VMWare, Virtualbox, Virt-Manager, Baremetal, etc)
    1. If a VM, what was the configuration used.

Credits

About

Script to automate deployment after Manjaro installation with German Locale and set of software to work with Manjaro for gaming and work.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages