Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 17:50:52 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 17:50:52 +0100
commitb855d44b65a63e457e4d9d91fec98c092169b706 (patch)
tree5d99cfba75d555fff46dc1b797384adc6f206488 /README.md
parent1145c3ff544846dfee971539bcbc6aed02f83cc6 (diff)
parent16ca69540cc1ac8a28b7007aefe628cf24d2c395 (diff)
merge branch 'upstreamMaster'
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 12 insertions, 13 deletions
diff --git a/README.md b/README.md
index 5ce5e89e..78787dec 100644
--- a/README.md
+++ b/README.md
@@ -42,19 +42,19 @@ Assuming you are on a Arch Linux live-ISO and booted into EFI mode.
Archinstall is available in different languages which have been contributed and are maintained by the community.
Current translations are listed below and vary in the amount of translations per language
```
-English
+English
Deutsch
-Española
-Française
-Indonesia
-Italiano
+Español
+Français
+Indonesia
+Italiano
Nederlands
-Polskie
-Portugues do Brasil
-Português
-Svenska
-Türkçe
-čeština
+Polskie
+Português do Brasil
+Português
+Svenska
+Türkçe
+čeština
Русский
اردو
Ελληνικά
@@ -122,8 +122,7 @@ with archinstall.luks2(root, 'luksloop', disk_password) as unlocked_root:
boot.mount('/mnt/boot')
with archinstall.Installer('/mnt') as installation:
- if installation.minimal_installation():
- installation.set_hostname('minimal-arch')
+ if installation.minimal_installation(hostname='minimal-arch'):
installation.add_bootloader()
installation.add_additional_packages(['nano', 'wget', 'git'])