From f29b1ca53472fd9e422a64585955b931ff45465f Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Fri, 22 Jul 2016 15:47:20 +0200 Subject: [PATCH] Ensure to create installer/debian/* directories for initrd with firmwares --- CHANGELOG.md | 8 ++++---- scripts/make_debian_initrd_with_firmware.sh | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ad691..df714fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/scripts/make_debian_initrd_with_firmware.sh b/scripts/make_debian_initrd_with_firmware.sh index f114f02..e43f7a2 100755 --- a/scripts/make_debian_initrd_with_firmware.sh +++ b/scripts/make_debian_initrd_with_firmware.sh @@ -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