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@hvornum.se>2021-04-21 11:22:47 +0000
committerGitHub <noreply@github.com>2021-04-21 11:22:47 +0000
commit33458b72f32d18de6c599033a73f1c634d62ee23 (patch)
tree92c9d4bf206d3885fa3ff9d8ba0e7de150284b28 /README.md
parenta0552fe8cb970cc6613d232264794672ff05913d (diff)
parent1d1d8ea2e09c7fe8e6d6fc80ae98d3cb36c292ae (diff)
Merge pull request #255 from dylanmtaylor/patch-1
WIP: Add documentation for MAC address example
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2652ea13..63aa052b 100644
--- a/README.md
+++ b/README.md
@@ -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>