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

@@ -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'] }}'