From 8f1a260bcb59fd347dd7f66f4ad6cb01501aeb08 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Apr 2012 15:57:09 -0400 Subject: [PATCH] Preseed the debian-installer so that it installs the kali kernel --- config/binary_debian-installer/preseed.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/binary_debian-installer/preseed.cfg diff --git a/config/binary_debian-installer/preseed.cfg b/config/binary_debian-installer/preseed.cfg new file mode 100644 index 0000000..7289115 --- /dev/null +++ b/config/binary_debian-installer/preseed.cfg @@ -0,0 +1,3 @@ +# Install the kali kernel ! +d-i base-installer/kernel/image string linux-image-kali +