Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-04-09 16:23:06 +0200
committerGitHub <noreply@github.com>2021-04-09 16:23:06 +0200
commit1f1f269e933628233c1b25787ae449c51b7d66bd (patch)
tree3db260b78a52a59a0ce14397363b0946610ae727 /README.md
parent4904b70db69f3c4f155524e7ad1c95a15337ddca (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b569b8eb..1d96886f 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ This installer will perform the following:
## Unattended installation based on MAC address
-It is possible to automatically run a custom profile when launching archinstall in unattended mode based on the MAC address of the system. There is an example in the docs which would go into a file called `profiles/52-54-00-12-34-56.py`, and would be run on a sytem where the MAC address matched this profile name.
+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