benmezger / archiso

Personal custom arch iso modification

Home Page:https://seds.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is my personal archiso modification. It includes the following pre-configured items:

  • A few package configurations
  • User and groups
  • ssh enabled by default

User and groups

The default user is seds and the default password is root.

Building the iso

  1. Clone the repository
git clone https://github.com/benmezger/archiso.git
  1. Create the arch iso
sudo mkarchiso -v -w /tmp/archiso-out -o out ./archiso

Warning: If mkarchiso is interrupted, run findmnt(8) to make sure there are no mount binds before deleting it - otherwise, you may lose data (e.g. an external device mounted at /run/media/user/label gets bound within work/x86_64/airootfs/run/media/user/label during the build process).

Testing with Qemu

run_archiso -i ./out/archlinux-yyyy.mm.dd-x86_64.iso

References and documentation

About

Personal custom arch iso modification

https://seds.nl


Languages

Language:Shell 97.4%Language:Just 2.6%