diff --git a/helpers/make-debian-installer b/helpers/make-debian-installer
index f7560881db0f175cb67ad26896ac0e680ea66cd0..f7ffe753e341b69ab68441e3c29971859d2f1803 100644
--- a/helpers/make-debian-installer
+++ b/helpers/make-debian-installer
@@ -84,4 +84,8 @@ rpl ubuntu-archive-keyring trisquel-archive-keyring . -R
 changelog "Rebranded and adapted for Trisquel"
 compile
 
+if [ $(arch) = i686 ]; then
+cp build/tmp/netboot_non-pae/mini.iso build/tmp/netboot_non-pae/initrd.gz /root/
+else
 cp build/tmp/netboot/mini.iso build/tmp/netboot/initrd.gz /root/
+fi