From aaa547ae86e36e265b8223341edd00254d6217c2 Mon Sep 17 00:00:00 2001 From: jaybent <55739788+jaybent@users.noreply.github.com> Date: Thu, 21 Nov 2019 16:19:21 +0100 Subject: [PATCH] Updated Autorun on Arch Live CD (markdown) --- Autorun-on-Arch-Live-CD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Autorun-on-Arch-Live-CD.md b/Autorun-on-Arch-Live-CD.md index 01ef411..8e416e8 100644 --- a/Autorun-on-Arch-Live-CD.md +++ b/Autorun-on-Arch-Live-CD.md @@ -20,7 +20,8 @@ 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` + +When the `build.sh` script finishes, an ISO named `archlinux-YYYY.MM.DD-PLATFORM.iso` gets produced in `~/archlive/out` 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.