testing - ubuntu netplanD

This commit is contained in:
techn0m4g3
2019-01-28 13:48:38 +01:00
parent 4754526884
commit 6fea980cfd
3 changed files with 15 additions and 15 deletions

View File

@ -25,7 +25,7 @@ d-i console-setup/detected note
#########################
### Network Configuration
#########################
d-i netcfg/do_not_use_netplan true
#d-i netcfg/do_not_use_netplan true
#d-i netcfg/choose_interface select auto
#d-i netcfg/dhcp_timeout string 60
d-i netcfg/get_hostname string t-pot
@ -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 /opt/tpot; \
in-target git clone https://github.com/dtag-dev-sec/tpotce -b debian /opt/tpot; \
cp /target/opt/tpot/iso/installer/rc.local.install /target/etc/rc.local; \
cp /target/opt/tpot/iso/installer -R /target/root/;