File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
tools/osbuilder/image-builder Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -678,8 +678,18 @@ main() {
678678 create_rootfs_image " ${rootfs} " " ${image} " " ${rootfs_img_size} " \
679679 " ${fs_type} " " ${block_size} " " ${agent_bin} "
680680 fi
681+
682+ # Skip the insertion of the DAX header due to
683+ # https://github.com/kata-containers/kata-containers/issues/7993
684+
685+ # info "Partition information before set_dax_header:"
686+ # fdisk -lu "${image}"
687+
681688 # insert at the beginning of the image the MBR + DAX header
682- set_dax_header " ${image} " " ${img_size} " " ${fs_type} " " ${nsdax_bin} "
689+ # set_dax_header "${image}" "${img_size}" "${fs_type}" "${nsdax_bin}"
690+
691+ # info "Partition information after set_dax_header:"
692+ # fdisk -lu "${image}"
683693}
684694
685695main " $@ "
You can’t perform that action at this time.
0 commit comments