mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-04 05:52:11 +00:00
tweaking, re-add NUC support
This commit is contained in:
parent
fe6e0bd189
commit
5474e380df
1 changed files with 9 additions and 9 deletions
|
@ -85,10 +85,10 @@ d-i mirror/suite string testing
|
||||||
### Skip Grub Configuration
|
### Skip Grub Configuration
|
||||||
###########################
|
###########################
|
||||||
#d-i grub-installer/confirm boolean true
|
#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/with_other_os boolean true
|
||||||
#d-i grub-installer/skip boolean true
|
d-i grub-installer/skip boolean true
|
||||||
d-i grub-installer/bootdev string default
|
#d-i grub-installer/bootdev string default
|
||||||
d-i lilo-installer/skip boolean true
|
d-i lilo-installer/skip boolean true
|
||||||
|
|
||||||
######################
|
######################
|
||||||
|
@ -127,12 +127,12 @@ d-i debian-installer/splash boolean false
|
||||||
### Post install (Grub & T-Pot Installer)
|
### Post install (Grub & T-Pot Installer)
|
||||||
#########################################
|
#########################################
|
||||||
d-i preseed/late_command string \
|
d-i preseed/late_command string \
|
||||||
#in-target apt-get -y install grub-pc; \
|
in-target apt-get -y install grub-pc; \
|
||||||
#in-target grub-install --force $(debconf-get partman-auto/disk); \
|
in-target grub-install --force $(debconf-get partman-auto/disk); \
|
||||||
#in-target update-grub; \
|
in-target update-grub; \
|
||||||
in-target git clone https://github.com/dtag-dev-sec/tpotce -b debian /opt/tpot; \
|
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 remove exim4-base; \
|
||||||
in-target apt-get -y autoremove; \
|
#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/rc.local.install /target/etc/rc.local; \
|
||||||
cp /target/opt/tpot/iso/installer -R /target/root/;
|
cp /target/opt/tpot/iso/installer -R /target/root/;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue