Skip to content

Commit

Permalink
Updated the extension of symvers-*.ppc64le file
Browse files Browse the repository at this point in the history
  • Loading branch information
KeerthanaAP committed Feb 24, 2025
1 parent 57d358a commit f7d7e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image/qcow2ova/prep/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func prepare(mnt, volume, dist, rhnuser, rhnpasswd, rootpasswd string) error {
}

// Verify /boot is mounted properly and files are present.
bootDirFiles := []string{"config-*.ppc64le", "efi", "grub2", "initramfs-*.ppc64le.img", "loader", "symvers-*.ppc64le.gz", "System.map-*.ppc64le", "vmlinuz-*.ppc64le"}
bootDirFiles := []string{"config-*.ppc64le", "efi", "grub2", "initramfs-*.ppc64le.img", "loader", "symvers-*.ppc64le.*", "System.map-*.ppc64le", "vmlinuz-*.ppc64le"}
for _, file := range bootDirFiles {
exist, err := checkFileExists(filepath.Join(mnt, "boot", file))
if err != nil {
Expand Down

0 comments on commit f7d7e23

Please sign in to comment.