Commit 83df043c authored by Ophélie Gagnard's avatar Ophélie Gagnard

generation: Generate more generic images.

parent d9e7414e
...@@ -145,5 +145,5 @@ cd - ...@@ -145,5 +145,5 @@ cd -
# Create an initramfs image # Create an initramfs image
rm -f "$dracut_output_file" rm -f "$dracut_output_file"
dracut -c ./dracut.module/dracut.conf "$uefi_image_name" --force |& tee -a "$dracut_output_file" dracut -c ./dracut.module/dracut.conf "$uefi_image_name" --no-hostonly --force |& tee -a "$dracut_output_file"
echo New initramfs image: $(pwd)/"$uefi_image_name" 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