index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-08-20 17:08:13 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-08-20 17:08:13 +0000 |
commit | 056b800c8eb42c4112dce54bd1a7336d52ead2ab (patch) | |
tree | f26df1541224fd11a1d485ff6c463979d7c01983 /examples/unattended.py | |
parent | aaad480ab845ad644fdb8455d2bbf1763c605d24 (diff) |
-rw-r--r-- | examples/unattended.py | 6 |
diff --git a/examples/unattended.py b/examples/unattended.py new file mode 100644 index 00000000..7dfa58c1 --- /dev/null +++ b/examples/unattended.py @@ -0,0 +1,6 @@ +import archinstall + +for profile in archinstall.list_profiles(): + # Tailored means it's a match for this machine. + if profile['tailored']: + print('Selecting profile to be installed:', profile)
\ No newline at end of file |