From 05f9d80a1c06c6d1fde079c2ffd434fecf72b524 Mon Sep 17 00:00:00 2001 From: jaybent <55739788+jaybent@users.noreply.github.com> Date: Thu, 21 Nov 2019 15:36:21 +0100 Subject: [PATCH] Updated Autorun on Arch Live CD (markdown) --- Autorun-on-Arch-Live-CD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Autorun-on-Arch-Live-CD.md b/Autorun-on-Arch-Live-CD.md index bb23a6f..3566bba 100644 --- a/Autorun-on-Arch-Live-CD.md +++ b/Autorun-on-Arch-Live-CD.md @@ -19,6 +19,9 @@ After all those commands are done, you can go ahead and run: # rm -v work*; ./build.sh -v +> Note: Don't forget the `-v` flag, otherwise the build script can fail silently in the background and no ISO gets produced. +When the `build.sh` script finishes, an ISO named `out.iso` gets produced in `~archlive` + Whenever this live-cd boots, from here on now - it'll run `archinstall.py` and attempt to unattendely install a default Arch Linux base OS with `base base-devel` as packages. Or - if successfull - a MAC-address matches a profile at [/deployments](https://github.com/Torxed/archinstall/tree/master/deployments) for the machine to be installed.