We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12122b commit a102565Copy full SHA for a102565
tools/osbuilder/image-builder/image_builder.sh
@@ -633,8 +633,15 @@ main() {
633
create_rootfs_image "${rootfs}" "${image}" "${rootfs_img_size}" \
634
"${fs_type}" "${block_size}" "${agent_bin}"
635
fi
636
+
637
+ # Skip the insertion of the DAX header due to
638
+ # https://github.com/kata-containers/kata-containers/issues/7993
639
640
+ #info "Partition information before set_dax_header:"
641
+ #fdisk -lu "${image}"
642
643
# insert at the beginning of the image the MBR + DAX header
- set_dax_header "${image}" "${img_size}" "${fs_type}" "${nsdax_bin}"
644
+ # set_dax_header "${image}" "${img_size}" "${fs_type}" "${nsdax_bin}"
645
646
chown "${USER}:${GROUP}" "${image}"
647
}
0 commit comments