preseed-late.sh test

master
Jeff Moe 3 years ago
parent c5cfdde64f
commit fd34b402db

@ -0,0 +1,7 @@
#!/bin/bash
# This script gets called at the end of an install.
set -x
echo "workz" > /target/root/PRESEED

@ -47,4 +47,5 @@ d-i grub-installer/bootdev string default
d-i debian-installer/add-kernel-opts string console=tty0 console=ttyS1,115200n8 ipv6.disable=1 d-i debian-installer/add-kernel-opts string console=tty0 console=ttyS1,115200n8 ipv6.disable=1
d-i finish-install/keep-consoles boolean true d-i finish-install/keep-consoles boolean true
d-i finish-install/reboot_in_progress note d-i finish-install/reboot_in_progress note
d-i preseed/run string https://code.forksand.com/forksand/eqx/raw/branch/master/preseed-late.sh

Loading…
Cancel
Save