Skip to content
Snippets Groups Projects
Commit 8ffcdd87 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Save non-pae initrd and mini.iso

parent c1785efe
No related branches found
No related tags found
No related merge requests found
...@@ -84,4 +84,8 @@ rpl ubuntu-archive-keyring trisquel-archive-keyring . -R ...@@ -84,4 +84,8 @@ rpl ubuntu-archive-keyring trisquel-archive-keyring . -R
changelog "Rebranded and adapted for Trisquel" changelog "Rebranded and adapted for Trisquel"
compile 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/ cp build/tmp/netboot/mini.iso build/tmp/netboot/initrd.gz /root/
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment