index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-21 11:22:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 11:22:47 +0000 |
commit | 33458b72f32d18de6c599033a73f1c634d62ee23 (patch) | |
tree | 92c9d4bf206d3885fa3ff9d8ba0e7de150284b28 | |
parent | a0552fe8cb970cc6613d232264794672ff05913d (diff) | |
parent | 1d1d8ea2e09c7fe8e6d6fc80ae98d3cb36c292ae (diff) |
-rw-r--r-- | README.md | 4 |
@@ -104,6 +104,10 @@ This installer will perform the following: > **Creating your own ISO with this script on it:** Follow [ArchISO](https://wiki.archlinux.org/index.php/archiso)'s guide on how to create your own ISO or use a pre-built [guided ISO](https://hvornum.se/archiso/) to skip the python installation step, or to create auto-installing ISO templates. Further down are examples and cheat sheets on how to create different live ISO's. +## Unattended installation based on MAC address + +Archinstall comes with a [unattended](examples/unattended.py) example which will look for a matching profile for the machine it is being run on, based on any local MAC address. For instance, if the machine that [unattended](examples/unattended.py) is run on has the MAC address `52:54:00:12:34:56` it will look for a profile called [profiles/52-54-00-12-34-56.py](profiles/52-54-00-12-34-56.py). If it's found, the unattended installation will commence and source that profile as it's installation proceedure. + # Help Submit an issue on Github, or submit a post in the discord help channel.<br> |