Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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'])