tweaking, re-add NUC support

This commit is contained in:
t3chn0m4g3
2019-02-10 22:10:16 +01:00
parent fe6e0bd189
commit 5474e380df

View File

@ -85,10 +85,10 @@ d-i mirror/suite string testing
### Skip Grub Configuration
###########################
#d-i grub-installer/confirm boolean true
d-i grub-installer/only_debian boolean true
#d-i grub-installer/only_debian boolean true
#d-i grub-installer/with_other_os boolean true
#d-i grub-installer/skip boolean true
d-i grub-installer/bootdev string default
d-i grub-installer/skip boolean true
#d-i grub-installer/bootdev string default
d-i lilo-installer/skip boolean true
######################
@ -127,12 +127,12 @@ d-i debian-installer/splash boolean false
### Post install (Grub & T-Pot Installer)
#########################################
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 apt-get -y remove exim4-base; \
in-target apt-get -y autoremove; \
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 --depth=1 https://github.com/dtag-dev-sec/tpotce -b debian /opt/tpot; \
#in-target apt-get -y remove exim4-base; \
#in-target apt-get -y autoremove; \
cp /target/opt/tpot/iso/installer/rc.local.install /target/etc/rc.local; \
cp /target/opt/tpot/iso/installer -R /target/root/;