Ensure to create installer/debian/* directories for initrd with firmwares

This commit is contained in:
Jeremy Gardais 2016-07-22 15:47:20 +02:00
parent 97985c2f7a
commit f29b1ca534
2 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,10 @@
##Release 0.2.0
###Summary
## Release 0.2.0
### Summary
The code move to Gogs.
####Features
#### Features
* README.md get many updates.
* scripts/README.md desribe the scripts.
* Move Debian Jessie in front of Wheezy.
@ -12,6 +12,6 @@ The code move to Gogs.
* New firmares for the initrd: **myricom** and **qlogic**.
* Add a vda disk to allow auto-partition from the preseed file for VM.
####Bugfixes
#### Bugfixes
* Grub install is now completely automated.
* Correct the minimum partitions size to correct at least for a 32Gb hdd.

View File

@ -44,6 +44,7 @@ for DISTRO in jessie stretch sid; do # For ALL Debian's version
popd
# Move it to PXE Debian installer
mkdir -p /var/lib/tftpboot/installer/debian/${DISTRO}/amd64/
mv initrd.gz /var/lib/tftpboot/installer/debian/${DISTRO}/amd64/initrd_firm.gz
popd