prepare for new release

fix for installer, now always pointing to master repo
include adbhoney and dashboard
This commit is contained in:
t3chn0m4g3
2018-12-07 17:50:39 +01:00
parent c7873554c3
commit 9f905f70de
14 changed files with 3459 additions and 3184 deletions

View File

@ -121,8 +121,9 @@ d-i preseed/late_command string \
in-target apt-get -y install grub-pc; \
in-target grub-install --force $(debconf-get partman-auto/disk); \
in-target update-grub; \
cp /opt/installer/rc.local.install /target/etc/rc.local; \
cp /opt/installer -R /target/root/;
in-target git clone https://github.com/dtag-dev-sec/tpotce /opt/tpot; \
cp /target/opt/tpot/iso/installer/rc.local.install /target/etc/rc.local; \
cp /target/opt/tpot/iso/installer -R /target/root/;
##########
### Reboot