cleaning up... it's feeling super complete

This commit is contained in:
2016-12-01 23:42:27 -05:00
parent b3bb0391c8
commit 3d83164371
8 changed files with 53 additions and 24 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
source /etc/bashrc
source /root/.bashrc
# we need this fix before anything.
dirmngr </dev/null > /dev/null 2>&1

View File

@@ -4,5 +4,5 @@ export PNAME='{{ bdisk['name'] }}'
export DISTPUB='{{ bdisk['dev'] }}'
export DISTDESC='{{ bdisk['desc'] }}'
export REGUSR='{{ bdisk['name']|lower }}'
export REGUSR_PASS='{{ bdisk['usr_pass'] }}'
export ROOT_PASS='{{ bdisk['root_pass'] }}'
export REGUSR_PASS='{{ user['password'] }}'
export ROOT_PASS='{{ bdisk['root_password'] }}'

View File

@@ -1,6 +1,6 @@
Version: {{ bdisk['ver'] }}
Build: {{ build['name'] }}
Build: {{ build['buildnum'] }}
Time: {{ build['time'] }}
Machine: {{ hostname }}
Machine: {{ hostname }} ({{ distro }})
User: {{ build['user'] }}{% if build['realuser'] is defined and build['realuser'] > 0 %} ({{ build['realuser'] }}){% endif %}