Skip to content

Commit 935516e

Browse files
committed
Fix the boot issue for openSUSE 16.0 (#3379)
1 parent a71d451 commit 935516e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

INSTALL/grub/grub.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,8 @@ function ventoy_iso_busybox_ver {
14391439
set ventoy_busybox_ver=64
14401440
elif vt_str_begin "$vt_volume_id" "KAOS_"; then
14411441
set ventoy_busybox_ver=64
1442+
elif vt_str_str "$vt_volume_id" "x86_64"; then
1443+
set ventoy_busybox_ver=64
14421444
14431445
fi
14441446
fi

0 commit comments

Comments
 (0)