mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
fixup image.py enough to run kupferbootstrap...
This commit is contained in:
parent
bc8904c1f1
commit
4643cc499a
1 changed files with 1 additions and 1 deletions
2
image.py
2
image.py
|
@ -3,7 +3,7 @@ import os
|
|||
import subprocess
|
||||
import click
|
||||
from logger import logging
|
||||
from chroot import create_chroot, create_chroot_user, get_chroot_path, run_chroot_cmd
|
||||
from chroot import Chroot
|
||||
from constants import BASE_PACKAGES, DEVICES, FLAVOURS
|
||||
from config import config
|
||||
from distro import get_base_distro, get_kupfer_https, get_kupfer_local
|
||||
|
|
Loading…
Add table
Reference in a new issue