index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-08 19:43:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 19:43:35 +0000 |
commit | 154e048179daad9c3a6b420a48d48509fb800ac7 (patch) | |
tree | 156ec5a0bfaae74072f99cc5bcf296183cf2cadc | |
parent | 70de1ffbd9e75d8361181a05338d98d036903ed0 (diff) | |
parent | be208990da6920fb78f5bd1c45dfd93b30912787 (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 2 |
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 |