Skip to content

Commit ccde4f7

Browse files
committed
Remove cp amd-ucode LICENSE
File missing leading to error
1 parent e31ce9b commit ccde4f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ RUN chmod +x "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/share/ALEZ/alez.sh"
3535

3636
RUN ln -s "/usr/local/share/ALEZ/alez.sh" "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez"
3737

38+
RUN sed -i '\;cp\ \"\${work_dir}/x86_64/airootfs/usr/share/licenses/amd-ucode/LICENSE\";d' "${ALEZ_BUILD_DIR}/iso/build.sh" && \
39+
sed -i '\;\"\${work_dir}/iso/${install_dir}/boot/amd_ucode.LICENSE\";d' "${ALEZ_BUILD_DIR}/iso/build.sh"
40+
3841
VOLUME "${ALEZ_BUILD_DIR}/iso/out"
3942

4043
WORKDIR "${ALEZ_BUILD_DIR}/iso"

0 commit comments

Comments
 (0)