Ensure to create installer/debian/* directories for initrd with firmwares
This commit is contained in:
parent
97985c2f7a
commit
f29b1ca534
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
##Release 0.2.0
|
## Release 0.2.0
|
||||||
###Summary
|
### Summary
|
||||||
|
|
||||||
The code move to Gogs.
|
The code move to Gogs.
|
||||||
|
|
||||||
####Features
|
#### Features
|
||||||
* README.md get many updates.
|
* README.md get many updates.
|
||||||
* scripts/README.md desribe the scripts.
|
* scripts/README.md desribe the scripts.
|
||||||
* Move Debian Jessie in front of Wheezy.
|
* Move Debian Jessie in front of Wheezy.
|
||||||
|
@ -12,6 +12,6 @@ The code move to Gogs.
|
||||||
* New firmares for the initrd : **myricom** and **qlogic**.
|
* New firmares for the initrd : **myricom** and **qlogic**.
|
||||||
* Add a vda disk to allow auto-partition from the preseed file for VM.
|
* Add a vda disk to allow auto-partition from the preseed file for VM.
|
||||||
|
|
||||||
####Bugfixes
|
#### Bugfixes
|
||||||
* Grub install is now completely automated.
|
* Grub install is now completely automated.
|
||||||
* Correct the minimum partitions size to correct at least for a 32Gb hdd.
|
* Correct the minimum partitions size to correct at least for a 32Gb hdd.
|
||||||
|
|
|
@ -44,6 +44,7 @@ for DISTRO in jessie stretch sid; do # For ALL Debian's version
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Move it to PXE Debian installer
|
# 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
|
mv initrd.gz /var/lib/tftpboot/installer/debian/${DISTRO}/amd64/initrd_firm.gz
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue