account for hostname gen fail

This commit is contained in:
t3chn0m4g3
2016-08-22 15:24:48 +00:00
parent bd29236c47
commit fd14e731d2
3 changed files with 3994 additions and 34 deletions

View File

@ -115,7 +115,8 @@ in-target apt-get -y install grub-pc; \
in-target grub-install --force $(debconf-get partman-auto/disk); \
in-target update-grub; \
cp /opt/tpot/rc.local.install /target/etc/rc.local; \
cp -r /opt/tpot/ /target/root/
cp -r /opt/tpot/ /target/root/; \
cp /opt/tpot/usr/share/dict/names /target/usr/share/dict/names
##########
### Reboot