Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
fb7008f4
Commit
fb7008f4
authored
Dec 23, 2020
by
longpanda
Browse files
1.0.31 release
parent
463d0b20
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh
IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh
+11
-1
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+1
-1
INSTALL/ventoy/ventoy.cpio
INSTALL/ventoy/ventoy.cpio
+0
-0
INSTALL/ventoy/vtloopex.cpio
INSTALL/ventoy/vtloopex.cpio
+0
-0
No files found.
IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh
View file @
fb7008f4
...
...
@@ -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
}
)
...
...
INSTALL/grub/grub.cfg
View file @
fb7008f4
...
...
@@ -1447,7 +1447,7 @@ function img_unsupport_menuentry {
#############################################################
#############################################################
set VENTOY_VERSION="1.0.3
0
"
set VENTOY_VERSION="1.0.3
1
"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
...
...
INSTALL/ventoy/ventoy.cpio
View file @
fb7008f4
No preview for this file type
INSTALL/ventoy/vtloopex.cpio
View file @
fb7008f4
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment