NixNet/_posts/2018-08-17-arch-spin-pt-2.md

17 lines
957 B
Markdown
Raw Normal View History

2018-12-14 05:47:01 +00:00
---
layout: post
2018-12-15 05:52:02 +00:00
title: Arch spin pt. 2 - Initial setup
2018-12-16 18:50:57 +00:00
subtitle: First steps to rolling your own spin
description: Setting up the basics for build your own Arch-based spin with archiso, the official development tool
2019-11-03 15:56:20 +00:00
tags: arch-spin
2018-12-17 19:57:50 +00:00
cover: /assets/arch-spin/pt-2.png
2018-12-14 05:47:01 +00:00
date: 2018-08-17 14:11:07
---
2018-12-16 18:50:57 +00:00
*I **think** I'm going to call it a spin . . .*
2018-12-14 05:47:01 +00:00
1. Install the package `archiso` from the official repos or `archiso-git` from the AUR
2. `$ mkdir ~/<build-directory>`
* Replace `<build-directory>` with wherever you want the iso build to be stored. This is where we'll be spending all of our time configuring. Mine is at `~/liveiso/` and that's the path I'll be using in this and future posts
3. `$ sudo cp -r /usr/share/archiso/configs/releng/ ~/liveiso`
4. Edit `~/liveiso/packages.x86_64` to install desired software
* This will be addressed in the next post, `packages.x86_64`, where I also give some quick ways to install everything you might want.