Commit 3b84f702 authored by Ophélie Gagnard's avatar Ophélie Gagnard

generation: Clean old workaround.

parent 08f7936c
......@@ -143,5 +143,5 @@ export DRACUT_KMODDIR_OVERRIDE=1
# Create an initramfs image
rm -f "$dracut_output_file"
dracut "$UEFI_IMAGE_NAME" "$KERNEL_VERSION" -c ./dracut.module/dracut.conf --force --include "$INCLUDE_DIR" / |& tee -a "$dracut_output_file"
dracut "$UEFI_IMAGE_NAME" "$KERNEL_VERSION"-amd64 -c ./dracut.module/dracut.conf --force |& tee -a "$dracut_output_file"
echo New initramfs image: $(pwd)/"$UEFI_IMAGE_NAME"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment