Skip to content

Commit 663e46f

Browse files
authored
Remove unattended script (#3733)
1 parent 7d94210 commit 663e46f

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,6 @@ For an example of a fully scripted, interactive installation please refer to the
115115
For an example of a fully scripted, automated installation please refer to the example
116116
[full_automated_installation.py](https://github.com/archlinux/archinstall/blob/master/examples/full_automated_installation.py)
117117
118-
## Unattended installation based on MAC address
119-
120-
Archinstall comes with an [unattended](https://github.com/archlinux/archinstall/blob/master/examples/mac_address_installation.py)
121-
example which will look for a matching profile for the machine it is being run on, based on any local MAC address.
122-
For instance, if the machine the code is executed on has the MAC address `52:54:00:12:34:56` it will look for a profile called
123-
[52-54-00-12-34-56.py](https://github.com/archlinux/archinstall/blob/master/archinstall/default_profiles/tailored.py).
124-
If it's found, the unattended installation will begin and source that profile as its installation procedure.
125-
126118
# Profiles
127119
128120
`archinstall` comes with a set of pre-configured profiles available for selection during the installation process.

archinstall/scripts/unattended.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/cli_parameters/config/config_options.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ offline,``true``!, ``false``,enables or disables certain online checks such as m
1818
packages,[ <package1>!, <package2>!, ... ],A list of packages to install during installation,No
1919
parallel downloads,0-∞,sets a given number of parallel downloads to be used by `pacman <https://wiki.archlinux.org/title/Pacman#Enabling_parallel_downloads>`_,No
2020
profile_config,*`read more under the profiles section`*,Installs a given profile if defined,No
21-
script,`guided <https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py>`__! *(default)*!, `minimal <https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/minimal.py>`__!, `only_hdd <https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/only_hdd.py>`_!, `unattended <https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/unattended.py>`_,When used to autorun an installation!, this sets which script to autorun with,No
21+
script,`guided <https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py>`__! *(default)*!, `minimal <https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/minimal.py>`__!, `only_hdd <https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/only_hdd.py>`_!, When used to autorun an installation!, this sets which script to autorun with,No
2222
silent,``true``!, ``false``,disables or enables user questions using the TUI,No
2323
swap,``true``!, ``false``,enables or disables swap,No
2424
timezone,`timezone <https://wiki.archlinux.org/title/System_time#Time_zone>`_,sets a timezone for the installed system,No

0 commit comments

Comments
 (0)