mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking, re-add NUC support
This commit is contained in:
@ -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/;
|
||||
|
||||
|
Reference in New Issue
Block a user