This commit is contained in:
techn0m4g3
2019-01-28 18:23:21 +01:00
parent 80411c9466
commit c6880a5d5b
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ 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; \
in-target git clone https://github.com/dtag-dev-sec/tpotce -b debian /opt/tpot; \
in-target git clone https://github.com/dtag-dev-sec/tpotce -b netplan /opt/tpot; \
cp /target/opt/tpot/iso/installer/rc.local.install /target/etc/rc.local; \
cp /target/opt/tpot/iso/installer -R /target/root/;