add
This commit is contained in:
@@ -17,14 +17,17 @@ Step 16: Sysconfig
|
||||
Step 17: fstab
|
||||
"""
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
|
||||
# from gentooimgr import LOG
|
||||
import gentooimgr.config
|
||||
import gentooimgr.configs
|
||||
from gentooimgr import install
|
||||
|
||||
def print_template(args, configjson):
|
||||
def print_template(args, configjson, prefix='/tmp'):
|
||||
print(__doc__)
|
||||
sys.stderr.write(f"the last step to succeed is {install.getlaststep(prefix)}\n")
|
||||
print(f"the last step to succeed is {install.getlaststep(prefix)}\n")
|
||||
print(f"""------------------------ STATUS ------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user