From 977976f88e761ced7d5bc9f39b32e2296ee91806 Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:42:10 -0400 Subject: Add hostname and locales as parameters to `minimal_installation()` (#1458) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 72197ada..6bddfa24 100644 --- a/README.md +++ b/README.md @@ -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']) -- cgit v1.2.3-54-g00ecf