temporary checkin... working on the chrooted bash script

This commit is contained in:
2016-11-20 01:46:01 -05:00
parent e838bab81c
commit c8637e9779
3 changed files with 50 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
export DISTNAME={{ bdisk['name']|upper }}
export UXNAME={{ bdisk['name']|lower }}
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'] }}