Skip to content

Commit

Permalink
1.0.31 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Dec 23, 2020
1 parent 463d0b2 commit fb7008f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,17 @@ if is_inotify_ventoy_part $3; then
fi

vtlog "find ventoy partition ..."
$BUSYBOX_PATH/sh $VTOY_PATH/hook/default/udev_disk_hook.sh $3 noreplace

vtReplaceOpt=noreplace

if $GREP -q el8 /proc/version && [ -f /etc/system-release ]; then
vtRhel8Ver=$($SED "s#.*8\.\([0-9]*\).*#\1#" /etc/system-release)
if [ $vtRhel8Ver -ge 3 ]; then
vtReplaceOpt=""
fi
fi

$BUSYBOX_PATH/sh $VTOY_PATH/hook/default/udev_disk_hook.sh $3 $vtReplaceOpt

blkdev_num=$($VTOY_PATH/tool/dmsetup ls | grep ventoy | sed 's/.*(\([0-9][0-9]*\),.*\([0-9][0-9]*\).*/\1:\2/')
vtDM=$(ventoy_find_dm_id ${blkdev_num})
Expand Down
2 changes: 1 addition & 1 deletion INSTALL/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ function img_unsupport_menuentry {
#############################################################
#############################################################
set VENTOY_VERSION="1.0.30"
set VENTOY_VERSION="1.0.31"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
Expand Down
Binary file modified INSTALL/ventoy/ventoy.cpio
Binary file not shown.
Binary file modified INSTALL/ventoy/vtloopex.cpio
Binary file not shown.

0 comments on commit fb7008f

Please sign in to comment.