Skip to content

Providing resources for building an Arch-based iso image

Notifications You must be signed in to change notification settings

aut-icpc/Arch-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Arch-linux

Introduction

For AUT-ICPC competitions of 2019, I provided an Archlinux iso image. So here are some links and explanations for the journey of installing and configuring and having a live image in Archlinux.

alt text

Getting Started

A heads up from Archlinux website for starting(see by youself):

You may not want to use Arch, if

- you require support for an architecture other than x86_64.
- you do not have the ability/time/desire for a 'do-it-yourself' GNU/Linux distribution.
- you believe an operating system should configure itself, run out of the box, and include a complete default
  set of software and desktop environment on the installation media.

General Tip

  • Whenever you got stuck in the procedures, Archwiki will be your saviour.

Contents

Download Arch Iso

You can download Arch iso from here.

Installation

For installing Arch, you can use the documents existing at Archwiki or just watching tutorials at Youtube.

Tips

  • For a fully functional base system, pay attention to the packages appended to the end of pacstrap command, otherwise you may end up having no text editor or network manager. for example:
pacstrap /mnt base linux linux-firmware
  • Set the system clock up to date, otherwise you may face some problems later.

Post-installation

  • Like setting up a graphical user interface, sound or a touchpad. You can visit Archwiki for General recommendations after installation.
  • For a list of applications that may be of interest, see List of applications.

Graphical user interface

  • Archwiki's documents on GUI

Desktop environment

For setting up a desktop environment and choosing the desktop itself, Arcolinuxd website is a good source to go.

  • An example of installing Xfce on Arch(Of course you can install something else instead of Xfce):
pacman -S xorg-server xorg-apps xorg-xinit xterm

You need to install a display manager or a login manager. For example install lightdm. We will install the desktop environment Deepin lateron. We do not need to install line 2 now. Deepin has its own lightdm greeter.

pacman -S lightdm
pacman -S lightdm-gtk-greeter lightdm-gtk-greeter-settings
systemctl enable lightdm.service
  • Do not reboot until you have a desktop environment.
  • Do not FORGET TO ENABLE Lightdm. Now choose your desktop(List of desktop environments)!I go with Xfce now:
pacman -S xfce4
pacman -S xfce4-goodies

If you forget to activate the lightdm.service you will never be able to boot into the graphical environment. Of course you can fix it but I'm giving you the heads up! :)

Live Image

In order to generate Arch images, you need to use Archiso.

Archiso is a small set of bash scripts capable of building fully functional Arch Linux live CD/DVD/USB images.

  • For installing Archiso use the following command:
pacman -S archiso

or

yaourt archiso-git

About

Providing resources for building an Arch-based iso image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published