From e66e20e81424ac2499b44a4a114d57edc28c320d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Tue, 22 Jul 2014 20:12:24 +0200
Subject: [PATCH] debian-installer helper now saves the vmlinuz file to /root

---
 helpers/make-debian-installer | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-debian-installer b/helpers/make-debian-installer
index 9aab8d9e..e28a3c1d 100644
--- a/helpers/make-debian-installer
+++ b/helpers/make-debian-installer
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=2
+VERSION=3
 NETINST=true
 . ./config
 
@@ -79,3 +79,4 @@ changelog "Rebranded and adapted for Trisquel"
 compile
 
 cp build/tmp/netboot/mini.iso build/tmp/netboot/initrd.gz /root/
+cp build/dest/cdrom/vmlinuz /root/
-- 
GitLab