2018-07-17-Initial_setup.md

 1---
 2layout: post
 3title: Initial setup
 4date: 2018-08-17 14:11:07
 5---
 6# First steps to rolling your own spin
 7#### I *think* I'm going to call it a spin . . .
 81. Install the package `archiso` from the official repos or `archiso-git` from the AUR
 92. `$ mkdir ~/<build-directory>`
10  * 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
113. `$ sudo cp -r /usr/share/archiso/configs/releng/ ~/liveiso`
124. Edit `~/liveiso/packages.x86_64` to install desired software
13  * This will be addressed in the next post, `packages.x86_64`, where I also give some quick ways to install everything you might want.