From e9b4c86082d4a2e3db5ca45d19ea1cc4fb37efdc Mon Sep 17 00:00:00 2001 From: longpanda Date: Thu, 23 Apr 2026 00:23:21 +0800 Subject: [PATCH] Fix Oracle Linux 6.9 install issue --- IMG/cpio/ventoy/hook/rhel6/udev_disk_hook.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IMG/cpio/ventoy/hook/rhel6/udev_disk_hook.sh b/IMG/cpio/ventoy/hook/rhel6/udev_disk_hook.sh index a1954ce5..0cad7dbe 100644 --- a/IMG/cpio/ventoy/hook/rhel6/udev_disk_hook.sh +++ b/IMG/cpio/ventoy/hook/rhel6/udev_disk_hook.sh @@ -72,6 +72,12 @@ ventoy_udev_disk_common_hook $* "noreplace" $BUSYBOX_PATH/mount $VTOY_DM_PATH /mnt/ventoy +#fix Oracle Linux 6.9 install issue +if $GREP -q -i 'Oracle Linux' /mnt/ventoy/.discinfo; then + ln -s /mnt/ventoy /mnt/source +fi + + # # We do a trick for rhel6 series here. # Use /dev/$vtCheatLoop and wapper it as a removable cdrom with bind mount.