Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-22 16:41:47 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-22 16:41:47 +0530
commit15d56c2bc7174a80aa23ef8f0896c286b925a382 (patch)
tree1eba21f2967be7be8534a584e371bbde51441812 /README.md
parente6ab22f28cc71daa87286d7262c07fa45ab628d7 (diff)
parentc88034fa8a76b4bff4f626b5467767457d6fef62 (diff)
merged with master
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 7025ae81..fe68080e 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>