added logging
This commit is contained in:
@@ -1,8 +1,31 @@
|
||||
"""Step 1: Disk Partitioning
|
||||
Step 2: Mounting {gentooimgr.config.GENTOO_MOUNT}
|
||||
Step 3: Stage3 Tarball
|
||||
Step 4: Binding Filesystems
|
||||
Step 5: Portage
|
||||
Step 6: Licenses
|
||||
Step 7: Repo Configuration
|
||||
Step 8: Resolv
|
||||
Step 9: sync
|
||||
Step 10: emerge pkgs
|
||||
Step 11: kernel
|
||||
Step 12: kernel
|
||||
Step 13: Serial
|
||||
Step 14: Services
|
||||
Step 15: Eth Naming
|
||||
Step 16: Sysconfig
|
||||
Step 17: fstab
|
||||
"""
|
||||
import os
|
||||
import json
|
||||
|
||||
# from gentooimgr import LOG
|
||||
import gentooimgr.config
|
||||
import gentooimgr.configs
|
||||
|
||||
def print_template(args, configjson):
|
||||
print(__doc__)
|
||||
print(f"the last step to succeed is {install.getlaststep(prefix)}\n")
|
||||
print(f"""------------------------ STATUS ------------------------
|
||||
|
||||
CPU_THREADS = {args.threads or 1}
|
||||
|
||||
Reference in New Issue
Block a user