Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-08 19:43:35 +0000
committerGitHub <noreply@github.com>2021-04-08 19:43:35 +0000
commit154e048179daad9c3a6b420a48d48509fb800ac7 (patch)
tree156ec5a0bfaae74072f99cc5bcf296183cf2cadc
parent70de1ffbd9e75d8361181a05338d98d036903ed0 (diff)
parentbe208990da6920fb78f5bd1c45dfd93b30912787 (diff)
Merge pull request #239 from dylanmtaylor/patch-1
Remove nano from base packages
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 66cac12c..b7fe5e9d 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -34,7 +34,7 @@ class Installer():
:type hostname: str, optional
"""
- def __init__(self, partition, boot_partition, *, base_packages='base base-devel linux linux-firmware efibootmgr nano', profile=None, mountpoint='/mnt', hostname='ArchInstalled', logdir=None, logfile=None):
+ def __init__(self, partition, boot_partition, *, base_packages='base base-devel linux linux-firmware efibootmgr', profile=None, mountpoint='/mnt', hostname='ArchInstalled', logdir=None, logfile=None):
self.profile = profile
self.hostname = hostname
self.mountpoint = mountpoint