Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions archinstall/lib/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
from .pacman import Pacman
from .pacman.config import PacmanConfig
from .plugins import plugins
from .storage import storage

# Any package that the Installer() is responsible for (optional and the default ones)
__packages__ = ['base', 'sudo', 'linux-firmware', 'linux', 'linux-lts', 'linux-zen', 'linux-hardened']
Expand Down Expand Up @@ -95,8 +94,6 @@ def __init__(

self.post_base_install: list[Callable] = [] # type: ignore[type-arg]

storage['installation_session'] = self

self._modules: list[str] = []
self._binaries: list[str] = []
self._files: list[str] = []
Expand Down
18 changes: 0 additions & 18 deletions archinstall/lib/storage.py

This file was deleted.