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.