Skip to content

Commit 2c85b5e

Browse files
authored
Remove storage module (archlinux#4128)
1 parent 972e278 commit 2c85b5e

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

archinstall/lib/installer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
from .pacman import Pacman
5252
from .pacman.config import PacmanConfig
5353
from .plugins import plugins
54-
from .storage import storage
5554

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

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

98-
storage['installation_session'] = self
99-
10097
self._modules: list[str] = []
10198
self._binaries: list[str] = []
10299
self._files: list[str] = []

archinstall/lib/storage.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)