Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
55902088
Commit
55902088
authored
Oct 08, 2022
by
longpanda
Browse files
Fix the issue that rockcluster, part of config missing during install. (#1900)
parent
09a6d33d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh
IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh
+3
-0
IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh
IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh
+3
-0
IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh
IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh
+3
-0
IMG/cpio/ventoy/hook/rhel7/ventoy-timeout.sh
IMG/cpio/ventoy/hook/rhel7/ventoy-timeout.sh
+3
-0
No files found.
IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh
View file @
55902088
...
@@ -51,6 +51,9 @@ if is_inotify_ventoy_part $3; then
...
@@ -51,6 +51,9 @@ if is_inotify_ventoy_part $3; then
if
[
-e
/sbin/anaconda-diskroot
]
;
then
if
[
-e
/sbin/anaconda-diskroot
]
;
then
vtlog
"set anaconda-diskroot ..."
vtlog
"set anaconda-diskroot ..."
#busybox cp doesn't support -t option (issue 1900)
/bin/cp
-a
/bin/cp
$BUSYBOX_PATH
/cp
/sbin/anaconda-diskroot /dev/ventoy
/sbin/anaconda-diskroot /dev/ventoy
fi
fi
...
...
IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh
View file @
55902088
...
@@ -39,6 +39,9 @@ fi
...
@@ -39,6 +39,9 @@ fi
if
[
-e
/sbin/anaconda-diskroot
]
;
then
if
[
-e
/sbin/anaconda-diskroot
]
;
then
vtlog
"set anaconda-diskroot /dev/ventoy ..."
vtlog
"set anaconda-diskroot /dev/ventoy ..."
#busybox cp doesn't support -t option (issue 1900)
/bin/cp
-a
/bin/cp
$BUSYBOX_PATH
/cp
/sbin/anaconda-diskroot /dev/ventoy
/sbin/anaconda-diskroot /dev/ventoy
fi
fi
...
...
IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh
View file @
55902088
...
@@ -70,6 +70,9 @@ if is_inotify_ventoy_part $3; then
...
@@ -70,6 +70,9 @@ if is_inotify_ventoy_part $3; then
if
[
-e
/sbin/anaconda-diskroot
]
;
then
if
[
-e
/sbin/anaconda-diskroot
]
;
then
vtlog
"set anaconda-diskroot ..."
vtlog
"set anaconda-diskroot ..."
#busybox cp doesn't support -t option (issue 1900)
/bin/cp
-a
/bin/cp
$BUSYBOX_PATH
/cp
/sbin/anaconda-diskroot /dev/ventoy
/sbin/anaconda-diskroot /dev/ventoy
fi
fi
...
...
IMG/cpio/ventoy/hook/rhel7/ventoy-timeout.sh
View file @
55902088
...
@@ -39,6 +39,9 @@ fi
...
@@ -39,6 +39,9 @@ fi
if
[
-e
/sbin/anaconda-diskroot
]
;
then
if
[
-e
/sbin/anaconda-diskroot
]
;
then
vtlog
"set anaconda-diskroot /dev/ventoy ..."
vtlog
"set anaconda-diskroot /dev/ventoy ..."
#busybox cp doesn't support -t option (issue 1900)
/bin/cp
-a
/bin/cp
$BUSYBOX_PATH
/cp
/sbin/anaconda-diskroot /dev/ventoy
/sbin/anaconda-diskroot /dev/ventoy
fi
fi
...
...
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